{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-parcel-carrier-delivery-info-structure.json",
"name": "ParcelCarrierDeliveryInfo",
"description": "ParcelCarrierDeliveryInfo schema from Public API (Otter Public API).",
"allOf": [
{
"$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-delivery-metadata-schema.json"
},
{
"required": [
"carrierName"
],
"type": "object",
"description": "Detailed delivery information for standard postal carriers who deliver parcel shipments.",
"properties": {
"carrierName": {
"type": "string",
"description": "The name of the company delivering the shipment.",
"enum": [
"FED_EX",
"UPS",
"ON_TRAC",
"DHL",
"CORREOS",
"ESTAFETA",
"BR_POST",
"TNT",
"OTHER"
]
},
"trackingNumber": {
"type": "string",
"description": "The tracking number for this shipment",
"example": "18492b99ad000"
}
},
"additionalProperties": true
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.