Anton Tarasenko
Anton Tarasenko

Reputation: 8455

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?

Upvotes: 0

Views: 146

Answers (1)

chrismetcalf
chrismetcalf

Reputation: 1566

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

Upvotes: 1

Related Questions