Skip to content
POSTNo key

Air-freight quote

POSTapi.aircargomcp.com/rates/quote

An all-in per-kg quote for a lane and weight. Computes chargeable weight from the volume, then applies weight breaks and surcharges.

Request body

originstringrequired

Origin airport IATA.

destinationstringrequired

Destination airport IATA.

weight_kgnumberrequired

Gross weight in kilograms.

volume_cm3number

Volume in cubic centimetres, for chargeable-weight.

Response fields

Derived from the example response.

dataobject
data.originstring
data.destinationstring
data.chargeable_weight_kgnumber
data.net_per_kgnumber
data.surcharge_per_kgnumber
data.total_chargenumber
data.currencystring
data.airline_iatastring
Try it No key
curl -X POST https://api.aircargomcp.com/rates/quote \
  -H "Content-Type: application/json" \
  -d '{"origin":"FRA","destination":"JFK","weight_kg":512,"volume_cm3":3200000}'

This preview uses documented example data and makes no live request. Get a key to run live.