Zoneomics Logo
Get zoning map tiles in MVT (Mapbox Vector Tile) format.
Get
https://api.zoneomics.com/v2/tiles?x=22674&y=52547&z=17&api_key=<your API key>
Tiles API returns zoning map tiles in MVT (Mapbox Vector Tile) format.

Tile represents a specific region on the map and are of two types:

  • Raster Map Tiles
  • Vector Map Tiles

Vector tiles are faster to load than raster tiles and require fewer resources for processing.


Vector tiles contain the geometric and metadata of the map, for example, road names, and place names. Tiles API here includes the Zone Code, Zone Name, Zone Type, and Zone Subtype information on the returned vector tile data.

Request Data
Request Parameters
api_key
string
required

A token needed to make API calls.

x
number
required

Horizontal location offset of the tile.

y
number
required

Vertical location offset of the tile.

z
number
required

Zoom level of the tile. Note: Minimum zoom level value in "z" query parameter must be 15 or more.

Response Data
data
object

Each feature in the MVT (Mapbox Vector Tile) generated by the /tiles API contains metadata in the form of attributes.

zone_codeRepresents the zone code associated with each geographic feature.R1, C2.string
zone_nameThe complete name for a zoning district as provided by the municipality.Single Family Residential.string
zone_typeA standardized classification of the zone based on the primary uses intended.Residential, Commercial, etc.string
zone_sub_typeA standardized sub-classification of the zone based on the primary uses intended.Two Family, Light Industrial, etc.string
Use cases

Find all the usecases for the api below

Sample Request
This section includes a sample request and response for above mentioned request parameters:
"https://api.zoneomics.com/v2/tiles?x=22674&y=52547&z=17&api_key=<your API key>"
Loading map...

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.