How can a query to get a list of end-points provided by a OpenData site using Socrata?
Asked
Active
Viewed 380 times
1 Answers
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