Tracking — entry 009 of 9
WhereParcel
WhereParcel is a unified parcel-tracking API that normalizes shipment status across 64+ carriers — including USPS, UPS, FedEx, DHL, and TNT — behind a single REST endpoint and webhook system, so integrators don't need a separate connector per carrier. Every request is authenticated with a Bearer API key and answered with full CORS support for browser-side calls, typically in 500ms for cached lookups and 2-3 seconds for live carrier queries. There's no free-forever tier: plans start at $49/month for 10,000 requests, each with a 7-day free trial.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Paid plans only (no free tier, 7-day trial): Starter $49/mo = 30 req/min & 10,000/month; Pro $99/mo = 60 req/min & 30,000/month; Business $650/mo = 200 req/min & 300,000/month; all plans additionally capped at 10 requests/second per API key