Post Fiji tracking URL from a tracking number

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

Example: number in, tracking URL out

Example tracking numberRR608810898FJ
Tracking URLhttps://www.postfiji.com.fj/VPO/Tracking.aspx

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

Get the Post Fiji 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": "RR608810898FJ"}'

Response:

{
    "tracking_number": "RR608810898FJ",
    "carrier": "Post Fiji",
    "country": "FJ",
    "tracking_url": "https://www.postfiji.com.fj/VPO/Tracking.aspx",
    "confidence": 100,
    "matches": [
        {
            "carrier": "Post Fiji",
            "country": "FJ",
            "confidence": 100,
            "tracking_url": "https://www.postfiji.com.fj/VPO/Tracking.aspx"
        }
    ]
}

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

Related carriers

Browse all supported carriers →