Slovenska Posta tracking URL from a tracking number

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

Example: number in, tracking URL out

Example tracking numberRR851591799SK
Tracking URLhttps://tandt.posta.sk/?zession=1&parcel.reference1=RR851591799SK

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

Get the Slovenska Posta 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": "RR851591799SK"}'

Response:

{
    "tracking_number": "RR851591799SK",
    "carrier": "Slovenska Posta",
    "country": "SK",
    "tracking_url": "https://tandt.posta.sk/?zession=1&parcel.reference1=RR851591799SK",
    "confidence": 100,
    "matches": [
        {
            "carrier": "Slovenska Posta",
            "country": "SK",
            "confidence": 100,
            "tracking_url": "https://tandt.posta.sk/?zession=1&parcel.reference1=RR851591799SK"
        }
    ]
}

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

Related carriers

Browse all supported carriers →