Search code examples
apidatasetsocratasoda

Requesting metadata with Socrata API


Each dataset published with Socrata has its "About" page. For example:

But docs at dev.socrata.com don't mention how I can request this metadata with their API.

I tried requesting about.json, but no avail.

Socrata's Open Data Network features docs for each dataset. In this case,

But its "about" page contains only data scheme:

So, is it possible to get the original "About" page via API?


Solution

  • Have you tried out the Socrata Labs "Catalog" API?

    http://labs.socrata.com/docs/search.html

    That includes most of the metadata as well as the view counts for each dataset. You can filter it down to just Chicago data using the domain= filter:

    http://api.us.socrata.com/api/catalog/v1?domain=data.cityofchicago.org