Secure websites use HTTPS
Scam alert
Sign up here for higher rate limits, priority support and maintenance notifications.
Access up-to-date dengue cluster data in Singapore with this GEOJSON file from the National Environment Agency (NEA). This dataset provides geospatial polygon boundaries of active dengue clusters, along with key metadata such as case count and locality. Visit https://www.nea.gov.sg/dengue-zika/dengue/dengue-clusters for more details.
Data from Nov 2025
Last updated 12 hours ago
Access up-to-date dengue cluster data in Singapore with this GEOJSON file from the National Environment Agency (NEA). This dataset provides geospatial polygon boundaries of active dengue clusters, along with key metadata such as case count and locality. Visit https://www.nea.gov.sg/dengue-zika/dengue/dengue-clusters for more details.
Data from Nov 2025
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_dbfabf16158d1b0e1c420627c0819168"
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)20 Sep 2020
Free forever for personal or commercial use, under the Open Data Licence.
This dataset can be reused and cited in research publications.
Attribute Legend
| Attributes | Data Type | Description |
|---|---|---|
| OBJECTID | Numeric | - |
| LOCALITY | Text | - |
| CASE_SIZE | Numeric | - |
| NAME | Text | - |
| HYPERLINK | Text | - |
| HOMES | Numeric | - |
| PUBLIC_PLACES | Numeric | - |
| CONSTRUCTION_SITES | Numeric | - |
| 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 Dengue Clusters (GEOJSON). Large datasets may be truncated in the preview. Please download the dataset for complete data.
{
"type": "FeatureCollection",
"name": "DENGUE_CLUSTER",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.86782311949091,
1.3884776682946611
],
[
103.8670943882674,
1.3886399525270603
],
[
103.86691395463181,
1.3874140390773382
],
[
103.86703282871433,
1.3873829869431107
],
[
103.86700071385063,
1.3870206901420161
],
[
103.86721704296997,
1.386984602007449
],
[
103.86732504115321,
1.3868624760393
],
[
103.86697905597691,
1.3866120336821077
],
[
103.86693886296466,
1.38631570672957
],
[
103.86729482764441,
1.38624811126215
],
[
103.86760255872933,
1.386194896736186
],
[
103.86782493782549,
1.3861551864816415
],
[
103.86777439762017,
1.3858593887491877
],
[
103.86804785693694,
1.3858054647418008
],
[
103.8680164953347,
1.3855311914989177
],
[
103.86844568321976,
1.3854765895872414
],
[
103.87019146762923,
1.3852062620770114
],
[
103.87038040805899,
1.3864504857824949
],
[
103.87073295003538,
1.38638702731608
],
[
103.87086909606347,
1.3877003379702888
],
[
103.86991152579967,
1.3879329274418672
],
[
103.8692293555667,
1.388095096749815
],
[
103.86782311949091,
1.3884776682946611
]
]
]
},
"properties": {
"OBJECTID": 521645,
"LOCALITY": "Dedap Pl / Seletar Rd (The Greenwich)",
"CASE_SIZE": 3,
"NAME": "Dengue_Cluster",
"HYPERLINK": "https://www.nea.gov.sg/dengue-zika/dengue/dengue-clusters",
"HOMES": null,
"PUBLIC_PLACES": null,
"CONSTRUCTION_SITES": null,
"INC_CRC": "F338F32DB6F98959",
"FMEL_UPD_D": "20260722151706",
"SHAPE.AREA": 114715.084573105,
"SHAPE.LEN": 1511.38091967415
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.83732977917376,
1.384004356837597
],
[
103.83710517168937,
1.3837454467871177
],
[
103.83686901483466,
1.383467268348631
],
[
103.8365183478274,
1.3829968077475903
],
[
103.83608890006005,
1.3824201784470964
],
[
103.83564883592786,
1.381936237361973
],
[
103.83526535534979,
1.3816088777641011
],
[
103.83469795279022,
1.3812275548045105
],
[
103.83429383942789,
1.3809993215143215
],
[
103.83437381070596,
1.3808639680033319
],
[
103.8345258772264,
1.3805851786738745
],
[
103.83541857117355,
1.3793623211884316
],
[
103.83639340974841,
1.380054055651741
],
[
103.83685156175467,
1.38038071046126
],
[
103.83728061750192,
1.3798324932449462
],
[
103.83920112573489,
1.3813755380663397
],
[
103.83863340824502,
1.382273904048785
],
[
103.8383164853783,
1.382728079147248
],
[
103.83732977917376,
1.384004356837597
]
]
]
},
"properties": {
"OBJECTID": 521646,
"LOCALITY": "Yio Chu Kang Rd (The Calrose)",
"CASE_SIZE": 5,
"NAME": "Dengue_Cluster",
"HYPERLINK": "https://www.nea.gov.sg/dengue-zika/dengue/dengue-clusters",
"HOMES": null,
"PUBLIC_PLACES": null,
"CONSTRUCTION_SITES": null,
"INC_CRC": "523962F8D6229D57",
"FMEL_UPD_D": "20260731155716",
"SHAPE.AREA": 133876.828835985,
"SHAPE.LEN": 1603.32347064818
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.87683871288627,
1.3819224728986073
],
[
103.87611586361119,
1.3819783323922543
],
[
103.8761501620755,
1.3823724255398515
],
[
103.87583288650961,
1.3823957720042455
],
[
103.87528357120125,
1.3825807929924376
],
[
103.87489978762503,
1.3827620478858924
],
[
103.8748287783164,
1.3825365812549364
],
[
103.87485484809731,
1.3822967398586172
],
[
103.87439192927623,
1.382294122589453
],
[
103.87415994154904,
1.3822955048649144
],
[
103.87402682867925,
1.3823074718992419
],
[
103.87397527185718,
1.381978911028768
],
[
103.87318546605881,
1.3820337533700393
],
[
103.87315538211412,
1.381892107870154
],
[
103.87311971958808,
1.381736395986329
],
[
103.87292120880402,
1.3817677762316316
],
[
103.87292408303973,
1.3815322653331639
],
[
103.87262438739644,
1.3815096467697208
],
[
103.8726590264246,
1.3810103368883588
],
[
103.87257902539879,
1.3810070164899704
],
[
103.87258222890327,
1.3809027595473349
],
[
103.87259116823739,
1.380374286161046
],
[
103.8726057967338,
1.3800827370534314
],
[
103.87239938159792,
1.3800759034821433
],
[
103.8724191062329,
1.3798029525357753
],
[
103.87366811215959,
1.3798517446028176
],
[
103.87374255793944,
1.3787763776776742
],
[
103.87488055685826,
1.37885944279065
],
[
103.87532514921953,
1.3788970664304452
],
[
103.87614036801311,
1.3799844481934032
],
[
103.87674601275293,
1.380658220845448
],
[
103.8768028206401,
1.3815005986364708
],
[
103.87683871288627,
1.3819224728986073
]
]
]
},
"properties": {
"OBJECTID": 521647,
"LOCALITY": "Luxus Hill Dr / Seletar Green Ave, Walk ",
"CASE_SIZE": 28,
"NAME": "Dengue_Cluster",
"HYPERLINK": "https://www.nea.gov.sg/dengue-zika/dengue/dengue-clusters",
"HOMES": "Domestic container, Bin, Flower pot, Vase, Ornamental container, Flower pot plate, Closed perimeter drain, Pail",
"PUBLIC_PLACES": "Ceramic pot, Discarded plastic cup",
"CONSTRUCTION_SITES": null,
"INC_CRC": "61D50506884F92EA",
"FMEL_UPD_D": "20260731155716",
"SHAPE.AREA": 140525.570143065,
"SHAPE.LEN": 1702.89323555148
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
103.87364549497309,
1.3908522796861211
],
[
103.87358017542677,
1.3899967290396549
],
[
103.87345936164283,
1.3897298750229061
],
[
103.8728510549712,
1.38923234591419
],
[
103.87252951048596,
1.387362962321154
],
[
103.87264379742196,