v1

latestOpenAPI 3.0.1MIT2026-07-17201038.9 KB
map

Get buildings

Get location data about one or more buildings. Comma separated building numbers are the parameters.

get/map/buildings/{building_id}

Path parameters

building_idstring[] required

Numeric building ID

[
  "226"
]

Response

Successful Operation

countnumber

Number of buildings returned

Example response

{
  "data": {
    "name": "Edward St. John Learning and Teaching Center",
    "code": "ESJ",
    "id": "226",
    "long": -76.941914,
    "lat": 38.986699
  },
  "count": 1
}