获取FEDEX燃油
GET
https://exp-fuel-comparison-api.czl.net/fedex
最后修改时间:2024-09-29 18:16:35
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://exp-fuel-comparison-api.czl.net/fedex'
返回响应
🟢200成功
application/json
Body
surcharges
array [object {3}]
必需
start_date
string
开始日期
end_date
string
结束日期
surcharge
string
燃油值
示例
{
"surcharges": [
{
"start_date": "2024-09-30",
"end_date": "2024-10-06",
"surcharge": "25.00%"
},
{
"start_date": "2024-09-23",
"end_date": "2024-09-29",
"surcharge": "24.50%"
},
{
"start_date": "2024-09-16",
"end_date": "2024-09-22",
"surcharge": "25.00%"
},
{
"start_date": "2024-09-09",
"end_date": "2024-09-15",
"surcharge": "26.00%"
},
{
"start_date": "2024-09-02",
"end_date": "2024-09-08",
"surcharge": "26.00%"
},
{
"start_date": "2024-08-26",
"end_date": "2024-09-01",
"surcharge": "27.00%"
},
{
"start_date": "2024-08-19",
"end_date": "2024-08-25",
"surcharge": "26.50%"
},
{
"start_date": "2024-08-12",
"end_date": "2024-08-18",
"surcharge": "27.00%"
},
{
"start_date": "2024-08-05",
"end_date": "2024-08-11",
"surcharge": "28.00%"
},
{
"start_date": "2024-07-29",
"end_date": "2024-08-04",
"surcharge": "28.50%"
},
{
"start_date": "2024-07-22",
"end_date": "2024-07-28",
"surcharge": "29.00%"
},
{
"start_date": "2024-07-15",
"end_date": "2024-07-21",
"surcharge": "30.00%"
}
]
}
修改于 2024-09-29 18:16:35