Open Data REST API Reference
Introduction
The Open Data REST API provides API endpoints for Open Data types that allow developers to interact with the site remotely by sending and receiving JSON objects. All responses from the API are retuened in JSON.
Why use the Open Data REST API
The Open Data REST API allows developers to use the data contained within this site with their own applications using any language that can make HTTP requests and parse JSON, such as JavaScript, PHP, Python and more.
List Available Catalogs
Resource Information
Method | GET |
---|---|
URL | https://data.chandlerpd.com/wp-json/open-data/v1/catalogs |
Authentication | None |
Example Request
$ curl https://data.chandlerpd.com/wp-json/open-data/v1/catalogs