飞驼数据接口
  1. 🛳 散货|RORO跟踪
飞驼数据接口
  • 💡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. 🛳 散货|RORO跟踪

船舶历史挂靠港(查询)

GET
/vessel2/getPortCallContainerByMmsi
最后修改时间:2025-07-28 01:56:43
查询该船历史挂靠港口情况,最多提供当前日期近365天的挂港

请求参数

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

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://openapi.freightower.com/vessel2/getPortCallContainerByMmsi?mmsi=413845276&begin=2025-07-01 00:00:00'

返回响应

🟢200成功
application/json
Body

示例
{
    "statusCode": 20000,
    "message": "成功",
    "data": [
        {
            "mmsi": 413845276,
            "ata": "2025-02-07 13:41:57",
            "atd": "2025-02-08 01:20:03",
            "timeInPort": 41886,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2025-02-07 16:29:31",
            "atBerthD": "2025-02-07 22:37:31",
            "timeInBerth": 22080,
            "totalTime": 983426,
            "totalDistance": 90.82,
            "avgSpeed": 0.33,
            "portCode": "CNJMN",
            "portEnName": "JANGMEN ZHUCHENG",
            "portCnName": "江门 主城港",
            "portTimeZone": null,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Zhaoqing",
            "departureTimeZone": 7,
            "portCodeStd": "CNJMN"
        },
        {
            "mmsi": 413845276,
            "ata": "2025-01-27 01:06:59",
            "atd": "2025-01-27 11:29:40",
            "timeInPort": 37361,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": null,
            "atBerthD": "2025-01-27 07:19:05",
            "timeInBerth": null,
            "totalTime": 314103,
            "totalDistance": 80.24,
            "avgSpeed": 0.92,
            "portCode": "CNZQG",
            "portEnName": "Zhaoqing",
            "portCnName": "肇庆港",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "CHANGZHOU",
            "departureTimeZone": 8,
            "portCodeStd": "CNZQG"
        },
        {
            "mmsi": 413845276,
            "ata": "2025-01-22 10:30:20",
            "atd": "2025-01-23 09:51:56",
            "timeInPort": 84096,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": null,
            "atBerthD": null,
            "timeInBerth": null,
            "totalTime": 1139022,
            "totalDistance": 774.21,
            "avgSpeed": 2.45,
            "portCode": "CNCZX",
            "portEnName": "CHANGZHOU",
            "portCnName": "常州港",
            "portTimeZone": 8,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Guigang Guiping",
            "departureTimeZone": 7,
            "portCodeStd": "CNCZX"
        },
        {
            "mmsi": 413845276,
            "ata": "2025-01-08 17:25:18",
            "atd": "2025-01-09 06:06:39",
            "timeInPort": 45681,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2025-01-09 00:23:04",
            "atBerthD": "2025-01-09 06:06:38",
            "timeInBerth": 20614,
            "totalTime": 43470,
            "totalDistance": 49.57,
            "avgSpeed": 4.11,
            "portCode": "CNGPG",
            "portEnName": "Guigang Guiping",
            "portCnName": "贵港 桂平港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Guigang",
            "departureTimeZone": 7,
            "portCodeStd": "CNGPG"
        },
        {
            "mmsi": 413845276,
            "ata": "2025-01-08 07:12:57",
            "atd": "2025-01-08 16:03:42",
            "timeInPort": 31845,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2025-01-08 10:54:05",
            "atBerthD": "2025-01-08 12:18:34",
            "timeInBerth": 5069,
            "totalTime": 90071,
            "totalDistance": 59.75,
            "avgSpeed": 2.39,
            "portCode": "CNGUG",
            "portEnName": "Guigang",
            "portCnName": "贵港 贵港港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Nanning Liujing",
            "departureTimeZone": 7,
            "portCodeStd": "CNGUG"
        },
        {
            "mmsi": 413845276,
            "ata": "2025-01-06 21:48:48",
            "atd": "2025-01-07 09:52:55",
            "timeInPort": 43447,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2025-01-07 01:04:03",
            "atBerthD": "2025-01-07 09:52:54",
            "timeInBerth": 31731,
            "totalTime": 30096,
            "totalDistance": 33.76,
            "avgSpeed": 4.04,
            "portCode": null,
            "portEnName": "Nanning Liujing",
            "portCnName": "南宁 六景港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Nanning Niuwan",
            "departureTimeZone": 7,
            "portCodeStd": "CNLJN"
        },
        {
            "mmsi": 413845276,
            "ata": "2025-01-06 15:47:00",
            "atd": "2025-01-06 16:42:28",
            "timeInPort": 3328,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2025-01-06 16:12:32",
            "atBerthD": "2025-01-06 16:42:27",
            "timeInBerth": 1795,
            "totalTime": 23691,
            "totalDistance": 27.48,
            "avgSpeed": 4.18,
            "portCode": null,
            "portEnName": "Nanning Niuwan",
            "portCnName": "南宁 牛湾港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Nanning Zhongxincheng",
            "departureTimeZone": 7,
            "portCodeStd": "CNNIN"
        },
        {
            "mmsi": 413845276,
            "ata": "2025-01-05 21:43:27",
            "atd": "2025-01-06 09:37:42",
            "timeInPort": 42855,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2025-01-06 02:16:06",
            "atBerthD": "2025-01-06 09:37:41",
            "timeInBerth": 26495,
            "totalTime": 44788,
            "totalDistance": 41.82,
            "avgSpeed": 3.36,
            "portCode": null,
            "portEnName": "Nanning Zhongxincheng",
            "portCnName": "南宁 中心城港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Nanning Longan",
            "departureTimeZone": 7,
            "portCodeStd": "CNNIN"
        },
        {
            "mmsi": 413845276,
            "ata": "2024-12-22 14:36:33",
            "atd": "2025-01-05 13:49:39",
            "timeInPort": 1206786,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2024-12-22 23:48:30",
            "atBerthD": "2025-01-05 13:49:38",
            "timeInBerth": 1173668,
            "totalTime": 51216,
            "totalDistance": 48.36,
            "avgSpeed": 3.4,
            "portCode": null,
            "portEnName": "Nanning Longan",
            "portCnName": "南宁 隆安港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Nanning Zhongxincheng",
            "departureTimeZone": 7,
            "portCodeStd": "CNLOG"
        },
        {
            "mmsi": 413845276,
            "ata": "2024-12-22 01:08:39",
            "atd": "2024-12-22 09:34:55",
            "timeInPort": 30376,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2024-12-22 07:58:53",
            "atBerthD": "2024-12-22 09:34:54",
            "timeInBerth": 5761,
            "totalTime": 98333,
            "totalDistance": 90.0,
            "avgSpeed": 3.29,
            "portCode": null,
            "portEnName": "Nanning Zhongxincheng",
            "portCnName": "南宁 中心城港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Nanning Hengxian",
            "departureTimeZone": 7,
            "portCodeStd": "CNNIN"
        },
        {
            "mmsi": 413845276,
            "ata": "2024-12-20 17:36:18",
            "atd": "2024-12-21 04:40:01",
            "timeInPort": 39823,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2024-12-20 22:42:31",
            "atBerthD": "2024-12-21 04:40:00",
            "timeInBerth": 21449,
            "totalTime": 43437,
            "totalDistance": 43.34,
            "avgSpeed": 3.59,
            "portCode": null,
            "portEnName": "Nanning Hengxian",
            "portCnName": "南宁 横县港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Guigang",
            "departureTimeZone": 7,
            "portCodeStd": "CNHXA"
        },
        {
            "mmsi": 413845276,
            "ata": "2024-12-20 03:40:57",
            "atd": "2024-12-20 14:22:42",
            "timeInPort": 38505,
            "atAnchorA": null,
            "atAnchorD": null,
            "timeInAnchor": null,
            "atBerthA": "2024-12-20 06:56:00",
            "atBerthD": "2024-12-20 10:38:34",
            "timeInBerth": 13354,
            "totalTime": 149107,
            "totalDistance": 131.8,
            "avgSpeed": 3.18,
            "portCode": "CNGUG",
            "portEnName": "Guigang",
            "portCnName": "贵港 贵港港区",
            "portTimeZone": 7,
            "countryEnName": "China",
            "countryCnName": "中国",
            "countryCode": "CN",
            "departureName": "Wuzhou",
            "departureTimeZone": 7,
            "portCodeStd": "CNGUG"
        }
    ]
}
上一页
船舶当前挂靠港(查询)
下一页
海运港拥堵分析📌(查询)
Built with