# Open Government, Singapore API **Provider:** Open Government, Singapore **Category:** developer **Base URL:** `https://data.gov.sg` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://data.gov.sg/developer ## Description Singapore's open data platform - making data discoverable, understandable, and usable. Consistently co-creating valuable data with government agencies to empower people to innovate and make informed decisions. data.gov.sg provides free access to interactive charts and maps for national datasets, along with APIs for development. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://data.gov.sg/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://data.gov.sg' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/open-government-singapore/) — CC BY 4.0*