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

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

POST
/terminal/us/customs/getAmericaCustomsData
最后修改时间:2025-07-26 11:02:09
美国海关原始数据-海运查询,不需要订阅

请求参数

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

示例
{
    "mot": "O",
    "carrierCode": "HDUJ",
    "masterBLSerial": "SLX24MA00492"
}

示例代码

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": "O",
    "carrierCode": "HDUJ",
    "masterBLSerial": "SLX24MA00492"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "statusCode": 20000,
    "message": "成功",
    "data": {
        "query": {
            "params": [
                {
                    "mot": "O",
                    "carrierCode": "HDUJ",
                    "masterBLSerial": "SLX24MA00492"
                }
            ],
            "method": "POST"
        },
        "data": {
            "Status": "true",
            "Data": {
                "ams_query_group_id": 0,
                "ams_query_master_id": 309353,
                "ams_query_id": 314685,
                "group_code": "JINGZHUN",
                "branch_code": "SHA",
                "file_doc_number": null,
                "master_bl_no": "HDUJSLX24MA00492",
                "status_id": 9,
                "status_desc": "In Progress",
                "MOT": "10",
                "carrier_code": "HDUJ",
                "icao_airline_code": null,
                "iata_airline_code": null,
                "airline": null,
                "conveyance_name": "NORDIA",
                "manifest_number": "2404E",
                "departure_port_code": "57035",
                "departure_port_name": "SHANGHAI",
                "departure_date": "2024-07-04 00:00:00",
                "arrival_port_code": "2704",
                "arrival_port_name": "LOS ANGELES",
                "arrival_date": "2024-07-17 10:30:00",
                "manifest_quantity": 648,
                "quantity_unit": "CTN",
                "FIRMS_code": "Y265",
                "isf_sw": true,
                "last_request_date": "2025-07-23 22:51:28",
                "bill_of_lading_type": "M",
                "request_count": 7,
                "hbl_count": 1,
                "last_modified_date": "2025-07-23 22:51:29",
                "last_disposition_code": "4E",
                "MasterParts": null,
                "InbondDetails": null,
                "StatusEvents": [
                    {
                        "abi_master_event_id": 76877622,
                        "seq_no": "001",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "69",
                        "disposition_desc": "24 hours quota  must arrive by container",
                        "event_date": "2024-07-01 07:56:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877623,
                        "seq_no": "003",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "19",
                        "disposition_desc": "Actual conveyance arrival",
                        "event_date": "2024-07-17 10:30:00",
                        "message": null,
                        "manifest_quantity": 0
                    },
                    {
                        "abi_master_event_id": 76877624,
                        "seq_no": "004",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1C",
                        "disposition_desc": "Entered and released:  General examination",
                        "event_date": "2024-07-17 12:23:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877625,
                        "seq_no": "005",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "7H",
                        "disposition_desc": "NII Exam Ordered",
                        "event_date": "2024-07-17 15:47:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877626,
                        "seq_no": "006",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1H",
                        "disposition_desc": "Customs hold placed at port of discharge",
                        "event_date": "2024-07-17 15:48:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877627,
                        "seq_no": "007",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "7I",
                        "disposition_desc": "NII Exam Completed",
                        "event_date": "2024-07-19 14:20:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877628,
                        "seq_no": "008",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1M",
                        "disposition_desc": "Bill of lading message transmission",
                        "event_date": "2024-07-19 14:26:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877629,
                        "seq_no": "009",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1X",
                        "disposition_desc": "Transfer for Exam",
                        "event_date": "2024-07-22 09:20:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877630,
                        "seq_no": "010",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1I",
                        "disposition_desc": "Customs hold removed at port of discharge",
                        "event_date": "2024-07-26 13:52:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877631,
                        "seq_no": "011",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1H",
                        "disposition_desc": "Customs hold placed at port of discharge",
                        "event_date": "2024-07-26 13:54:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877632,
                        "seq_no": "012",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "2H",
                        "disposition_desc": "USDA miscellaneous hold placed at port of discharge",
                        "event_date": "2024-08-01 17:57:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877633,
                        "seq_no": "013",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "2I",
                        "disposition_desc": "USDA miscellaneous hold removed at port of discharge",
                        "event_date": "2024-08-15 12:40:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877634,
                        "seq_no": "014",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1C",
                        "disposition_desc": "Entered and released:  General examination",
                        "event_date": "2024-08-26 21:49:00",
                        "message": null,
                        "manifest_quantity": 484
                    },
                    {
                        "abi_master_event_id": 76877635,
                        "seq_no": "015",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1I",
                        "disposition_desc": "Customs hold removed at port of discharge",
                        "event_date": "2024-08-27 10:35:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877636,
                        "seq_no": "016",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "4E",
                        "disposition_desc": "Entry cancelled",
                        "event_date": "2024-08-27 10:36:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877637,
                        "seq_no": "017",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1S",
                        "disposition_desc": "Ordered to General Order",
                        "event_date": "2024-08-28 02:40:00",
                        "message": null,
                        "manifest_quantity": 164
                    },
                    {
                        "abi_master_event_id": 76877638,
                        "seq_no": "018",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1A",
                        "disposition_desc": "Entered:  Intensive examination required",
                        "event_date": "2024-09-13 10:28:00",
                        "message": null,
                        "manifest_quantity": 164
                    },
                    {
                        "abi_master_event_id": 76877639,
                        "seq_no": "019",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "1S",
                        "disposition_desc": "Ordered to General Order",
                        "event_date": "2024-09-14 02:39:00",
                        "message": null,
                        "manifest_quantity": 164
                    },
                    {
                        "abi_master_event_id": 76877640,
                        "seq_no": "020",
                        "part_indicator": null,
                        "issuer_code": "HDUJ",
                        "bl_no": "HDUJSLX24MA00492",
                        "master_bl_no": null,
                        "bl_type": "M",
                        "ibl_no_type_desc": "M",
                        "disposition_code": "4E",
                        "disposition_desc": "Entry cancelled",
                        "event_date": "2025-01-24 13:44:00",
                        "message": null,
                        "manifest_quantity": 164
                    },
                    {
                        "abi_master_event_id": 76877641,
                        "seq_no": "001",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "69",
                        "disposition_desc": "24 hours quota  must arrive by container",
                        "event_date": "2024-07-01 05:01:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877642,
                        "seq_no": "002",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1Y",
                        "disposition_desc": "MVOC - NVOC BL Match",
                        "event_date": "2024-07-01 07:56:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877643,
                        "seq_no": "003",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "3Z",
                        "disposition_desc": "Security Filing on File",
                        "event_date": "2024-07-02 01:45:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877644,
                        "seq_no": "005",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "7H",
                        "disposition_desc": "NII Exam Ordered",
                        "event_date": "2024-07-17 15:47:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877645,
                        "seq_no": "006",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1H",
                        "disposition_desc": "Customs hold placed at port of discharge",
                        "event_date": "2024-07-17 15:48:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877646,
                        "seq_no": "007",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "7I",
                        "disposition_desc": "NII Exam Completed",
                        "event_date": "2024-07-19 14:20:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877647,
                        "seq_no": "008",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1M",
                        "disposition_desc": "Bill of lading message transmission",
                        "event_date": "2024-07-19 14:26:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877648,
                        "seq_no": "009",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1I",
                        "disposition_desc": "Customs hold removed at port of discharge",
                        "event_date": "2024-07-26 13:52:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877649,
                        "seq_no": "010",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1H",
                        "disposition_desc": "Customs hold placed at port of discharge",
                        "event_date": "2024-07-26 13:54:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877650,
                        "seq_no": "011",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "2H",
                        "disposition_desc": "USDA miscellaneous hold placed at port of discharge",
                        "event_date": "2024-08-01 17:57:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877651,
                        "seq_no": "012",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "2I",
                        "disposition_desc": "USDA miscellaneous hold removed at port of discharge",
                        "event_date": "2024-08-15 12:40:00",
                        "message": null,
                        "manifest_quantity": 648
                    },
                    {
                        "abi_master_event_id": 76877652,
                        "seq_no": "013",
                        "part_indicator": null,
                        "issuer_code": "NXHS",
                        "bl_no": "SHXH24070455",
                        "master_bl_no": "HDUJSLX24MA00492",
                        "bl_type": "H",
                        "ibl_no_type_desc": "H",
                        "disposition_code": "1I",
                        "disposition_desc": "Customs hold removed at port of discharge",
                        "event_date": "2024-08-27 10:35:00",
                        "message": null,
                        "manifest_quantity": 648
                    }
                ],
                "HouseDetails": null
            }
        }
    }
}
上一页
美国海关跟踪(查询)
下一页
🌏业务覆盖范围
Built with