Skip to main content
GET
https://api.crbtrack.com
/
api
/
v1
/
tracking
/
{trackingNumber}
curl "https://api.crbtrack.com/api/v1/tracking/CBECUSD123456789?includeHistory=true" \
  -H "X-API-Key: your_api_key"
{
  "trackingNumber": "CBECUSD123456789",
  "status": "IN_TRANSIT",
  "statusName": "In Transit",
  "estimatedDelivery": "2024-12-28T18:00:00Z",
  "history": [
    {
      "status": "ORDERED",
      "statusName": "Order Created",
      "timestamp": "2024-12-21T10:30:00Z",
      "location": "Miami, FL, US"
    },
    {
      "status": "LABEL_GENERATED",
      "statusName": "Label Generated",
      "timestamp": "2024-12-21T10:30:05Z",
      "location": "Miami, FL, US"
    },
    {
      "status": "CUSTOMS_CLEARANCE",
      "statusName": "Customs Clearance",
      "timestamp": "2024-12-23T08:00:00Z",
      "location": "Miami, FL, US"
    },
    {
      "status": "IN_TRANSIT",
      "statusName": "In Transit",
      "timestamp": "2024-12-24T14:30:00Z",
      "location": "Quito, EC",
      "description": "Package departed from sorting facility"
    }
  ]
}
Retrieves the current status and optional history for a single parcel.

Path Parameters

trackingNumber
string
required
The tracking number to look up (10-30 characters).

Query Parameters

includeHistory
boolean
default:"false"
Set to true to include the full tracking history.

Response

trackingNumber
string
The tracking number
status
string
Current status code (e.g., IN_TRANSIT)
statusName
string
Human-readable status name
estimatedDelivery
string
Estimated delivery date (ISO 8601)
history
array
Tracking history events (if includeHistory=true)
curl "https://api.crbtrack.com/api/v1/tracking/CBECUSD123456789?includeHistory=true" \
  -H "X-API-Key: your_api_key"
{
  "trackingNumber": "CBECUSD123456789",
  "status": "IN_TRANSIT",
  "statusName": "In Transit",
  "estimatedDelivery": "2024-12-28T18:00:00Z",
  "history": [
    {
      "status": "ORDERED",
      "statusName": "Order Created",
      "timestamp": "2024-12-21T10:30:00Z",
      "location": "Miami, FL, US"
    },
    {
      "status": "LABEL_GENERATED",
      "statusName": "Label Generated",
      "timestamp": "2024-12-21T10:30:05Z",
      "location": "Miami, FL, US"
    },
    {
      "status": "CUSTOMS_CLEARANCE",
      "statusName": "Customs Clearance",
      "timestamp": "2024-12-23T08:00:00Z",
      "location": "Miami, FL, US"
    },
    {
      "status": "IN_TRANSIT",
      "statusName": "In Transit",
      "timestamp": "2024-12-24T14:30:00Z",
      "location": "Quito, EC",
      "description": "Package departed from sorting facility"
    }
  ]
}

Status Codes

StatusDescription
ORDEREDOrder created, awaiting label
LABEL_GENERATEDShipping label created
MANIFEST_SUBMITTEDAdded to manifest/AWB
PICKED_UPCollected by carrier
CUSTOMS_CLEARANCEProcessing at customs
IN_TRANSITOn the way to destination
OUT_FOR_DELIVERYWith delivery driver
DELIVEREDSuccessfully delivered
DELIVERY_FAILEDDelivery attempt unsuccessful
RETURN_TO_SENDERBeing returned to sender
VOIDEDOrder cancelled