Trackingeyes-API(旧英文版)
  1. Global Air Cargo Tracking
Trackingeyes-API(旧英文版)
  • Authentication
    • OAuth
      POST
  • Ocean Data
    • Ocean Cargo Tracking
      • Ocean Status Code
      • Ocean Support List
      • Ocean Tracking Subscribe
      • Ocean Tracking Push
      • Ocean Tracking download
    • Container Maritime Trajectory
      • Container Maritime Trajectory
  • Global Air Cargo Tracking
    • Air Status Code
    • Air Support List
    • Air Tracking Subscribe
      POST
    • Air Tracking Push
      POST
    • Air Tracking Download
      GET
  1. Global Air Cargo Tracking

Air Tracking Push

POST
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-06-12 19:24:58
Previous
Air Tracking Subscribe
Next
Air Tracking Download
Built with