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
Example response
{
"data": {
"name": "Edward St. John Learning and Teaching Center",
"code": "ESJ",
"id": "226",
"long": -76.941914,
"lat": 38.986699
},
"count": 1
}