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

北美海铁联运跟踪(订阅+查询)

POST
/application/advanced/query
最后修改时间:2025-07-26 10:49:21
支持【船公司】+【铁路】+【港区&海关】全程物流跟踪

请求参数

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

示例
{
    "billNo": "OOLU2158769800",
    "containerNo": "OOLU9731894",
    "carrierCode": "OOLU",
    "polCode": "",
    "podCode": "",
    "businessNo": "VCQ202505060060:2158769800:OOLU973189",
    "billCategory": "BL"
}

示例代码

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/application/advanced/query' \
--header 'Content-Type: application/json' \
--data-raw '{
    "billNo": "OOLU2158769800",
    "containerNo": "OOLU9731894",
    "carrierCode": "OOLU",
    "polCode": "",
    "podCode": "",
    "businessNo": "VCQ202505060060:2158769800:OOLU973189",
    "billCategory": "BL"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "statusCode": 20000,
    "message": "成功",
    "data": {
        "query": {
            "param": {
                "billNo": "OOLU2158769800",
                "containerNo": "OOLU9731894",
                "carrierCode": "OOLU",
                "polCode": null,
                "podCode": null,
                "businessNo": "VCQ202505060060:2158769800:OOLU9731894",
                "billCategory": "BL"
            },
            "actualParam": null,
            "method": "POST"
        },
        "result": {
            "billNo": "OOLU2158769800",
            "containerNo": "OOLU9731894",
            "isBillNo": true,
            "statusCategory": "COMPLETE",
            "statusDescription": "Shipment completed",
            "endTime": "2025/06/20 05:53:00",
            "updateTime": "2025/06/20 23:06:04",
            "carrier": {
                "nameCn": "东方海外货柜航运(中国)有限公司",
                "scac": "OOLU",
                "nameEn": "Orient Overseas Container Line",
                "code": "OOCL",
                "url": "http://www.oocl.com/schi/Pages/default.aspx"
            },
            "booking": {
                "bookingStatus": "Confirmed",
                "bookingStatusCn": "订舱已确认",
                "totalContainers": null,
                "priceCalculationDate": null
            },
            "currentStatus": {
                "transportMode": "TRUCK",
                "vslName": null,
                "voy": null,
                "containerNo": "OOLU9731894",
                "eventCode": "RCVE",
                "eventTime": "2025/06/20 05:53:00",
                "isEsti": "N",
                "eventPlace": "CHICAGO,IL",
                "portTimeZone": "-5",
                "descriptionCn": "还空箱",
                "descriptionEn": "Empty Returned",
                "eventPlaceOrigin": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                "eventDescriptionOrigin": "Container Returned to Carrier",
                "portCode": "USCHI",
                "lat": 41.4026,
                "lon": -88.151283,
                "terminalName": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                "firmsCode": null,
                "source": 1
            },
            "places": [
                {
                    "code": "VNSGN",
                    "customerCode": "VNSGN",
                    "name": "HO CHI MINH",
                    "nameCn": "胡志明",
                    "nameOrigin": "Ho Chi Minh, Vietnam",
                    "terminalName": null,
                    "type": 1,
                    "lat": 10.46,
                    "lon": 106.4,
                    "portTimeZone": "7",
                    "ata": null,
                    "std": null,
                    "etd": null,
                    "atd": null,
                    "etd_ais": null,
                    "atd_ais": null,
                    "load": null,
                    "vessel": null,
                    "voyage": null
                },
                {
                    "code": "VNVUT",
                    "customerCode": "VNVUT",
                    "name": "VUNG TAU",
                    "nameCn": "头顿",
                    "nameOrigin": "Cai Mep, Ba Ria Vung Tau, Vietnam",
                    "terminalName": "Cai Mep, Cai Mep, Vietnam",
                    "type": 2,
                    "lat": 10.273492,
                    "lon": 107.133597,
                    "portTimeZone": "7",
                    "sta": null,
                    "eta": null,
                    "ata": "2025/05/14 20:41:00",
                    "std": null,
                    "etd": null,
                    "atd": "2025/05/18 11:54:00",
                    "etd_ais": null,
                    "atd_ais": "2025/05/18 12:25:23",
                    "load": "2025/05/18 08:27:00",
                    "vessel": "APL SENTOSA",
                    "voyage": "1TUCGE1MA"
                },
                {
                    "code": "USLAX",
                    "customerCode": "USLAX",
                    "name": "LOS ANGELES,CA",
                    "nameCn": "洛杉矶,加利福尼亚州",
                    "nameOrigin": "Los Angeles, Los Angeles, California, United States",
                    "terminalName": "Los angeles, Los Angeles, Los Angeles, California, United States",
                    "type": 4,
                    "lat": 33.762047,
                    "lon": -118.27032,
                    "portTimeZone": "-7",
                    "sta": null,
                    "eta": "2025/06/05 03:00:00",
                    "ata": "2025/06/05 03:51:00",
                    "eta_ais": null,
                    "ata_ais": "2025/06/05 03:03:51",
                    "disc": "2025/06/07 14:42:00",
                    "std": "2025/06/10 23:00:00",
                    "etd": "2025/06/10 23:00:00",
                    "atd": "2025/06/10 21:32:00",
                    "etd_ais": "2025/06/10 23:00:00",
                    "atd_ais": "2025/06/10 23:33:00",
                    "load": null,
                    "vessel": "APL SENTOSA",
                    "voyage": "1TUCGE1MA"
                },
                {
                    "code": "USCHI",
                    "customerCode": "USCHI",
                    "name": "CHICAGO,IL",
                    "nameCn": "芝加哥,伊利诺伊州",
                    "nameOrigin": "Chicago, Cook, Illinois, United States",
                    "terminalName": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                    "type": 5,
                    "lat": 41.4026,
                    "lon": -88.151283,
                    "portTimeZone": "-5",
                    "sta": "2025/06/12 12:00:00",
                    "eta": "2025/06/17 08:00:00",
                    "ata": "2025/06/15 18:29:00",
                    "eta_ais": "2025/06/17 08:00:00",
                    "ata_ais": "2025/06/17 08:45:00",
                    "disc": "2025/06/15 18:29:00",
                    "demurrageFreeTime": 3,
                    "detentionFreeTime": null,
                    "demurrageLastFreeDay": "2025/06/18 23:59:00",
                    "detentionLastFreeDay": null,
                    "vessel": null,
                    "voyage": null
                },
                {
                    "code": "VNIPH",
                    "customerCode": null,
                    "name": "PHUOC LONG ICD",
                    "nameCn": "PHUOC LONG ICD",
                    "nameOrigin": "Phuoc Long ICD 3 - Port, Ho Chi Minh, Vietnam",
                    "terminalName": "Phuoc Long ICD 3 - Port, Ho Chi Minh, Vietnam",
                    "type": 10,
                    "lat": 10.42,
                    "lon": 106.57,
                    "portTimeZone": "7",
                    "ata_ais": null,
                    "sta": null,
                    "eta": null,
                    "ata": null,
                    "disc": null,
                    "std": null,
                    "etd": null,
                    "load": null,
                    "atd": "2025/05/13 05:22:00",
                    "atd_ais": null,
                    "vessel": null,
                    "voyage": null
                },
                {
                    "code": "USZTZ",
                    "customerCode": null,
                    "name": "California City,CA",
                    "nameCn": "CALIFORNIA CITY",
                    "nameOrigin": "GLOGATSO, GLOGATSO, California, United States",
                    "terminalName": null,
                    "type": 10,
                    "lat": 35.08,
                    "lon": -117.59,
                    "portTimeZone": "-7",
                    "ata_ais": null,
                    "sta": null,
                    "eta": null,
                    "ata": null,
                    "disc": null,
                    "std": null,
                    "etd": null,
                    "load": "2025/06/10 23:33:00",
                    "atd": null,
                    "atd_ais": null,
                    "vessel": null,
                    "voyage": null
                },
                {
                    "code": "VNTHU",
                    "customerCode": null,
                    "name": "THUAN AN",
                    "nameCn": "THUAN AN",
                    "nameOrigin": "G-Fortune Dong An Depot, Thuan An, Binh Duong, Vietnam",
                    "terminalName": null,
                    "type": 10,
                    "lat": 15.3,
                    "lon": 108.4,
                    "portTimeZone": "7",
                    "ata_ais": null,
                    "sta": null,
                    "eta": null,
                    "ata": null,
                    "disc": null,
                    "std": null,
                    "etd": null,
                    "load": null,
                    "atd": null,
                    "atd_ais": null,
                    "vessel": null,
                    "voyage": null
                }
            ],
            "containers": [
                {
                    "containerType": "HQ",
                    "containerSize": "40",
                    "containerTypeGroup": "40HC",
                    "containerNo": "OOLU9731894",
                    "sealNo": null,
                    "currentStatusCode": "RCVE",
                    "currentStatusDescriptionCn": "还空箱",
                    "currentStatusDescriptionEn": "Empty Returned",
                    "eventPlace": "CHICAGO,IL",
                    "portCode": "USCHI",
                    "customerCode": "USCHI",
                    "lat": 41.4026,
                    "lon": -88.151283,
                    "status": [
                        {
                            "transportMode": "TRUCK",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "STSP",
                            "eventTime": "2025/05/10 02:49:00",
                            "isEsti": "N",
                            "eventPlace": "THUAN AN",
                            "portTimeZone": "7",
                            "descriptionCn": "提空箱",
                            "descriptionEn": "Pick-up Empty",
                            "eventPlaceOrigin": "G-Fortune Dong An Depot, Thuan An, Binh Duong, Vietnam",
                            "eventDescriptionOrigin": "Container Picked Up",
                            "portCode": "VNTHU",
                            "customerCode": null,
                            "terminalName": "G-Fortune Dong An Depot, Thuan An, Binh Duong, Vietnam",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "TRUCK",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "GITM",
                            "eventTime": "2025/05/12 03:07:00",
                            "isEsti": "N",
                            "eventPlace": "PHUOC LONG ICD",
                            "portTimeZone": "7",
                            "descriptionCn": "进场",
                            "descriptionEn": "Received",
                            "eventPlaceOrigin": "Phuoc Long ICD 3 - Port, Ho Chi Minh, Vietnam",
                            "eventDescriptionOrigin": "Container Received by Carrier",
                            "portCode": "VNIPH",
                            "customerCode": null,
                            "terminalName": "Phuoc Long ICD 3 - Port, Ho Chi Minh, Vietnam",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": null,
                            "vslName": null,
                            "voy": null,
                            "eventCode": "CUIP",
                            "eventTime": "2025/05/12 20:17:00",
                            "isEsti": "N",
                            "eventPlace": "LOS ANGELES,CA",
                            "portTimeZone": "-7",
                            "descriptionCn": "海关滞留",
                            "descriptionEn": "Customs on hold",
                            "eventPlaceOrigin": "Los Angeles, Los Angeles, Los Angeles, California, United States",
                            "eventDescriptionOrigin": "Inbound Customs Hold",
                            "portCode": "USLAX",
                            "customerCode": "USLAX",
                            "terminalName": "Los Angeles, Los Angeles, Los Angeles, California, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": null,
                            "vslName": null,
                            "voy": null,
                            "eventCode": "CUIP",
                            "eventTime": "2025/05/12 23:45:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "海关滞留",
                            "descriptionEn": "Customs on hold",
                            "eventPlaceOrigin": "Elwood, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Inbound Customs Hold",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "Elwood, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "FEEDER",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "FDDP",
                            "eventTime": "2025/05/13 05:22:00",
                            "isEsti": "N",
                            "eventPlace": "PHUOC LONG ICD",
                            "portTimeZone": "7",
                            "descriptionCn": "驳船离港",
                            "descriptionEn": "Feeder Departed",
                            "eventPlaceOrigin": "Phuoc Long ICD 3 - Port, Ho Chi Minh, Vietnam",
                            "eventDescriptionOrigin": "Departed",
                            "portCode": "VNIPH",
                            "customerCode": null,
                            "terminalName": "Phuoc Long ICD 3 - Port, Ho Chi Minh, Vietnam",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "FEEDER",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "FDBA",
                            "eventTime": "2025/05/14 20:41:00",
                            "isEsti": "N",
                            "eventPlace": "VUNG TAU",
                            "portTimeZone": "7",
                            "descriptionCn": "驳船抵达",
                            "descriptionEn": "Feeder Arrived",
                            "eventPlaceOrigin": "Cai Mep, Vung Tau, Ba Ria Vung Tau, Vietnam",
                            "eventDescriptionOrigin": "Arrived",
                            "portCode": "VNVUT",
                            "customerCode": "VNVUT",
                            "terminalName": "Cai Mep, Vung Tau, Ba Ria Vung Tau, Vietnam",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "VESSEL",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "LOBD",
                            "eventTime": "2025/05/18 08:27:00",
                            "isEsti": "N",
                            "eventPlace": "VUNG TAU",
                            "portTimeZone": "7",
                            "descriptionCn": "装船",
                            "descriptionEn": "Loaded",
                            "eventPlaceOrigin": "Cai Mep, Vung Tau, Ba Ria Vung Tau, Vietnam",
                            "eventDescriptionOrigin": "Loaded",
                            "portCode": "VNVUT",
                            "customerCode": "VNVUT",
                            "terminalName": "Cai Mep, Vung Tau, Ba Ria Vung Tau, Vietnam",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "VESSEL",
                            "vslName": "APL SENTOSA",
                            "voy": "1TUCGE1MA",
                            "eventCode": "DLPT",
                            "eventTime": "2025/05/18 11:54:00",
                            "isEsti": "N",
                            "eventPlace": "VUNG TAU",
                            "portTimeZone": "7",
                            "descriptionCn": "离港",
                            "descriptionEn": "Vessel Departed",
                            "eventPlaceOrigin": "Cai Mep, Ba Ria Vung Tau, Vietnam",
                            "eventDescriptionOrigin": "Vessel Departed",
                            "portCode": "VNVUT",
                            "customerCode": "VNVUT",
                            "terminalName": "Cai Mep, Cai Mep, Vietnam",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": null,
                            "vslName": null,
                            "voy": null,
                            "eventCode": "SRRS",
                            "eventTime": "2025/06/01 20:56:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "船公司放行",
                            "descriptionEn": "B/L  Released",
                            "eventPlaceOrigin": "Chicago, Chicago, Cook, Illinois, United States",
                            "eventDescriptionOrigin": "Carrier Released",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "Chicago, Chicago, Cook, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "VESSEL",
                            "vslName": "APL SENTOSA",
                            "voy": "1TUCGE1MA",
                            "eventCode": "BDAR",
                            "eventTime": "2025/06/05 03:51:00",
                            "isEsti": "N",
                            "eventPlace": "LOS ANGELES,CA",
                            "portTimeZone": "-7",
                            "descriptionCn": "抵港",
                            "descriptionEn": "Vessel Arrived",
                            "eventPlaceOrigin": "Los Angeles, Los Angeles, California, United States",
                            "eventDescriptionOrigin": "Vessel Arrived",
                            "portCode": "USLAX",
                            "customerCode": "USLAX",
                            "terminalName": "Los angeles, Los Angeles, Los Angeles, California, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "VESSEL",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "DSCH",
                            "eventTime": "2025/06/07 14:42:00",
                            "isEsti": "N",
                            "eventPlace": "LOS ANGELES,CA",
                            "portTimeZone": "-7",
                            "descriptionCn": "卸船",
                            "descriptionEn": "Vessel Discharged",
                            "eventPlaceOrigin": "Los Angeles, Los Angeles, Los Angeles, California, United States",
                            "eventDescriptionOrigin": "Discharged",
                            "portCode": "USLAX",
                            "customerCode": "USLAX",
                            "terminalName": "Los Angeles, Los Angeles, Los Angeles, California, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "RAIL",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "IRLB",
                            "eventTime": "2025/06/10 21:32:00",
                            "isEsti": "N",
                            "eventPlace": "LOS ANGELES,CA",
                            "portTimeZone": "-7",
                            "descriptionCn": "铁运装箱",
                            "descriptionEn": "Rail Loaded",
                            "eventPlaceOrigin": "Fenix Marine Services Los Angeles, Los Angeles, Los Angeles, California, United States",
                            "eventDescriptionOrigin": "Loaded",
                            "portCode": "USLAX",
                            "customerCode": "USLAX",
                            "terminalName": "Fenix Marine Services Los Angeles, Los Angeles, Los Angeles, California, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "RAIL",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "IRDP",
                            "eventTime": "2025/06/10 21:32:00",
                            "isEsti": "N",
                            "eventPlace": "LOS ANGELES,CA",
                            "portTimeZone": "-7",
                            "descriptionCn": "铁运离站",
                            "descriptionEn": "Rail Departed",
                            "eventPlaceOrigin": "Los Angeles, Los Angeles, Los Angeles, California, United States",
                            "eventDescriptionOrigin": "Departed",
                            "portCode": "USLAX",
                            "customerCode": "USLAX",
                            "terminalName": "Los Angeles, Los Angeles, Los Angeles, California, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "RAIL",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "IRLB",
                            "eventTime": "2025/06/10 23:33:00",
                            "isEsti": "N",
                            "eventPlace": "California City,CA",
                            "portTimeZone": "-7",
                            "descriptionCn": "铁运装箱",
                            "descriptionEn": "Rail Loaded",
                            "eventPlaceOrigin": "GLOGATSO, GLOGATSO, California, United States",
                            "eventDescriptionOrigin": "Ramped",
                            "portCode": "USZTZ",
                            "customerCode": null,
                            "terminalName": "GLOGATSO, GLOGATSO, California, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": null,
                            "vslName": null,
                            "voy": null,
                            "eventCode": "SRRS",
                            "eventTime": "2025/06/15 13:20:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "船公司放行",
                            "descriptionEn": "B/L  Released",
                            "eventPlaceOrigin": "Elwood, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Carrier and Customs Released",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "Elwood, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": null,
                            "vslName": null,
                            "voy": null,
                            "eventCode": "PASS",
                            "eventTime": "2025/06/15 13:20:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "海关放行",
                            "descriptionEn": "Customs Released",
                            "eventPlaceOrigin": "Elwood, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Customs Released",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "Elwood, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "RAIL",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "IRDS",
                            "eventTime": "2025/06/15 18:29:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "铁运卸箱",
                            "descriptionEn": "Rail Discharged",
                            "eventPlaceOrigin": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Container Deramped",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "RAIL",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "IRAR",
                            "eventTime": "2025/06/15 18:29:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "铁运到站",
                            "descriptionEn": "Rail Arrived",
                            "eventPlaceOrigin": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Arrived",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "RAIL",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "FETA",
                            "eventTime": "2025/06/15 18:29:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "交货地抵达",
                            "descriptionEn": "Delivery Arrived",
                            "eventPlaceOrigin": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Arrived",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": null,
                            "vslName": null,
                            "voy": null,
                            "eventCode": "PCAB",
                            "eventTime": "2025/06/15 18:31:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "可提货",
                            "descriptionEn": "Available",
                            "eventPlaceOrigin": "LOGPARCHI, LOGPARCHI, Illinois, United States",
                            "eventDescriptionOrigin": "Construction Placement",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "LOGPARCHI, LOGPARCHI, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": "TRUCK",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "STCS",
                            "eventTime": "2025/06/17 08:45:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "提柜(货)",
                            "descriptionEn": "Gate Out for Delivery",
                            "eventPlaceOrigin": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Picked Up for Delivery",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        },
                        {
                            "transportMode": null,
                            "vslName": null,
                            "voy": null,
                            "eventCode": "PLFD",
                            "eventTime": "2025/06/17 23:59:59",
                            "isEsti": "Y",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "铁路免柜期",
                            "descriptionEn": "Rail Last Free Day",
                            "eventPlaceOrigin": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Rail Last Free Day",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 2
                        },
                        {
                            "transportMode": "TRUCK",
                            "vslName": null,
                            "voy": null,
                            "eventCode": "RCVE",
                            "eventTime": "2025/06/20 05:53:00",
                            "isEsti": "N",
                            "eventPlace": "CHICAGO,IL",
                            "portTimeZone": "-5",
                            "descriptionCn": "还空箱",
                            "descriptionEn": "Empty Returned",
                            "eventPlaceOrigin": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "eventDescriptionOrigin": "Container Returned to Carrier",
                            "portCode": "USCHI",
                            "customerCode": "USCHI",
                            "terminalName": "BNSF - Chicago LPC, Elwood, Will, Illinois, United States",
                            "firmsCode": null,
                            "source": 1
                        }
                    ]
                }
            ],
            "vessel": [
                {
                    "vessel": "APL SENTOSA",
                    "imo": "9632040",
                    "mmsi": "215560000",
                    "dateBuild": null,
                    "flagName": "马尔他",
                    "containerSize": "13892",
                    "shipOwner": "CMA"
                }
            ]
        }
    }
}
上一页
🗺嵌套俄亚铁路可视化地图
下一页
北美海铁联运跟踪(全量推送)
Built with