Skip to main content

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 is available via POST /v2/company using countryCode: "SG". Coverage and live datapoints are evolving, see the changelog for the latest updates.

Identifier format

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

Example request

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"]
  }'