This interface will be permanently open and free for use by all peers and customers.
If malicious attacks and calls are found, the relevant IP will be banned.
Interface URL:
https://exp-fuel-comparison-api.czl.net
The API provides up-to-date fuel surcharge data from major shipping companies, including DHL, FedEx, and UPS.
Available endpoints (GET or POST):
-
/dhl
- Retrieve DHL fuel surcharge data -
/fedex
- Retrieve FedEx fuel surcharge data -
/ups
- Retrieve UPS fuel surcharge data
Response format:
All endpoints return JSON data in the following format:
{ "surcharges": [ { "start_date": "YYYY-MM-DD", "end_date": "YYYY-MM-DD", "surcharge": "XX.XX%" }, ... ] }
Data update frequency:
The data is updated hourly from the corresponding carrier's sources. The most recent 12 records are returned with each request.
illustrate:
To obtain the latest FedEx fuel surcharge data, send a GET request to:
https://exp-fuel-comparison-api.czl.net/fedex
UPS and DHL and so on
Example:
International Express Surcharge Display
Disclaimer
This API is for reference only. Please refer to the operator's official website for the latest and most accurate information.
© 2024 CZL LTD. All rights reserved.
This API provides the latest fuel surcharge data of major transport companies (including DHL, FedEx and UPS), updated every hour. Users can obtain fuel surcharge information of each transport company through different endpoints. The data format is JSON, including the start date, end date and surcharge rate.