Correos Spain tracking URL from a tracking number
Correos Spain (ES) tracking numbers follow this format: S10 format ending in ES, or PQ prefix + 21 alphanumeric. ShipShim detects the carrier from the number and returns the direct tracking link.
Example: number in, tracking URL out
| Example tracking number | RR370092611ES |
|---|---|
| Tracking URL | https://www.correos.es/es/es/herramientas/localizador/envios?tracking=RR370092611ES |
This format is distinctive, so ShipShim identifies Correos Spain from the bare number — no hints needed.
Get the Correos Spain 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": "RR370092611ES"}'
Response:
{
"tracking_number": "RR370092611ES",
"carrier": "Correos Spain",
"country": "ES",
"tracking_url": "https://www.correos.es/es/es/herramientas/localizador/envios?tracking=RR370092611ES",
"confidence": 100,
"matches": [
{
"carrier": "Correos Spain",
"country": "ES",
"confidence": 100,
"tracking_url": "https://www.correos.es/es/es/herramientas/localizador/envios?tracking=RR370092611ES"
}
]
}
Get a free API key Read the API reference — the free tier includes 100 calls/month.
Related carriers
- SEUR tracking URL (ES)
- Correos Express tracking URL (ES)
- MRW tracking URL (ES)
- NACEX tracking URL (ES)
- DHL Germany tracking URL (DE)
- Royal Mail tracking URL (GB)