1

How can a query to get a list of end-points provided by a OpenData site using Socrata?

Stephen Woodbridge
  • 1,100
  • 1
  • 8
  • 16

1 Answers1

2

The simplest way to grab that is using /data.json to get a listing of all the datasets on the domain. Here's an example for data.seattle.gov.

That will list all the datasets on that domain. The identifiers listed in data.json can then be used with our SODA API Endpoints.

chrismetcalf
  • 1,556
  • 1
  • 8
  • 7