Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications.
Data from Nov 2025
Last updated: 14 May 2026, 10:06 SGT
This polygon dataset from Singapore Land Authority depicts the state-reserved lands in Singapore. State Reserve (SR) refers to the portion of land set up in the past by Goverment to provide statutory access to adjoining land or to form statutory buffer alongside road, river, seashore, etc. SR could run across a land lot, along the side of a land parcel or between land parcels. Please be advised that this dataset should be used with the Cadastral Land Parcel for Data Usage Integrity. The polygons are rounded to the nearest centimeter.
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| TEXT_DESC | Text | - |
| LOT_KEY | Text | - |
| INC_CRC | Text | - |
| FMEL_UPD_D | Numeric | - |
| SHAPE.AREA | Numeric | - |
| SHAPE.LEN | Numeric | - |
Dataset preview
This code can be used to view the raw JSON dataset for SLA State Reserve (GEOJSON). Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "STATE_RESERVE",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.87950830096045,
1.3109659572392445
],
[
103.87949113863557,
1.3109634253372733
],
[
103.87952123806195,
1.3108568906490563
],
[
103.8795371424148,
1.3108592417013183
],
[
103.87950830096045,
1.3109659572392445
]
]
]
},
"properties": {
"OBJECTID": 646,
"TEXT_DESC": "S. R.",
"LOT_KEY": "MK25-97496L",
"INC_CRC": "1835A21A64E7F4EE",
"FMEL_UPD_D": "20241217002504",
"SHAPE.AREA": 22.5792,
"SHAPE.LEN": 28.1953083071696
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.87952123806195,
1.3108568906490563
],
[
103.87953040266075,
1.310824333359495
],
[
103.87954594759066,
1.3108265035454953
],
[
103.8795371424148,
1.3108592417013183
],
[
103.87952123806195,
1.3108568906490563
]
]
]
},
"properties": {
"OBJECTID": 647,
"TEXT_DESC": "S. R.",
"LOT_KEY": "MK25-02317M",
"INC_CRC": "32BD9AA8334C9367",
"FMEL_UPD_D": "20241217002504",
"SHAPE.AREA": 6.5675,
"SHAPE.LEN": 11.0275796869332
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.8491908294265,
1.3130340745599034
],
[
103.84909306689993,
1.312981531594422
],
[
103.84910986963837,
1.3129593745532502
],
[
103.84920790172933,
1.313011917516364
],
[
103.8491908294265,
1.3130340745599034
]
]
]
},
"properties": {
"OBJECTID": 648,
"TEXT_DESC": "S. R.",
"LOT_KEY": "TS18-01250C",
"INC_CRC": "D1C42B08186E8887",
"FMEL_UPD_D": "20241217002504",
"SHAPE.AREA": 37.6446,
"SHAPE.LEN": 30.8772228117796
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.84909543600251,
1.3182198829736045
],
[
103.84906461543184,
1.3181791867610768
],
[
103.8490210354284,
1.318137948010276
],
[
103.84908016022878,
1.3181563966733592
],
[
103.84910298361635,
1.3181851553234731
],
[
103.84909543600251,
1.3182198829736045
]
]
]
},
"properties": {
"OBJECTID": 649,
"TEXT_DESC": "S. R.",
"LOT_KEY": "TS18-98350T",
"INC_CRC": "63ABE1568030351B",
"FMEL_UPD_D": "20241217002504",
"SHAPE.AREA": 24.4821,
"SHAPE.LEN": 27.2048725369689
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.85434646442653,
1.3054818677750906
],
[
103.85433064980462,
1.3054581735528366
],
[
103.8543624582021,
1.3054386390077715
],
[
103.85437710469819,
1.3054605245102586
],
[
103.85434646442653,
1.3054818677750906
]
]
]
},
"properties": {
"OBJECTID": 650,
"TEXT_DESC": "S. R.",
"LOT_KEY": "TS16-99428K",
"INC_CRC": "3842B6BE7653CB21",
"FMEL_UPD_D": "20241217002504",
"SHAPE.AREA": 12.5877,
"SHAPE.LEN": 14.3679812596107
}
}
]
}This code can be used to test a sample API query. It retrieves the data catalogue of this dataset. For a complete guide on query parameters and syntax, please refer to the API documentation
import requests
dataset_id = "d_0436cc1b096c5da4aa2362f90bcaf935"
url = "https://api-open.data.gov.sg/v1/public/api/datasets/" + dataset_id + "/poll-download"
response = requests.get(url)
json_data = response.json()
if json_data['code'] != 0:
print(json_data['errMsg'])
exit(1)
url = json_data['data']['url']
response = requests.get(url)
print(response.text)This dataset can be reused and cited in research publications.
21 Jan 2019
Free forever for personal or commercial use, under the Open Data Licence.