A Singapore Government Agency Website
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites

Secure websites use HTTPS

Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

Real-time APIs will be unavailable from September 19th, 2024, 06:00 pm to September 19th, 2024, 10:00 pm due to upstream service's system maintenance. We apologise for the inconvenience caused.

PA Holiday Facilities

Updated 4 months ago

PA (People's Association)
Please hold on, maps with large file sizes might take awhile to load

Metadata

Illustration of Singapore map
Click on a colored section of the map to see more details

Attribute Legends

AttributesData TypeDescription
NameText-
DescriptionText-

Dataset preview

This code can be used to view the raw JSON dataset for PA Holiday Facilities. Large datasets may be truncated in the preview. Please download the dataset for complete data.

{
  "type": "FeatureCollection",
  "crs": {
    "type": "name",
    "properties": {
      "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
    }
  },
  "features": [
    {
      "type": "Feature",
      "properties": {
        "Name": "kml_1",
        "Description": "<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSBLOCKHOUSENUMBER</th> <td>101</td> </tr><tr bgcolor=\"\"> <th>ADDRESSBUILDINGNAME</th> <td></td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSFLOORNUMBER</th> <td></td> </tr><tr bgcolor=\"\"> <th>ADDRESSPOSTALCODE</th> <td>519886</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSSTREETNAME</th> <td>Elias Road</td> </tr><tr bgcolor=\"\"> <th>ADDRESSTYPE</th> <td>A</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>DESCRIPTION</th> <td>Holiday Facilities</td> </tr><tr bgcolor=\"\"> <th>HYPERLINK</th> <td>https://www.pa.gov.sg/Our_Network/Holiday_Facilities</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>LANDXADDRESSPOINT</th> <td>0</td> </tr><tr bgcolor=\"\"> <th>LANDYADDRESSPOINT</th> <td>0</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>NAME</th> <td>Pasir Ris Holiday Flats (Closed with effect from 01 May 2018)</td> </tr><tr bgcolor=\"\"> <th>PHOTOURL</th> <td></td> </tr><tr bgcolor=\"#E3E3F3\"> <th>INC_CRC</th> <td>3CC7B109AAAE3C49</td> </tr><tr bgcolor=\"\"> <th>FMEL_UPD_D</th> <td>20180502145346</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSUNITNUMBER</th> <td></td> </tr></table></center>"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          103.94235227842,
          1.38552087593239,
          0
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "Name": "kml_2",
        "Description": "<center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSBLOCKHOUSENUMBER</th> <td>97</td> </tr><tr bgcolor=\"\"> <th>ADDRESSBUILDINGNAME</th> <td></td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSFLOORNUMBER</th> <td></td> </tr><tr bgcolor=\"\"> <th>ADDRESSPOSTALCODE</th> <td>519885</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSSTREETNAME</th> <td>Elias Road</td> </tr><tr bgcolor=\"\"> <th>ADDRESSTYPE</th> <td>A</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>DESCRIPTION</th> <td>Holiday Facilities</td> </tr><tr bgcolor=\"\"> <th>HYPERLINK</th> <td>https://www.pa.gov.sg/Our_Network/Holiday_Facilities</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>LANDXADDRESSPOINT</th> <td>0</td> </tr><tr bgcolor=\"\"> <th>LANDYADDRESSPOINT</th> <td>0</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>NAME</th> <td>Pasir Ris Holiday Camp (Closed with effect from 01 May 2018)</td> </tr><tr bgcolor=\"\"> <th>PHOTOURL</th> <td></td> </tr><tr bgcolor=\"#E3E3F3\"> <th>INC_CRC</th> <td>1C30165AC78F2556</td> </tr><tr bgcolor=\"\"> <th>FMEL_UPD_D</th> <td>20180502145346</td> </tr><tr bgcolor=\"#E3E3F3\"> <th>ADDRESSUNITNUMBER</th> <td></td> </tr></table></center>"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          103.942596799716,
          1.38493840630133,
          0
        ]
      }
    }
  ]
}

Sample OpenAPI query

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
          
datasetId = "d_7d4e8bd0029578bdefcc7f7849cab1c4"
url = "https://api-open.data.gov.sg/v1/public/api/datasets/" + datasetId + "/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)

About this dataset

Contact

feedback@data.gov.sg

Created on

31 Jul 2023

Licence

Free forever for personal or commercial use, under the Open Data Licence.

Agency

PA (People's Association)

Dataset usage

123
Views
163
Downloads
6
API calls