Skip to content
TrackJet
Air cargo · Ocean · Post · Parcel — one field

Paste the number. We do the rest.

TrackJet reads the structure inside any tracking number — verifies its check digit, identifies the carrier and routes you to the official source. No account. No tracking cookies. Never a fabricated event.

MAWB, ISO 6346, Bill of Lading, UPU S10, UPS, DHL, FedEx and more — spaces and hyphens don't matter.

Detection runs in your browser — nothing leaves this page until you track.

Try one of these:

Histories you can verify — see a live proof

GDPR compliant No tracking cookies 5 verticals · auto-routing Never fabricated events Made in Germany Every timeline cryptographically sealed — verify yours

Three steps. No friction.

Built for forwarders, shippers, and consignees who want their shipment status across air, ocean, road, parcel, and post — fast.

1

Paste any tracking number

MAWB, container, bill of lading, postal S10, or courier parcel — we accept any common format.

2

We resolve the carrier

We identify the airline, shipping line, or courier straight from the number, against our verified directory.

3

Track with a verifiable record

We take you to the carrier's official tracking with your number pre-filled — and save a tamper-evident timeline, with optional status alerts.

How verification works

You shouldn't have to trust a tracking site. TrackJet's history is tamper-evident by construction — here is the whole mechanism, honestly explained.

PICKED_UP sha256 #1 DEPARTED sha256 #2 DELIVERED sha256 #3 h(prev·e) h(prev·e) Merkle root tjmt1 · published genesis = sha256(spec : uuid : number)
1

Every event is sealed

Each timeline event is hashed with SHA-256 and chained to the one before it. Change a single byte of history and the chain visibly breaks.

2

Chains anchor to a public log

Chain heads are batched into a Merkle transparency log with published roots — the same idea Certificate Transparency uses to guard the web's certificates.

3

Anyone can check — even offline

Verify any number at /verify, or download the Ed25519-signed Shipment Passport and validate it with no connection to us at all.

Measured live, not marketed

These figures come from the same live database that routes every search. They change when reality changes — never from copy.

326
carriers in the routing directory
290
verified tracking surfaces
202
airlines with cargo tracking
1.669
carriers in the detection catalog
39
tamper-evident event seals
56
published Merkle roots

Engines no other tracker has

Built in-house, running in production, each one linked to its live surface — verify them yourself.

One curl away

REST + GraphQL, HMAC-signed webhooks, an MCP server for AI agents and a sandbox that never flakes.

curl -H "Authorization: Bearer $KEY" \
  https://trackjet.world/api/v1/track/TJTEST-DELIVERED
const r = await fetch(
  'https://trackjet.world/api/v1/track/TJTEST-DELIVERED',
  { headers: { Authorization: `Bearer ${KEY}` } }
);
const shipment = await r.json();
import requests
r = requests.get(
    'https://trackjet.world/api/v1/track/TJTEST-DELIVERED',
    headers={'Authorization': f'Bearer {KEY}'},
)
shipment = r.json()
{
  "mcpServers": {
    "trackjet": { "url": "https://trackjet.world/mcp" }
  }
}

Why TrackJet

One platform for every shipment, with engines no other tracker has — built on verifiable data and privacy by design.

Lightning fast
Near-instant carrier resolution across all verticals. Built to handle peak-season volume.
Free to start
A generous free plan, no signup needed just to track. Paid plans (Plus, Pro, Business) raise the limits and unlock pro features when you need more.
Multilingual
Native English, German, and Spanish. More languages coming.
GDPR-first
Searches are anonymized with a daily-rotating salt. No tracking cookies without consent.

Frequently asked questions

Short answers to what people ask us most.

What is a MAWB number?

A Master Air Waybill is the contract of carriage for an air cargo shipment — an 11-digit number formatted XXX-XXXXXXXX, where the first three digits identify the issuing airline and the next eight are the serial. TrackJet also tracks ocean containers, bills of lading, postal (UPU S10) and courier parcels — paste any of them.

Is TrackJet really free?

Tracking is free and needs no account, and we never sell your data. Beyond that there's a generous free plan plus paid tiers (Plus, Pro, Business) for saved shipments, alerts, and API access. Minimal display advertising — shown only after consent — helps fund the free tier.

I don't see my carrier. What can I do?

Try the number anyway — if we recognise its prefix (IATA, BIC, SCAC or country code) we'll take you to the carrier. If we can't, send the number to [email protected] and we'll add the carrier.

Do you store my searches?

We log a hashed fingerprint of your IP and user-agent, the prefix you searched, and the result — never your full IP or any personal data. The salt rotates every 24 hours so the fingerprint cannot be tied across days.

Can I integrate TrackJet into my system?

Yes — the TrackJet REST API and MCP server are live. Create a key in your account and find the endpoints, examples and rate limits at /developers.

Live now

Need bulk tracking for your operation?

The TrackJet REST API and MCP server are live — detect, track and resolve carriers across every vertical, with a free tier to start.

Open standards — REST, OpenAPI and a Model Context Protocol server. Create a key in your account.