Public transaction data$0.01 / call
HDB Resale Data
Expose HDB resale transaction search and sampled town-level aggregates from Singapore's official open-data portal.
Try endpointEndpoints
- GET /hdb/towns
- GET /hdb/median
- GET /hdb/median/{town}
- GET /hdb/search
Parameters
townflat_typemin_pricemax_pricemin_floor_area_sqmlimit
Example request
curl 'https://bountyapi.com/hdb/towns'
Example response
{
"total_towns": 24,
"total_transactions": 4000,
"note": "Aggregates are based on a bounded sample..."
}Source
data.gov.sg HDB resale flat prices dataset.
Limitations
Current aggregate endpoints are sampled and explicitly labelled. Full-history aggregation is planned with persistent storage.