GET /buildings
Find buildings of NCU.
Name | Required | Description |
X-NCU-API-TOKEN | yes | your API token |
GET /buildings
- json
Field Name | Type | Value Description |
chineseName | String | building's Chinese name |
englishName | String | building's English name |
[
{
"chineseName" : "行政大樓",
"englishName" : "Administrative Building",
},
{
"chineseName" : "總圖書館",
"englishName" : "Main Library",
},
]