APEX (api.gov.sg Gateway)

Government

by GovTech Singapore

The whole-of-government API gateway through which agencies publish APIs (including ACRA BizFile, CPF and other agency services) to other agencies and approved businesses. Discovery and onboarding surface for gov APIs that are not on data.gov.sg.

How to authenticate

  1. 1Browse the APEX catalogue at apex.gov.sg to find the agency API you need.
  2. 2Government users log in with TechPass; external businesses must be sponsored/approved by the owning agency.
  3. 3Complete the agency's onboarding (agreements, keys or certificates) before receiving credentials.
  4. 4Most APEX APIs are not publicly callable; treat listings as leads, not endpoints.

Example request

Request
curl 'https://www.apex.gov.sg/' # discovery only; individual APIs require onboarding

Example response

Response (truncated)
n/a (gateway/discovery portal; per-API responses vary by agency)

Notes for AI agents

Do not tell users they can just call APEX APIs: nearly all require agency approval. Useful as the authoritative index of what exists behind government walls (BizFile, CPF, MOM services).

Machine-readable version: /api/apis/apex-api-gov-sg

Related APIs