This API provides access to the latest fuel surcharge data for major shipping carriers including DHL, FedEx, and UPS.
/dhl
- Retrieve DHL fuel surcharge data/fedex
- Retrieve FedEx fuel surcharge data/ups
- Retrieve UPS fuel surcharge dataAll endpoints return JSON data in the following format:
{
"surcharges": [
{
"start_date": "YYYY-MM-DD",
"end_date": "YYYY-MM-DD",
"surcharge": "XX.XX%"
},
...
]
}
The data is updated hourly from the respective carrier's sources. Each request returns the most recent 12 entries.
To get the latest FedEx fuel surcharge data, send a GET request to:
https://api-doc.exp.czl.net/fedex
This API is for informational purposes only. Please refer to the official carrier websites for the most up-to-date and accurate information.