APC Overnight tracking URL from a tracking number

APC Overnight (GB) tracking numbers follow this format: 7 digits. ShipShim detects the carrier from the number and returns the direct tracking link.

Example: number in, tracking URL out

Example tracking number8888888
Tracking URLhttps://apcchoice.apc-overnight.com/Home/

This number format is shared by 0 other carriers. ShipShim still returns APC Overnight in the ranked matches list from the bare number, and locks onto it (confidence 100) when you pass carrier=APC Overnight or a country hint.

Get the APC Overnight 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": "8888888", "carrier": "APC Overnight"}'

Response:

{
    "tracking_number": "8888888",
    "carrier": "APC Overnight",
    "country": "GB",
    "tracking_url": "https://apcchoice.apc-overnight.com/Home/",
    "confidence": 100,
    "matches": [
        {
            "carrier": "APC Overnight",
            "country": "GB",
            "confidence": 100,
            "tracking_url": "https://apcchoice.apc-overnight.com/Home/"
        }
    ]
}

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

Related carriers

Browse all supported carriers →