LightBox Administration Boundaries - Cities API

Number of APIs: 5

Overview

The LightBox U.S. City Boundary API returns city boundaries. Users can add city boundaries to modern map controls or reports with tile and bounding box image requests. Fetch results using autocomplete, a geometry, or an ID.

Samples

Contact Support:
Email: developer@lightboxre.com

  1. cities/us-tile - Return an image based on a bounding box, width, and height. GET {{baseUrl}}/cities/us/tile?bbox=-122.39921484469761,45.572657942246956,-122.3705044794022,45.582382848556996&width=2676&height=1295

  2. cities/us-tile - Generate a 256 x 256 tile using x,y, and z values. GET {{baseUrl}}/cities/us/tile/:zoom/:x/:y

  3. cities/us - Query for city records based on a geometry string. GET {{baseUrl}}/cities/us/geometry?wkt=POINT(-117.852723 33.63799)&bufferDistance=50&bufferUnit=m

  4. cities/us - Get a set of city candidates based on autocompletion of the partial string 'text,' where each result includes a representative point for the city. GET {{baseUrl}}/cities/us/_autocomplete?text=Lake Fores

  5. cities/us - Query for a specific city using an ID. GET {{baseUrl}}/cities/us/:id