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
}

Changes

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

  • b4919cd9fb0d211See the full diff
    • path request parameter building_id list-of-types was narrowed by removing types string

      request-parameter-list-of-types-narrowed

    • for the path request parameter building_id, the type/format was changed from / to array/

      request-parameter-type-changed

    • removed the optional property data/number from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/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