Zoneomics Logo
Post a coverage request for zoning data of an address
POST
https://api.zoneomics.com/v2/request

Request API lets you send coverage requests for an area where zoning is not yet available. This API also lets you send a request for the following zoning data of an address:

  • Building controls
  • Short term rentals
  • Permitted land uses
  • Parking
Request Data
Request Body Parameters
api_key
String
required

Your unique API key to authenticate the request.

type
String
required

Lets you specify whether you want to request area coverage or the zoning data for an address.

For zoning coverage, pass the new_area_coverage value, and for zoning data, pass the following values in this parameter:

  • development_standards: lets you request the controls data of an address.
  • permitted_land_uses: lets you request the permitted land uses of an address.
  • short_term_rental: lets you request the short-term rental data of an address.
  • parking: lets you request the parking data of an address.
address
String
required

A valid address of the zone, for example, 1216 Edmondson Ave, Baltimore, MD 21223, USA.

Response Data
message
string

Indicates whether the request was successful or not

Use cases

Find all the usecases for the api below

Submit a Coverage Request
Specify the address for which you want to request the coverage.
https://api.zoneomics.com/request?api_key=<your API key>&address=1216 Edmondson Ave, Baltimore, MD 21223, USA&type=new_area_coverage
Request Body:
{ "type": "permitted_land_uses", "address": "1216 Edmondson Ave, Baltimore, MD 21223, USA", "api_key": "Your API Key" }
Response:

Ready to build with zoning data?

Talk to our team about API access, data coverage, pricing, and the best Zoneomics API package for your use case.