ePost Global tracking URL from a tracking number
ePost Global (international) tracking numbers follow this format: R prefix + 12 digits. ShipShim detects the carrier from the number and returns the direct tracking link.
Example: number in, tracking URL out
| Example tracking number | R888888888888 |
|---|---|
| Tracking URL | https://epostassist.epgtrack.com/ |
This format is distinctive, so ShipShim identifies ePost Global from the bare number — no hints needed.
Get the ePost Global 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": "R888888888888"}'
Response:
{
"tracking_number": "R888888888888",
"carrier": "ePost Global",
"country": "INT",
"tracking_url": "https://epostassist.epgtrack.com/",
"confidence": 100,
"matches": [
{
"carrier": "ePost Global",
"country": "INT",
"confidence": 100,
"tracking_url": "https://epostassist.epgtrack.com/"
}
]
}
Get a free API key Read the API reference — the free tier includes 100 calls/month.
Related carriers
- DHL Express tracking URL (INT)
- Aramex tracking URL (INT)
- TNT tracking URL (INT)
- GLS tracking URL (INT)
- DPD tracking URL (INT)
- GECEX tracking URL (INT)