1. AI Ship Prediction
Trackingeyes-API
🇺🇸 English
  • 🇨🇳 中文
  • 🇺🇸 English
  • Authentication
    • OAuth
      POST
    • Get Port Codes
      GET
    • Get Carrier Codes
      GET
  • Ocean Data API
    • Ocean Data
      • Ocean Support List
      • Ocean Status Code
      • Ocean Cargo Tracking
        • Ocean Tracking Subscribe
        • Ocean Tracking Push
        • Ocean Tracking Timely Update
        • Ocean Tracking Download
    • China Port Data
      • China Port List
      • China Port Subscription
      • China Port Push
      • China Port Download
    • Container Maritime Trajectory
      • DEMO
      • Container Maritime Trajectory
  • AI Ship Prediction
    • AI Ship Prediction Query
      GET
  • Overseas Data API
    • US Terminal Data
      • US Terminal Data Subscription
      • US Terminal Data Download
    • US Customs Clearance Data
      • US Customs Clearance Data Query
  • Air Data API
    • Air Support List
    • Air Status Code
    • Air Cargo Tracking
      • Air Tracking Subscribe
      • Air Tracking Push
      • Air Tracking Download
  1. AI Ship Prediction

AI Ship Prediction Query

GET
https://api.trackingeyes.com/api/shipAIS/predictions/getPortPrediction

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.trackingeyes.com/api/shipAIS/predictions/getPortPrediction?companyCode&orgCode&token&vessel&imo&vesselType&startTime&polCd&podCd&voyage&carrierCd'

Responses

🟢200成功
application/json
Body

Examples
{
    "code": 200,
    "codeDesc": "success",
    "message": "Operation succeeded",
    "result": {
        "vessel": "SITC SINGAPORE",
        "vesselCn": "海丰新加坡",
        "voyage": "s1",
        "latestMmsi": "477648300",
        "latestImo": null,
        "latestCallSign": null,
        "polCd": "CNSHA",
        "pol": "CNSHA",
        "polCn": "上海",
        "polEta": "2025-12-22 19:19:52",
        "polAta": null,
        "polEtd": "2025-12-23 17:19:52",
        "polAtd": null,
        "podCd": "PHMNN",
        "pod": "PHMNN",
        "podCn": "马尼拉北",
        "podEta": "2025-12-31 12:19:52",
        "podAta": null,
        "portOfCalls": [
            {
                "sno": 0,
                "portCd": "CNSHA",
                "port": "SHANGHAI",
                "portCn": "上海",
                "eta": "2025-12-22 19:19:52",
                "ata": null,
                "atb": null,
                "etd": "2025-12-23 17:19:52",
                "atd": null,
                "transitDays": "3.1",
                "portDays": "0.9",
                "mmsi": "477648300",
                "imo": null,
                "callSign": null,
                "predictId": "1"
            },
            {
                "sno": 1,
                "portCd": "CNNGB",
                "port": "NINGBO",
                "portCn": "宁波",
                "eta": "2025-12-24 07:19:52",
                "ata": null,
                "atb": null,
                "etd": "2025-12-28 14:19:52",
                "atd": null,
                "transitDays": "0.6",
                "portDays": "4.3",
                "mmsi": "477648300",
                "imo": null,
                "callSign": null,
                "predictId": "1"
            },
            {
                "sno": 2,
                "portCd": "PHMNN",
                "port": "MANILA N",
                "portCn": "马尼拉北",
                "eta": "2025-12-31 12:19:52",
                "ata": null,
                "atb": null,
                "etd": null,
                "atd": null,
                "transitDays": "2.9",
                "portDays": null,
                "mmsi": "477648300",
                "imo": null,
                "callSign": null,
                "predictId": "1"
            }
        ]
    }
}
Modified at 2026-03-23 12:35:52
Previous
Container Maritime Trajectory
Next
US Terminal Data Subscription
Built with