v1

latestOpenAPI 3.0.1MIT2026-07-17201038.9 KB
map

List buildings

Get a list of the available buildings.

get/map/buildings

Response

Successful Operation

namestring

Name of the building

codestring

Shortened building code. Not all buildings have these.

idstring

Unique building id

longnumber

Longitude

latnumber

Latitude

Example response

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