Posta Faroe Islands tracking URL from a tracking number

Posta Faroe Islands (FO) tracking numbers follow this format: S10 format ending in FO. ShipShim detects the carrier from the number and returns the direct tracking link.

Example: number in, tracking URL out

Example tracking numberRR226694035FO
Tracking URLhttps://www.posta.fo/en/private/track-and-trace

This format is distinctive, so ShipShim identifies Posta Faroe Islands from the bare number — no hints needed.

Get the Posta Faroe Islands 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": "RR226694035FO"}'

Response:

{
    "tracking_number": "RR226694035FO",
    "carrier": "Posta Faroe Islands",
    "country": "FO",
    "tracking_url": "https://www.posta.fo/en/private/track-and-trace",
    "confidence": 100,
    "matches": [
        {
            "carrier": "Posta Faroe Islands",
            "country": "FO",
            "confidence": 100,
            "tracking_url": "https://www.posta.fo/en/private/track-and-trace"
        }
    ]
}

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

Related carriers

Browse all supported carriers →