飞驼数据接口
  1. 🛫航空货运跟踪
飞驼数据接口
  • 💡API使用说明
    • 🏅API对接流程
    • 🌏API业务概述
    • 📋接口状态码
    • 获取Token
      POST
  • 📦集装箱综合跟踪
    • 📦集装箱综合跟踪
      • 🌏业务覆盖范围
      • 📋节点状态码
      • 📌智能甩柜预测
      • 🗺嵌套可视化地图
      • 集装箱综合跟踪(订阅+查询)
      • 集装箱综合跟踪(全量推送)
      • 集装箱综合跟踪(异常预警推送)
      • 箱/单智能识别船公司📌
    • 🚢船司集装箱跟踪
      • 🌏业务覆盖范围
      • 📋节点状态码
      • 船公司箱货跟踪(订阅)
      • 船公司箱货跟踪(查询)
      • 船公司箱货跟踪(推送)
    • 🕒码头作业计划
      • 🌏业务覆盖范围
      • 码头船舶计划
      • 船司航次转码头航次
    • 🏗中国港区+海关跟踪
      • 🌏业务覆盖范围
      • 📋节点状态码
      • 中国港区跟踪(订阅)
      • 中国港区跟踪(查询)
      • 中国港区跟踪(推送)
      • 中国海关跟踪(提单号)
      • 中国海关跟踪(报关单号)
    • 🏗国外港区+海关跟踪
      • 🌏业务覆盖范围📌
      • 📋节点状态码
      • 📌美国CES查验站跟踪
      • 海外码头跟踪(订阅)
      • 海外码头跟踪(查询)
      • 美国海关跟踪(订阅)
      • 美国海关跟踪(查询)
      • 美国海关原始数据(查询)
    • 🚛EIR放单提箱跟踪
      • 🌏业务覆盖范围
      • 📋节点状态码
      • 中国EIR跟踪(订阅)
      • 中国EIR跟踪(查询)
  • 🛳 散货|RORO跟踪
    • 🌏业务覆盖范围
    • 🗺嵌套可视化地图
    • 船舶AIS定位(查询)
      GET
    • 船舶历史轨迹(查询)
      GET
    • 船舶当前挂靠港(查询)
      GET
    • 船舶历史挂靠港(查询)
      GET
    • 海运港拥堵分析📌(查询)
      GET
    • RORO港拥堵分析📌(查询)
      GET
    • 船舶档案(查询)
      GET
    • 船舶搜索(查询)
      GET
  • 🛫航空货运跟踪
    • 🌏业务覆盖范围
    • 📋节点状态码
    • 🗺嵌套可视化地图
    • 航空货运跟踪(订阅)
      POST
    • 航空货运跟踪(查询)
      GET
    • 航空货运跟踪(推送)
      POST
    • 航班实时跟踪ADSB(查询)
      POST
    • 美国海关跟踪(查询)
      POST
    • 美国海关原始数据(查询)
      POST
  • 🚂铁路货运跟踪
    • 🌏业务覆盖范围
    • 📋海铁节点状态码
    • 📋北美铁路节点状态码
    • 🗺嵌套北美铁路可视化地图
    • 🗺嵌套俄亚铁路可视化地图
    • 北美海铁联运跟踪(订阅+查询)
    • 北美海铁联运跟踪(全量推送)
    • 北美海铁联运跟踪(异常预警推送)
    • 北美铁运实时跟踪(查询)
    • 北美铁运历史跟踪(查询)
    • 俄罗斯+中亚铁路跟踪(订阅)
    • 俄罗斯+中亚铁路跟踪(查询)
  • 🚚国内汽运跟踪
    • 🗺嵌套可视化地图
    • 货车定位(查询)
    • 货车定位+ETA(查询)
    • 货车轨迹(查询)
    • 货车综合跟踪(查询)
    • 货车电子围栏(订阅)
    • 货车电子围栏(推送)
  • 📅海运船期计划
    • 🌏业务覆盖范围📌
    • 港到港船期(直达+中转)V1
    • 港到港船期(直达+中转)V2
    • 港到港船期(全球直达)
    • 船舶船期(船名)
    • 船舶船期(船名+航次)
  • 🗓航空航班计划
    • 🌏业务覆盖范围
    • 全球航班计划
  1. 🛫航空货运跟踪

美国海关原始数据(查询)

POST
/terminal/us/customs/getAmericaCustomsData
最后修改时间:2025-07-27 08:30:43
美国海关原始数据-空运查询,不需要订阅

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Body 参数application/json

示例
{
    "mot": "A",
    "mawbPrefix": "006",
    "mawbSerial": "34440906"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://openapi.freightower.com/terminal/us/customs/getAmericaCustomsData' \
--header 'Content-Type: application/json' \
--data-raw '{
    "mot": "A",
    "mawbPrefix": "006",
    "mawbSerial": "34440906"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "statusCode": 20000,
    "message": "成功",
    "data": {
        "query": {
            "params": [
                {
                    "mot": "A",
                    "mawbPrefix": "006",
                    "mawbSerial": "34440906"
                }
            ],
            "method": "POST"
        },
        "data": {
            "Status": "true",
            "Data": {
                "ams_query_group_id": 0,
                "ams_query_master_id": 283618,
                "ams_query_id": 300645,
                "group_code": "JINGZHUN",
                "branch_code": "SHA",
                "file_doc_number": null,
                "master_bl_no": "006-34440906",
                "status_id": 19,
                "status_desc": "Closed",
                "MOT": "40",
                "carrier_code": "NH",
                "icao_airline_code": "ANA",
                "iata_airline_code": null,
                "airline": "ALL NIPPON AIRWAYS",
                "conveyance_name": "ANA0118 20240803",
                "manifest_number": "0118",
                "departure_port_code": null,
                "departure_port_name": null,
                "departure_date": null,
                "arrival_port_code": null,
                "arrival_port_name": null,
                "arrival_date": "2024-08-03 00:00:00",
                "manifest_quantity": 65,
                "quantity_unit": null,
                "FIRMS_code": "X183",
                "isf_sw": false,
                "last_request_date": "2024-07-31 22:00:47",
                "bill_of_lading_type": null,
                "request_count": 1,
                "hbl_count": 1,
                "last_modified_date": "2024-08-07 06:01:11",
                "last_disposition_code": null,
                "MasterParts": [
                    {
                        "part_indicator": "A",
                        "airline_code": "NH",
                        "flight_no": "0118",
                        "flight_id": "NH0118/03",
                        "scheduled_arrival_date": "2024-08-03 00:00:00",
                        "atd_date": "2024-08-03 00:00:00",
                        "boarded_quantity": 65,
                        "manifest_quantity": 65,
                        "inbond_number": "00634440906",
                        "inbond_status": "ER",
                        "inbond_type": "61",
                        "ibond_status_desc": "Enroute\r\n",
                        "it_type_desc": "I.T.",
                        "ams_query_master_id": 283618
                    }
                ],
                "InbondDetails": null,
                "StatusEvents": [
                    {
                        "abi_master_event_id": 32665308,
                        "seq_no": null,
                        "part_indicator": null,
                        "issuer_code": null,
                        "bl_no": "00634440906",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1D",
                        "disposition_desc": "In-bond Movement Authorized",
                        "event_date": "2024-08-03 08:38:03",
                        "message": null,
                        "manifest_quantity": 65
                    },
                    {
                        "abi_master_event_id": 32665309,
                        "seq_no": null,
                        "part_indicator": null,
                        "issuer_code": null,
                        "bl_no": "00634440906",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "95",
                        "disposition_desc": "In-bond deleted",
                        "event_date": "2024-08-03 11:44:10",
                        "message": null,
                        "manifest_quantity": 65
                    },
                    {
                        "abi_master_event_id": 32665310,
                        "seq_no": null,
                        "part_indicator": null,
                        "issuer_code": null,
                        "bl_no": "00634440906",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1F",
                        "disposition_desc": "Local Transfer Authorized",
                        "event_date": "2024-08-03 11:44:25",
                        "message": null,
                        "manifest_quantity": 65
                    },
                    {
                        "abi_master_event_id": 32665311,
                        "seq_no": null,
                        "part_indicator": null,
                        "issuer_code": null,
                        "bl_no": "00634440906",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1D",
                        "disposition_desc": "In-bond Movement Authorized",
                        "event_date": "2024-08-05 15:11:05",
                        "message": null,
                        "manifest_quantity": 65
                    },
                    {
                        "abi_master_event_id": 32665312,
                        "seq_no": null,
                        "part_indicator": null,
                        "issuer_code": null,
                        "bl_no": "AE24070504A",
                        "master_bl_no": "00634440906",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1C",
                        "disposition_desc": "Entered General Exam Not Required",
                        "event_date": "2024-08-04 11:45:18",
                        "message": null,
                        "manifest_quantity": 65
                    },
                    {
                        "abi_master_event_id": 32665313,
                        "seq_no": null,
                        "part_indicator": null,
                        "issuer_code": null,
                        "bl_no": "AE24070504A",
                        "master_bl_no": "00634440906",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1C",
                        "disposition_desc": "Entered General Exam Not Required",
                        "event_date": "2024-08-04 11:45:18",
                        "message": null,
                        "manifest_quantity": 65
                    },
                    {
                        "abi_master_event_id": 32665314,
                        "seq_no": null,
                        "part_indicator": null,
                        "issuer_code": null,
                        "bl_no": "AE24070504A",
                        "master_bl_no": "00634440906",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "4E",
                        "disposition_desc": "Entry Deleted",
                        "event_date": "2024-08-06 21:27:41",
                        "message": null,
                        "manifest_quantity": 65
                    },
                    {
                        "abi_master_event_id": 32665315,
                        "seq_no": null,
                        "part_indicator": null,
                        "issuer_code": null,
                        "bl_no": "AE24070504A",
                        "master_bl_no": "00634440906",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1C",
                        "disposition_desc": "Entered General Exam Not Required",
                        "event_date": "2024-08-06 21:27:41",
                        "message": null,
                        "manifest_quantity": 65
                    }
                ],
                "HouseDetails": null
            }
        }
    }
}
上一页
美国海关跟踪(查询)
下一页
🌏业务覆盖范围
Built with