Developers
Build on Kyle's open data
This portal runs on CKAN, so every dataset is available through a stable, documented JSON API and a DCAT catalog — no API key required for public records.
Quickstart
curl "https://kyletxprod.ogopendata.com/api/3/action/package_search?q=budget&rows=5" # → { "success": true, "result": { "count": …, "results": [ … ] } }
Common endpoints
GET
Full-text search the catalog (faceted, paginated)./api/3/action/package_search?q=budget&rows=20GET
Full metadata + resources for one dataset./api/3/action/package_show?id=<dataset-slug>GET
All publishing departments with dataset counts./api/3/action/organization_list?all_fields=trueGET
Topic groups (Financials, Public Safety, …)./api/3/action/group_list?all_fields=trueGET
DCAT-US v1.1 catalog for harvesting (data.gov-compatible)./data.jsonNo key required
Public records are open. Rate-limited and cached for production use.
Open license
Data is released under the Open Data Commons Attribution License unless noted.
Harvestable
The DCAT-US /data.json lets data.gov and state hubs harvest the catalog automatically.