飞驼数据接口
  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/getHouses
最后修改时间:2025-08-01 04:01:41
美国海关-海运查询
需要先在【美国海关(订阅)】接口订阅后使用

请求参数

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

示例
{
    "mot": "O",
    "mbl": "HLCUSHA240385010"
}

示例代码

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/getHouses' \
--header 'Content-Type: application/json' \
--data-raw '{
    "mot": "O",
    "mbl": "HLCUSHA240385010"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "statusCode": 20000,
    "message": "成功",
    "data": {
        "query": {
            "params": [
                {
                    "mot": "O",
                    "mbl": "HDUJSLX24MA00492"
                }
            ],
            "method": "POST"
        },
        "data": {
            "Status": "true",
            "Data": {
                "GroupCode": "JINGZHUN",
                "CarrierCode": "HDUJ",
                "MasterBLNo": "HDUJSLX24MA00492",
                "FileDocNumber": null,
                "VesselName": "NORDIA",
                "VoyageNumber": "2404E",
                "DeparturePortName": "SHANGHAI",
                "DeparturePortCode": "57035",
                "ArrivalPortName": "LOS ANGELES",
                "ArrivalPortCode": "2704",
                "Quantity": 648,
                "BLType": "M",
                "StatusId": 9,
                "StatusDesc": "In Progress",
                "Mode": "O",
                "ISF": true,
                "PTTAuthDate": null,
                "FIRMSCode": "Y265",
                "ATD": "2024-07-04",
                "ATA": "2024-07-17 10:30",
                "HouseCount": 1,
                "House": null,
                "Houses": [
                    {
                        "FilerCode": "NXHS",
                        "HouseNo": "SHXH24070455",
                        "ManifestQuantity": 648,
                        "QuntityUnit": "CTN",
                        "LastDispositionCode": "4E",
                        "LastEventDate": "2024-08-27 10:36",
                        "CarrierMatched": "2024-07-01 07:56",
                        "ISFMatched": "2024-07-02 01:45",
                        "HoldDispositionCode": "1I",
                        "HoldDate": "2024-08-01 17:57",
                        "HoldRemoveDate": "2024-08-27 10:35",
                        "ReleasedDate": null,
                        "InBondNumber": null
                    }
                ],
                "CustomsInBonds": [],
                "Events": [
                    {
                        "SeqNo": "001",
                        "BLType": "M",
                        "EventDate": "2024-07-01 07:56:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "24 hours quota  must arrive by container",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "69"
                    },
                    {
                        "SeqNo": "003",
                        "BLType": "M",
                        "EventDate": "2024-07-17 10:30:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Actual conveyance arrival",
                        "PartCode": "A",
                        "ManifestQuantity": 0,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "19"
                    },
                    {
                        "SeqNo": "004",
                        "BLType": "M",
                        "EventDate": "2024-07-17 12:23:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Entered and released:  General examination",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1C"
                    },
                    {
                        "SeqNo": "005",
                        "BLType": "M",
                        "EventDate": "2024-07-17 15:47:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "NII Exam Ordered",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "7H"
                    },
                    {
                        "SeqNo": "006",
                        "BLType": "M",
                        "EventDate": "2024-07-17 15:48:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Customs hold placed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1H"
                    },
                    {
                        "SeqNo": "007",
                        "BLType": "M",
                        "EventDate": "2024-07-19 14:20:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "NII Exam Completed",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "7I"
                    },
                    {
                        "SeqNo": "008",
                        "BLType": "M",
                        "EventDate": "2024-07-19 14:26:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Bill of lading message transmission",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1M"
                    },
                    {
                        "SeqNo": "009",
                        "BLType": "M",
                        "EventDate": "2024-07-22 09:20:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Transfer for Exam",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1X"
                    },
                    {
                        "SeqNo": "010",
                        "BLType": "M",
                        "EventDate": "2024-07-26 13:52:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Customs hold removed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1I"
                    },
                    {
                        "SeqNo": "011",
                        "BLType": "M",
                        "EventDate": "2024-07-26 13:54:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Customs hold placed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1H"
                    },
                    {
                        "SeqNo": "012",
                        "BLType": "M",
                        "EventDate": "2024-08-01 17:57:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "USDA miscellaneous hold placed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "2H"
                    },
                    {
                        "SeqNo": "013",
                        "BLType": "M",
                        "EventDate": "2024-08-15 12:40:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "USDA miscellaneous hold removed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "2I"
                    },
                    {
                        "SeqNo": "014",
                        "BLType": "M",
                        "EventDate": "2024-08-26 21:49:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Entered and released:  General examination",
                        "PartCode": "A",
                        "ManifestQuantity": 484,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1C"
                    },
                    {
                        "SeqNo": "015",
                        "BLType": "M",
                        "EventDate": "2024-08-27 10:35:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Customs hold removed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1I"
                    },
                    {
                        "SeqNo": "016",
                        "BLType": "M",
                        "EventDate": "2024-08-27 10:36:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Entry cancelled",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "4E"
                    },
                    {
                        "SeqNo": "017",
                        "BLType": "M",
                        "EventDate": "2024-08-28 02:40:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Ordered to General Order",
                        "PartCode": "A",
                        "ManifestQuantity": 164,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1S"
                    },
                    {
                        "SeqNo": "018",
                        "BLType": "M",
                        "EventDate": "2024-09-13 10:28:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Entered:  Intensive examination required",
                        "PartCode": "A",
                        "ManifestQuantity": 164,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1A"
                    },
                    {
                        "SeqNo": "019",
                        "BLType": "M",
                        "EventDate": "2024-09-14 02:39:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Ordered to General Order",
                        "PartCode": "A",
                        "ManifestQuantity": 164,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "1S"
                    },
                    {
                        "SeqNo": "020",
                        "BLType": "M",
                        "EventDate": "2025-01-24 13:44:00",
                        "BLNo": "HDUJSLX24MA00492",
                        "DispositionDesc": "Entry cancelled",
                        "PartCode": "A",
                        "ManifestQuantity": 164,
                        "IssuerCode": "HDUJ",
                        "DispositionCode": "4E"
                    },
                    {
                        "SeqNo": "001",
                        "BLType": "H",
                        "EventDate": "2024-07-01 05:01:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "24 hours quota  must arrive by container",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "69"
                    },
                    {
                        "SeqNo": "002",
                        "BLType": "H",
                        "EventDate": "2024-07-01 07:56:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "MVOC - NVOC BL Match",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "1Y"
                    },
                    {
                        "SeqNo": "003",
                        "BLType": "H",
                        "EventDate": "2024-07-02 01:45:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "Security Filing on File",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "3Z"
                    },
                    {
                        "SeqNo": "005",
                        "BLType": "H",
                        "EventDate": "2024-07-17 15:47:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "NII Exam Ordered",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "7H"
                    },
                    {
                        "SeqNo": "006",
                        "BLType": "H",
                        "EventDate": "2024-07-17 15:48:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "Customs hold placed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "1H"
                    },
                    {
                        "SeqNo": "007",
                        "BLType": "H",
                        "EventDate": "2024-07-19 14:20:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "NII Exam Completed",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "7I"
                    },
                    {
                        "SeqNo": "008",
                        "BLType": "H",
                        "EventDate": "2024-07-19 14:26:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "Bill of lading message transmission",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "1M"
                    },
                    {
                        "SeqNo": "009",
                        "BLType": "H",
                        "EventDate": "2024-07-26 13:52:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "Customs hold removed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "1I"
                    },
                    {
                        "SeqNo": "010",
                        "BLType": "H",
                        "EventDate": "2024-07-26 13:54:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "Customs hold placed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "1H"
                    },
                    {
                        "SeqNo": "011",
                        "BLType": "H",
                        "EventDate": "2024-08-01 17:57:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "USDA miscellaneous hold placed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "2H"
                    },
                    {
                        "SeqNo": "012",
                        "BLType": "H",
                        "EventDate": "2024-08-15 12:40:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "USDA miscellaneous hold removed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "2I"
                    },
                    {
                        "SeqNo": "013",
                        "BLType": "H",
                        "EventDate": "2024-08-27 10:35:00",
                        "BLNo": "SHXH24070455",
                        "DispositionDesc": "Customs hold removed at port of discharge",
                        "PartCode": "A",
                        "ManifestQuantity": 648,
                        "IssuerCode": "NXHS",
                        "DispositionCode": "1I"
                    }
                ],
                "RequestCount": 7,
                "LastRunTime": "2025-07-23 22:51:29"
            }
        }
    }
}
上一页
美国海关跟踪(订阅)
下一页
美国海关原始数据(查询)
Built with