Correo Uruguayo tracking URL from a tracking number

Correo Uruguayo (UY) tracking numbers follow this format: S10 format ending in UY. ShipShim detects the carrier from the number and returns the direct tracking link.

Example: number in, tracking URL out

Example tracking numberRR377108639UY
Tracking URLhttps://www.correo.com.uy/seguimiento?id=RR377108639UY

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

Get the Correo Uruguayo 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": "RR377108639UY"}'

Response:

{
    "tracking_number": "RR377108639UY",
    "carrier": "Correo Uruguayo",
    "country": "UY",
    "tracking_url": "https://www.correo.com.uy/seguimiento?id=RR377108639UY",
    "confidence": 100,
    "matches": [
        {
            "carrier": "Correo Uruguayo",
            "country": "UY",
            "confidence": 100,
            "tracking_url": "https://www.correo.com.uy/seguimiento?id=RR377108639UY"
        }
    ]
}

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

Related carriers

Browse all supported carriers →