zonePermits API lets you retrieve permit data for a specific location.
A token that is required to make API calls.
Specifies the latitude coordinate of the top-right corner of the area for which you want to retrieve permit data.
Specifies the longitude coordinate of the top-right corner of the area for which you want to retrieve permit data.
Specifies the latitude coordinate of the bottom-left corner of the area for which you want to retrieve permit data.
Specifies the longitude coordinate of the bottom-left corner of the area for which you want to retrieve permit data.
Retrieves permit records starting from the specified date. You must pass the date value in any of the following formats: YYYY-MM-DD MM-DD-YYYY
Retrieves permit records up to the specified date. You must pass the date value in any of the following formats: YYYY-MM-DD MM-DD-YYYY
Retrieves permit records for a specific project type. You must pass the project type value to this parameter in the following format: ['PERMIT – PROJECT TYPE']. For example: ['PERMIT – ELECTRIC WIRING']
Filter permit records to include only those that match the specified status or statuses. You must pass the status value to this parameter in the following format: ['STATUS'] For example: you could filter permits by ['STANDARD PLAN REVIEW'] status.
(lat/lng are required when using this parameter)
Specifies the search radius in meters from a point of origin defined by the latitude (lat) and longitude (lng) parameters. When lat and lng are used together with radius, they become the center point (origin) of the circular search area. The maximum allowed radius is 5,000 meters. Example: If you set lat = 40.7128 and lng = -74.0060 (around New York City) with a radius = 1000, the API will return results within a 1 km circular area centered at that point.
Latitude value of the location. For example, lat=39.295468952504876.
Longitude value of the location. For example, lng= -76.63822174072267.
the geographic boundary of the area for which you want to retrieve permit data.
Specifies the postal (zip) code of the area for which you want to retrieve permit data. For example, 90210.
Indicates whether the request was successful or not
This JSON object contains the data items from the API's response as key and value pairs. Descriptions of these data items are provided below:
| Attribute Name | Description | Data type | Sample Value |
|---|---|---|---|
| source_record_id | A unique identifier for the record, combining record ID and data source. | String | 1612263-NY_NEW YORK CITY_PERMITS |
| applicants | A list of applicants associated with the permit, including their contact and business details. | Array | [{"applicant_business_name": "PREFERRED BUILDERS", "applicant_phone": "7184853311", "applicant_name": "PATRICK KELLEHER"}] |
| project | Contains details about the project, such as type, sequence, and work category. | Object | {"project_type": "Alteration", "project_sequence": "02", "project_work_type": "Other-General Construction"} |
| owners | A list of owners linked to the permit, including name, business name, and contact details. | Array | [{"owner_name": "MARK SHEMEL", "owner_business_name": "LENMARK COMPANY LLC", "owner_phone": "2123666766"}] |
| record_link | A direct link to the official permit record on the source authority’s website. | String | https://a810-bisweb.nyc.gov/bisweb/PropertyProfileOverviewServlet?bin=1021926&go4=+GO+&requestid=0 |
| source | The originating data source for the permit record. | String | NY_NEW YORK CITY_PERMITS |
| project_date | Contains key project-related dates such as issue, expiration, and start dates. | Object | {"permit_expiration_date": "2008-03- 15", "permit_issue_date": "2007-12- 05"} |
| record_id | A unique identifier assigned to the permit record.. | String | 1612263 |
| contractors | A list of contractors associated with the project, if available. | Array | [] |
| pin | Represents the geographic coordinates of the permit location. | Object | {"location": {"lon": -73.972463, "lat": 40.747431}} |
| authority | The governing body or agency responsible for issuing the permit. | String | NEW YORK DOB |
| location | Detailed address and geolocation data for the permit location. | Object | {"lot": "00041", "address": "Bin: 1021926 Borough: MANHATTAN Street Name: EAST 39 STREET House: 322 lot: 00041 block: 00944 NYC NY", "city": "NEW YORK CITY", "latitude": 40.747431, "parcel_number": null, "postcode": "10016", "block": "00944", "state": "NY", "longitude": -73.972463 }, |
| created_date | The date when the permit record was created in the database. | String | 2025-01-01 |
| zoning_classification | Indicates previous and current zoning classifications, if available. | Object | {"zoning_pre": null, "zoning_current": null} |
| others | Contains additionaldetails such as comments and total fees, if available. | Object | {"comments": null, "total_fee": null} |
| status | Indicates the current status of the permit, such as Active, Closed, or Renewal. | String | RENEWAL |
Find all the usecases for the api below
https://api.zoneomics.com/v2/zonePermits?api_key=<Your API Key>&bottom_left_lat=40.74318&bottom_left_lng=73.98530&top_right_lat=40.75415&top_right_lng=-73.96681https://api.zoneomics.com/v2/zonePermits?api_key=<Your API Key>&date_to=2017-01-01&date_from=2011-01-01&lat=40.7494595&lng=-73.97402389999999&radius=100https://api.zoneomics.com/v2/zonePermits?api_key=<Your API Key>&project_types=["Alteration"]&lat=40.7494595&lng=-73.97402389999999&radius=100https://api.zoneomics.com/v2/zonePermits?api_key=<Your API Key>&lat=40.7494595&lng=-73.97402389999999&radius=100&statuses=["RENEWAL"]http://api.zoneomics.com/v2/zonePermits?&lat=40.7494595&lng=-73.97402389999999&radius=100&api_key=<Your API Key>http://api.zoneomics.com/v2/zonePermits?boundary=-74.18106079101564,40.8527737139341|-74.24903869628908,40.62541876792774|-73.87619018554689,40.62385529380968|73.84803771972658,40.800815980962575|-74.18106079101564,40.8527737139341&api_key=<Your API Key>http://api.zoneomics.com/v2/zonePermits?zipcode=60007&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.
zonePermits API lets you retrieve permit data for a specific location.
A token that is required to make API calls.
Specifies the latitude coordinate of the top-right corner of the area for which you want to retrieve permit data.
Specifies the longitude coordinate of the top-right corner of the area for which you want to retrieve permit data.
Specifies the latitude coordinate of the bottom-left corner of the area for which you want to retrieve permit data.
Specifies the longitude coordinate of the bottom-left corner of the area for which you want to retrieve permit data.
Retrieves permit records starting from the specified date. You must pass the date value in any of the following formats: YYYY-MM-DD MM-DD-YYYY
Retrieves permit records up to the specified date. You must pass the date value in any of the following formats: YYYY-MM-DD MM-DD-YYYY
Retrieves permit records for a specific project type. You must pass the project type value to this parameter in the following format: ['PERMIT – PROJECT TYPE']. For example: ['PERMIT – ELECTRIC WIRING']
Filter permit records to include only those that match the specified status or statuses. You must pass the status value to this parameter in the following format: ['STATUS'] For example: you could filter permits by ['STANDARD PLAN REVIEW'] status.
(lat/lng are required when using this parameter)
Specifies the search radius in meters from a point of origin defined by the latitude (lat) and longitude (lng) parameters. When lat and lng are used together with radius, they become the center point (origin) of the circular search area. The maximum allowed radius is 5,000 meters. Example: If you set lat = 40.7128 and lng = -74.0060 (around New York City) with a radius = 1000, the API will return results within a 1 km circular area centered at that point.
Latitude value of the location. For example, lat=39.295468952504876.
Longitude value of the location. For example, lng= -76.63822174072267.
the geographic boundary of the area for which you want to retrieve permit data.
Specifies the postal (zip) code of the area for which you want to retrieve permit data. For example, 90210.
Indicates whether the request was successful or not
This JSON object contains the data items from the API's response as key and value pairs. Descriptions of these data items are provided below:
| Attribute Name | Description | Data type | Sample Value |
|---|---|---|---|
| source_record_id | A unique identifier for the record, combining record ID and data source. | String | 1612263-NY_NEW YORK CITY_PERMITS |
| applicants | A list of applicants associated with the permit, including their contact and business details. | Array | [{"applicant_business_name": "PREFERRED BUILDERS", "applicant_phone": "7184853311", "applicant_name": "PATRICK KELLEHER"}] |
| project | Contains details about the project, such as type, sequence, and work category. | Object | {"project_type": "Alteration", "project_sequence": "02", "project_work_type": "Other-General Construction"} |
| owners | A list of owners linked to the permit, including name, business name, and contact details. | Array | [{"owner_name": "MARK SHEMEL", "owner_business_name": "LENMARK COMPANY LLC", "owner_phone": "2123666766"}] |
| record_link | A direct link to the official permit record on the source authority’s website. | String | https://a810-bisweb.nyc.gov/bisweb/PropertyProfileOverviewServlet?bin=1021926&go4=+GO+&requestid=0 |
| source | The originating data source for the permit record. | String | NY_NEW YORK CITY_PERMITS |
| project_date | Contains key project-related dates such as issue, expiration, and start dates. | Object | {"permit_expiration_date": "2008-03- 15", "permit_issue_date": "2007-12- 05"} |
| record_id | A unique identifier assigned to the permit record.. | String | 1612263 |
| contractors | A list of contractors associated with the project, if available. | Array | [] |
| pin | Represents the geographic coordinates of the permit location. | Object | {"location": {"lon": -73.972463, "lat": 40.747431}} |
| authority | The governing body or agency responsible for issuing the permit. | String | NEW YORK DOB |
| location | Detailed address and geolocation data for the permit location. | Object | {"lot": "00041", "address": "Bin: 1021926 Borough: MANHATTAN Street Name: EAST 39 STREET House: 322 lot: 00041 block: 00944 NYC NY", "city": "NEW YORK CITY", "latitude": 40.747431, "parcel_number": null, "postcode": "10016", "block": "00944", "state": "NY", "longitude": -73.972463 }, |
| created_date | The date when the permit record was created in the database. | String | 2025-01-01 |
| zoning_classification | Indicates previous and current zoning classifications, if available. | Object | {"zoning_pre": null, "zoning_current": null} |
| others | Contains additionaldetails such as comments and total fees, if available. | Object | {"comments": null, "total_fee": null} |
| status | Indicates the current status of the permit, such as Active, Closed, or Renewal. | String | RENEWAL |
Find all the usecases for the api below
https://api.zoneomics.com/v2/zonePermits?api_key=<Your API Key>&bottom_left_lat=40.74318&bottom_left_lng=73.98530&top_right_lat=40.75415&top_right_lng=-73.96681https://api.zoneomics.com/v2/zonePermits?api_key=<Your API Key>&date_to=2017-01-01&date_from=2011-01-01&lat=40.7494595&lng=-73.97402389999999&radius=100https://api.zoneomics.com/v2/zonePermits?api_key=<Your API Key>&project_types=["Alteration"]&lat=40.7494595&lng=-73.97402389999999&radius=100https://api.zoneomics.com/v2/zonePermits?api_key=<Your API Key>&lat=40.7494595&lng=-73.97402389999999&radius=100&statuses=["RENEWAL"]http://api.zoneomics.com/v2/zonePermits?&lat=40.7494595&lng=-73.97402389999999&radius=100&api_key=<Your API Key>http://api.zoneomics.com/v2/zonePermits?boundary=-74.18106079101564,40.8527737139341|-74.24903869628908,40.62541876792774|-73.87619018554689,40.62385529380968|73.84803771972658,40.800815980962575|-74.18106079101564,40.8527737139341&api_key=<Your API Key>http://api.zoneomics.com/v2/zonePermits?zipcode=60007&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.