This API returns data from the Library Directory in JSON format.
Send a GET request to https://www.coloradolibraries.org/api/library
Field | Description | Value(s) |
---|---|---|
keyword | Keyword search by library name, organization name, city, county, and zipcode. | Alphanumeric string |
city | Keyword search by city. | Alphanumeric string |
county | Keyword search by county. | Alphanumeric string |
zipcode-near | Results at or near a zipcode. | 5 digit integer |
near-me | Results near the geolocation of the person or server making the request. | 1 |
limit | Specify the number of results to return. | Integer |
Results are returned in JSON format. Click the links below for examples.
All libraries with an address in Denver county
https://www.coloradolibraries.org/api/library?county=denver
Select an example from above