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.

Scam alert

Government officers will never ask you to send money or share your details over the phone. When unsure, hang up and call Scamshield at 1799.

Sign up here for higher rate limits, priority support and maintenance notifications.

Dataset: SAFRA Centres

SAFRA Centres

Data from Aug 2017

Last updated: 13 Nov 2025, 11:24 SGT

MINDEF (Ministry of Defence)

Contains the locations of Singapore Armed Forces Reservists Association (SAFRA) in Singapore.

Attribute Legend

AttributesData TypeDescription
OBJECTIDNumeric-
BLKNumeric-
ROAD_NAMEText-
POSTAL_CODNumeric-
REMARKSNumeric-
TYPE_NAMEText-
INC_CRCText-
FMEL_UPD_DNumeric-
NAMEText-

Dataset preview

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

{
  "type": "FeatureCollection",
  "name": "HSGB_SAFRA",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          103.70629722758257,
          1.3350700719977104
        ]
      },
      "properties": {
        "OBJECTID": 321,
        "BLK": "333",
        "ROAD_NAME": "BOON LAY WAY",
        "POSTAL_COD": "649848",
        "REMARKS": null,
        "TYPE_NAME": "SAFRA Facility Location",
        "INC_CRC": "F798F5CD54750490",
        "FMEL_UPD_D": "20170801174706",
        "NAME": "SAFRA CLUBHOUSE (JURONG)"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          103.84102063407633,
          1.4242531586400142
        ]
      },
      "properties": {
        "OBJECTID": 322,
        "BLK": "60",
        "ROAD_NAME": "YISHUN AVE 4",
        "POSTAL_COD": "769027",
        "REMARKS": null,
        "TYPE_NAME": "SAFRA Facility Location",
        "INC_CRC": "9615A651F22DD954",
        "FMEL_UPD_D": "20170801174706",
        "NAME": "SAFRA YISHUN COUNTRY CLUB"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          103.94165501589742,
          1.3446372136277263
        ]
      },
      "properties": {
        "OBJECTID": 323,
        "BLK": "1A",
        "ROAD_NAME": "TAMPINES ST 92",
        "POSTAL_COD": "528882",
        "REMARKS": null,
        "TYPE_NAME": "SAFRA Facility Location",
        "INC_CRC": "07E0A73F035DFF6A",
        "FMEL_UPD_D": "20170801174706",
        "NAME": "SAFRA CLUBHOUSE (TAMPINES)"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          103.81722890994111,
          1.2773808092573375
        ]
      },
      "properties": {
        "OBJECTID": 324,
        "BLK": "2",
        "ROAD_NAME": "TELOK BLANGAH WAY",
        "POSTAL_COD": "98803",
        "REMARKS": null,
        "TYPE_NAME": "SAFRA Facility Location",
        "INC_CRC": "F7CF60AE1560CC71",
        "FMEL_UPD_D": "20170801174706",
        "NAME": "SAFRA CLUBHOUSE (MOUNT FABER)"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          103.85440435193257,
          1.329807341857239
        ]
      },
      "properties": {
        "OBJECTID": 325,
        "BLK": "293",
        "ROAD_NAME": "LOR 6 TOA PAYOH",
        "POSTAL_COD": "319387",
        "REMARKS": null,
        "TYPE_NAME": "SAFRA Facility Location",
        "INC_CRC": "53BAAF820889D449",
        "FMEL_UPD_D": "20170801174706",
        "NAME": "SAFRA CLUBHOUSE (TOA PAYOH)"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          103.90607648864463,
          1.4101424512191187
        ]
      },
      "properties": {
        "OBJECTID": 326,
        "BLK": "9",
        "ROAD_NAME": "SENTUL CRES",
        "POSTAL_COD": "828654",
        "REMARKS": null,
        "TYPE_NAME": "SAFRA Facility Location",
        "INC_CRC": "AEBEF5B1D670B1CD",
        "FMEL_UPD_D": "20170801174706",
        "NAME": "SAFRA CLUBHOUSE (PUNGGOL)"
      }
    }
  ]
}

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
          
dataset_id = "d_b0c7a065104744ecfbc21e93c226ee5c"
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)

Citation

This dataset can be reused and cited in research publications.

Ministry of Defence. (2023). SAFRA Centres (2025) [Dataset]. data.gov.sg. Retrieved April 2, 2026 from https://data.gov.sg/datasets/d_b0c7a065104744ecfbc21e93c226ee5c/view

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

MINDEF (Ministry of Defence)