# One Map, Singapore API **Provider:** One Map, Singapore **Category:** maps **Base URL:** `https://www.onemap.gov.sg` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 250 req/min (free with token) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.onemap.gov.sg/docs/ ## Description Singapore Land Authority REST API services for Singapore addresses ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.onemap.gov.sg/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.onemap.gov.sg' ``` ## Sample Response ```json {} ``` ## Pricing Details Official Singapore government mapping API. Free for developers and businesses with a Singapore government-approved API token. Singapore-focused. --- *Source: [API Map](https://apimap.dev/apis/one-map-singapore/) — CC BY 4.0*