The Socrata OpenDataNetwork (ODN) REST API exposes public data, often continuosly updated and enhanced, from many thousands of public government and non profit agencies. Much of this data originating from independent sources is fused together to create new, and often powerful, entity level data. Th
http://api.opendatanetwork.com
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://api.opendatanetwork.com
Endpoint status
Live — HTTP 200 — endpoint is accessible4.74s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /data/v1/availability/ |
Find all available data for some entities |
| GET | /data/v1/constraint/{variable} |
Get constraint permutations for entities |
| GET | /data/v1/map/new |
Create a map |
| GET | /data/v1/values |
Get values for variables |
| GET | /entity/v1 |
Get Entities |
| GET | /entity/v1/{relation} |
Find the relatives of an entity |
| GET | /search/v1/dataset |
Get datasets |
| GET | /search/v1/question |
Get questions |
curl -X GET 'http://api.opendatanetwork.com/data/v1/availability/' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official ODN documentation.