Zoneomics Logo
Gets a zoning map screenshot for the specified location.
GET
https://api.zoneomics.com/v2/zoneScreenshot?

zoneScreenshot API lets you specify the address or lat/lng of a zone and then returns a screenshot of its zoning map in the response.

Request Data
Request Parameters
api_key
string
required

A token needed to make API calls.

address
string

A valid address of the zone, for example, 305 E 5th St, Jamestown, NY 14701, USA.

lat
number

Latitude value of the zone, for example, lat= 39.295468952504876.

lng
number

Longitude value of the zone, for example, lng= -76.63822174072267. Note: Location in zoneScreenshot API must be specified using either the address or lat/lng parameters.

Response Data
status
boolean

Indicates whether the request was successful or not

data
image/png

Response would always be an image opened in the browser

link
string

https://api.zoneomics.com/v2/ZoneScreenshot?address=

&api_key=<api_key>&map_zoom_level=<map_zoom_level>

Use cases

Find all the usecases for the api below

Get zoning map screenshot by passing address
The returned response includes the zoning map screenshot for the address specified in the API request.
https://api.zoneomics.com/v2/zoneScreenshot?address=337 E 5th St, Jamestown, NY 14701,USA&map_zoom_level=13&api_key=<your api key here>
Get zoning map screenshot by passing lat/lng
The returned response includes the zoning map screenshot for the lat/lng specified in the API request.
https://api.zoneomics.com/v2/zoneScreenshot?lat=40.7148268&lng=-74.0105542&map_zoom_level=14&api_key=<your API key>

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.