{
  "id": "a7f2c3f5-5bff-4c1c-96b9-d17a4f905c5d",
  "slug": "hdb-resale-prices",
  "name": "HDB Resale Flat Prices",
  "provider": "HDB via data.gov.sg",
  "category_slug": "property",
  "description": "Every HDB resale transaction from 2017 onward: month, town, flat type, block, street, storey range, floor area, remaining lease and resale price. The canonical dataset behind SG property analytics.",
  "base_url": "https://data.gov.sg/api/action/datastore_search?resource_id=d_8b84c4ee58e3cfc0ece0d773c8ca6abc",
  "docs_url": "https://guide.data.gov.sg/developer-guide/api-overview",
  "openapi_url": null,
  "auth_type": "none",
  "auth_guide": [
    "No key needed.",
    "Query the datastore_search endpoint with this resource_id and optional filters/q/limit/offset params."
  ],
  "pricing": "free",
  "rate_limit": null,
  "example_request": "curl 'https://data.gov.sg/api/action/datastore_search?resource_id=d_8b84c4ee58e3cfc0ece0d773c8ca6abc&limit=1'",
  "example_response_snippet": "{\"success\":true,\"result\":{\"records\":[{\"_id\":1,\"month\":\"2017-01\",\"town\":\"ANG MO KIO\",\"flat_type\":\"2 ROOM\",\"floor_area_sqm\":\"44\",\"resale_price\":232000}]}}",
  "agent_notes": "resale_price is numeric but floor_area_sqm is text; cast before math. Earlier periods (1990-2016) live in separate resource ids in the same collection.",
  "status": "live",
  "tags": [
    "hdb",
    "resale",
    "property",
    "prices",
    "no-auth"
  ],
  "sg_official": true,
  "created_at": "2026-07-05T08:44:12.109Z",
  "updated_at": "2026-07-05T09:15:26.691Z",
  "page_url": "https://singaporeapi.com/apis/hdb-resale-prices"
}