Welcome to the CZL Express Fuel Surcharge API

This API provides access to the latest fuel surcharge data for major shipping carriers including DHL, FedEx, and UPS.

实时测试和返回值查看

https://api-doc.exp.czl.net/folder-42656824

Available Endpoints(GET or POST):

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 respective carrier's sources. Each request returns the most recent 12 entries.

Usage Example:

To get the latest FedEx fuel surcharge data, send a GET request to:

https://api-doc.exp.czl.net/fedex

Note:

This API is for informational purposes only. Please refer to the official carrier websites for the most up-to-date and accurate information.