Skip to content

Buildings

This endpoint returns an array of objects representing each building at the National University of Singapore.

GET https://www.nus-digital-twin.com/api/v1/buildings
Sample Response
[
{
"elementId": "732229053",
"name": "Cendana College",
"address": "28 College Avenue West",
"postal": "138533",
"latitude": 1.30814,
"longitude": 103.77248
},
{
"elementId": "732229037",
"name": "Cendana College",
"address": "28 College Avenue West",
"postal": "138533",
"latitude": 1.30812,
"longitude": 103.77221
},
{
"elementId": "732229054",
"name": "Cendana College",
"address": "28 College Avenue West",
"postal": "138533",
"latitude": 1.30783,
"longitude": 103.77207
}
...
]

Each object in the array is comprised of several attributes as outlined below.

AttributeDescription
elementId stringThe OpenStreetMap elementId.
name stringThe name of the building.
address stringThe address of the building.
postal stringThe 6-digit postal code of the building.
latitude numberThe latitude of the building.
longitude numberTHe longitude of the building.