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
  }
]

Changes

Changed in 3 of the 12 revisions of this API.112

  • b4919cd9fb0d11See the full diff
    • removed the optional property items/number from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/id to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog