Singapore Post tracking URL from a tracking number

Singapore Post (SG) tracking numbers follow this format: S10 format ending in SG. ShipShim detects the carrier from the number and returns the direct tracking link.

Example: number in, tracking URL out

Example tracking numberRR963465946SG
Tracking URLhttps://www.singpost.com/track-items?trackingid=RR963465946SG

This format is distinctive, so ShipShim identifies Singapore Post from the bare number — no hints needed.

Get the Singapore Post tracking link via API

curl -X POST https://shipshim.com/api/v1/track \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"tracking_number": "RR963465946SG"}'

Response:

{
    "tracking_number": "RR963465946SG",
    "carrier": "Singapore Post",
    "country": "SG",
    "tracking_url": "https://www.singpost.com/track-items?trackingid=RR963465946SG",
    "confidence": 100,
    "matches": [
        {
            "carrier": "Singapore Post",
            "country": "SG",
            "confidence": 100,
            "tracking_url": "https://www.singpost.com/track-items?trackingid=RR963465946SG"
        }
    ]
}

Get a free API key   Read the API reference — the free tier includes 100 calls/month.

Related carriers

Browse all supported carriers →