1. Air Cargo Tracking
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
        POST
      • Air Tracking Push
        POST
      • Air Tracking Download
        GET
  1. Air Cargo Tracking

Air Tracking Push

POST
https://api.trackingeyes.com
When there is a change in the dynamics, our company will automatically push all the data to your company. Therefore, we need your company to provide the API address for receiving the data.

Request

Body Params application/json

Example
[
    {
        "id": 1917025389742526500,
        "deliveryNo": "",
        "orderNo": "",
        "localKey": "",
        "orgCode": "",
        "customer": "",
        "extendNo": "",
        "awbNo": "04732121386",
        "referenceNo": "047-32121386",
        "carrierCd": "TP",
        "carrier": "葡萄牙航空",
        "status": "S",
        "errorDes": "",
        "pieces": "",
        "weight": "1300",
        "volume": "",
        "flightNo": "",
        "orgCd": "CDG",
        "org": "CDG",
        "destCd": "CCS",
        "dest": "CCS",
        "atd": "",
        "etd": "2025-05-02 20:00:00",
        "ata": "",
        "eta": "",
        "endTrackTime": "",
        "currentStatusCd": "TAR",
        "currentStatus": "中转抵达",
        "currentStatusTime": "2025-05-03 22:43:00",
        "currentPlaceCd": "",
        "currentPlace": "LIS",
        "firstEta": "",
        "trackStatus": "T",
        "endId": 0,
        "endStatus": "",
        "errorStatus": "",
        "errorMessage": "",
        "dataStatus": "Y",
        "serviceType": "",
        "billCreateTime": "2025-04-29 09:17:24",
        "firstUpdateTime": "2025-04-29 09:17:24",
        "dataUpdateTime": "2025-05-14 18:06:23",
        "airFlightInfo": [
            {
                "sno": 1,
                "flightNo": "TP4000F",
                "flightDate": "2025-05-02 20:00:00",
                "org": "CDG",
                "orgCd": "CDG",
                "dest": "LIS",
                "destCd": "LIS",
                "etd": "2025-05-02 20:00:00",
                "eta": "",
                "atd": "",
                "ata": "2025-05-03 22:43:00",
                "pieces": "",
                "weight": "130",
                "volume": "5"
            },
            {
                "sno": 2,
                "flightNo": "TP171",
                "flightDate": "2025-05-24 12:35:00",
                "org": "LIS",
                "orgCd": "LIS",
                "dest": "CCS",
                "destCd": "CCS",
                "etd": "2025-05-24 12:35:00",
                "eta": "",
                "atd": "",
                "ata": "",
                "pieces": "",
                "weight": "130",
                "volume": "5"
            }
        ],
        "airStatusInfo": [
            {
                "sno": 1,
                "statusCd": "DEP",
                "statusDesc": "起飞",
                "statusDescEn": "DEP",
                "flightNo": "TP4000F",
                "eventTime": "2025-05-02 20:00:00",
                "place": "CDG",
                "placeCd": "CDG",
                "transportMode": "",
                "pieces": "",
                "weight": "130",
                "volume": "5",
                "isEstimate": true,
                "dateUpdateTime": "2025-05-14 18:11:27"
            },
            {
                "sno": 2,
                "statusCd": "TAR",
                "statusDesc": "中转抵达",
                "statusDescEn": "ARR",
                "flightNo": "TP4000F",
                "eventTime": "2025-05-03 22:43:00",
                "place": "LIS",
                "placeCd": "LIS",
                "transportMode": "",
                "pieces": "",
                "weight": "130",
                "volume": "5",
                "isEstimate": false,
                "dateUpdateTime": "2025-05-14 18:11:27"
            },
            {
                "sno": 3,
                "statusCd": "TDE",
                "statusDesc": "中转起飞",
                "statusDescEn": "DEP",
                "flightNo": "TP171",
                "eventTime": "2025-05-24 12:35:00",
                "place": "LIS",
                "placeCd": "LIS",
                "transportMode": "",
                "pieces": "",
                "weight": "130",
                "volume": "5",
                "isEstimate": true,
                "dateUpdateTime": "2025-05-14 18:11:27"
            }
        ]
    }
]

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 POST 'https://api.trackingeyes.com' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "id": 1917025389742526500,
        "deliveryNo": "",
        "orderNo": "",
        "localKey": "",
        "orgCode": "",
        "customer": "",
        "extendNo": "",
        "awbNo": "04732121386",
        "referenceNo": "047-32121386",
        "carrierCd": "TP",
        "carrier": "葡萄牙航空",
        "status": "S",
        "errorDes": "",
        "pieces": "",
        "weight": "1300",
        "volume": "",
        "flightNo": "",
        "orgCd": "CDG",
        "org": "CDG",
        "destCd": "CCS",
        "dest": "CCS",
        "atd": "",
        "etd": "2025-05-02 20:00:00",
        "ata": "",
        "eta": "",
        "endTrackTime": "",
        "currentStatusCd": "TAR",
        "currentStatus": "中转抵达",
        "currentStatusTime": "2025-05-03 22:43:00",
        "currentPlaceCd": "",
        "currentPlace": "LIS",
        "firstEta": "",
        "trackStatus": "T",
        "endId": 0,
        "endStatus": "",
        "errorStatus": "",
        "errorMessage": "",
        "dataStatus": "Y",
        "serviceType": "",
        "billCreateTime": "2025-04-29 09:17:24",
        "firstUpdateTime": "2025-04-29 09:17:24",
        "dataUpdateTime": "2025-05-14 18:06:23",
        "airFlightInfo": [
            {
                "sno": 1,
                "flightNo": "TP4000F",
                "flightDate": "2025-05-02 20:00:00",
                "org": "CDG",
                "orgCd": "CDG",
                "dest": "LIS",
                "destCd": "LIS",
                "etd": "2025-05-02 20:00:00",
                "eta": "",
                "atd": "",
                "ata": "2025-05-03 22:43:00",
                "pieces": "",
                "weight": "130",
                "volume": "5"
            },
            {
                "sno": 2,
                "flightNo": "TP171",
                "flightDate": "2025-05-24 12:35:00",
                "org": "LIS",
                "orgCd": "LIS",
                "dest": "CCS",
                "destCd": "CCS",
                "etd": "2025-05-24 12:35:00",
                "eta": "",
                "atd": "",
                "ata": "",
                "pieces": "",
                "weight": "130",
                "volume": "5"
            }
        ],
        "airStatusInfo": [
            {
                "sno": 1,
                "statusCd": "DEP",
                "statusDesc": "起飞",
                "statusDescEn": "DEP",
                "flightNo": "TP4000F",
                "eventTime": "2025-05-02 20:00:00",
                "place": "CDG",
                "placeCd": "CDG",
                "transportMode": "",
                "pieces": "",
                "weight": "130",
                "volume": "5",
                "isEstimate": true,
                "dateUpdateTime": "2025-05-14 18:11:27"
            },
            {
                "sno": 2,
                "statusCd": "TAR",
                "statusDesc": "中转抵达",
                "statusDescEn": "ARR",
                "flightNo": "TP4000F",
                "eventTime": "2025-05-03 22:43:00",
                "place": "LIS",
                "placeCd": "LIS",
                "transportMode": "",
                "pieces": "",
                "weight": "130",
                "volume": "5",
                "isEstimate": false,
                "dateUpdateTime": "2025-05-14 18:11:27"
            },
            {
                "sno": 3,
                "statusCd": "TDE",
                "statusDesc": "中转起飞",
                "statusDescEn": "DEP",
                "flightNo": "TP171",
                "eventTime": "2025-05-24 12:35:00",
                "place": "LIS",
                "placeCd": "LIS",
                "transportMode": "",
                "pieces": "",
                "weight": "130",
                "volume": "5",
                "isEstimate": true,
                "dateUpdateTime": "2025-05-14 18:11:27"
            }
        ]
    }
]'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 200,
    "type": "S",
    "message": null,
    "time": "2023-12-13 01:20:38"
}
Modified at 2025-12-09 08:18:10
Previous
Air Tracking Subscribe
Next
Air Tracking Download
Built with