Jurisdiction API retrieves metadata and data availability details for each city (jurisdiction). It provides jurisdiction-specific information such as the city name, state, important review and modification dates, and the types of zoning data available for that jurisdiction.
A token needed to make API calls.
Defines the number of records to return.
Used for pagination. Specifies the number of records to skip before starting to return results.
API would return the city against the set city ID.
Returns the cities that have the specified city name in their value.
Returns all the cities that are in the specified state.
Indicates whether the request was successful or not
Indicates whether the request was successful or not
This section provides detailed descriptions of all the data fields returned in the API response.
| Attribute | Description | Data type | Sample Value |
|---|---|---|---|
| id | ID of a City. | Number | 162 |
| name | Name of a City. | String | Bronxville |
| state | The state of the city. | String | New York |
| publishing_date | Indicates when the data was published by the government source. | String | 2026-02-15T00:00:00.000Z |
| last_reviewed_date | Displays the date indicating when the zoning data was last reviewed for updates. | String | 2024-01-18 |
| date_modified | Displays the date when the data of the city was last modified. | String | 2024-012-12 |
| data_available | Displays what type of zoning data is available for a city. | Array | ['Zoning', 'Zoning with PLU', 'Zoning with CTRLs', 'All'] |
Find all the usecases for the api below
https://api.zoneomics.com/v2/jurisdictions?api_key=<your_API_key>https://api.zoneomics.com/v2/jurisdictions?id=150&api_key=<your_api_key>https://api.zoneomics.com/v2/jurisdictions?name=Orlando&api_key=<your_api_key>https://api.zoneomics.com/v2/jurisdictions?state=Florida&api_key=<your_api_key>Talk to our team about API access, data coverage, pricing, and the best Zoneomics API package for your use case.
Jurisdiction API retrieves metadata and data availability details for each city (jurisdiction). It provides jurisdiction-specific information such as the city name, state, important review and modification dates, and the types of zoning data available for that jurisdiction.
A token needed to make API calls.
Defines the number of records to return.
Used for pagination. Specifies the number of records to skip before starting to return results.
API would return the city against the set city ID.
Returns the cities that have the specified city name in their value.
Returns all the cities that are in the specified state.
Indicates whether the request was successful or not
Indicates whether the request was successful or not
This section provides detailed descriptions of all the data fields returned in the API response.
| Attribute | Description | Data type | Sample Value |
|---|---|---|---|
| id | ID of a City. | Number | 162 |
| name | Name of a City. | String | Bronxville |
| state | The state of the city. | String | New York |
| publishing_date | Indicates when the data was published by the government source. | String | 2026-02-15T00:00:00.000Z |
| last_reviewed_date | Displays the date indicating when the zoning data was last reviewed for updates. | String | 2024-01-18 |
| date_modified | Displays the date when the data of the city was last modified. | String | 2024-012-12 |
| data_available | Displays what type of zoning data is available for a city. | Array | ['Zoning', 'Zoning with PLU', 'Zoning with CTRLs', 'All'] |
Find all the usecases for the api below
https://api.zoneomics.com/v2/jurisdictions?api_key=<your_API_key>https://api.zoneomics.com/v2/jurisdictions?id=150&api_key=<your_api_key>https://api.zoneomics.com/v2/jurisdictions?name=Orlando&api_key=<your_api_key>https://api.zoneomics.com/v2/jurisdictions?state=Florida&api_key=<your_api_key>Talk to our team about API access, data coverage, pricing, and the best Zoneomics API package for your use case.