Skip to main content

Mapbox Vector Tile Schools beta

GET 

/v4/schools/vector-tile/:x/:y/:z

This endpoint is in beta and not yet ready for production. Check out the LiveBy API Beta Endpoints Program for more information.

Get a mapbox vector tile. This endpoint is intended to be used by a map library that supports Mapbox Vector Tiles. For most map libraries, the base tile endpoint will be https://api.liveby.com/v4/schools/vector-tile/{x}/{y}/{z}

Currently, the vector tile API only supports at zoom level 7 and greater.

The API returns the school’s numeric ID as the primary identifier. For convenience, it also includes a schoolId field containing the same ID as a string, along with a boundaryId that references the school’s associated boundary.

For more information about source-layers, see the Mapbox source-layers documentation.

Request

Responses