Brunei Post tracking URL from a tracking number

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

Example: number in, tracking URL out

Example tracking numberRR647558796BN
Tracking URLhttps://www.post.gov.bn/SitePages/TrackItems.aspx

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

Get the Brunei 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": "RR647558796BN"}'

Response:

{
    "tracking_number": "RR647558796BN",
    "carrier": "Brunei Post",
    "country": "BN",
    "tracking_url": "https://www.post.gov.bn/SitePages/TrackItems.aspx",
    "confidence": 100,
    "matches": [
        {
            "carrier": "Brunei Post",
            "country": "BN",
            "confidence": 100,
            "tracking_url": "https://www.post.gov.bn/SitePages/TrackItems.aspx"
        }
    ]
}

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

Related carriers

Browse all supported carriers →