> ## Documentation Index
> Fetch the complete documentation index at: https://docs.topograph.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Singapore (SG)

> Company data coverage for Singapore (ACRA). API support launched in 2026.

## Start here

This guide contains public integration notes for Singapore (SG). Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

<Card title="Singapore (SG) coverage, pricing, and sources" icon="arrow-up-right-from-square" href="https://topograph.co/pricing/sg">
  Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
</Card>

<Note>
  Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.
</Note>

Singapore (SG) company data is available via `POST /v2/company` using `countryCode: "SG"`. Coverage and live datapoints are evolving, see the [changelog](/changelog) for the latest updates.

## Identifier format

Singapore companies are identified by their UEN (Unique Entity Number). Examples: `201234567A`, `53123456X`.

## Example request

```bash theme={null}
curl -X POST https://api.topograph.co/v2/company \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "countryCode": "SG",
    "id": "201234567A",
    "dataPoints": ["company"]
  }'
```
