TrackingEyes-API
  1. Global Air Cargo Tracking
TrackingEyes-API
  • Authentication
    • OAuth
      POST
  • Global Ocean Cargo Tracking
    • Ocean Status Code
    • Ocean Support List
    • Ocean Tracking Subscribe
      POST
    • Data Push Webhook
      POST
  • Global Air Cargo Tracking
    • Air Status Code
    • Air Support List
    • Air Tracking Subscribe
      POST
    • Data Push Webhook
      POST
  1. Global Air Cargo Tracking

Data Push Webhook

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
id
integer 
required
Airway bill id: snowflake id
deliveryNo
string 
optional
Delivery note number
<= 38 characters
orderNo
string 
optional
Order number
<= 600 characters
localKey
string 
optional
Customer Local Keywords
<= 38 characters
orgCode
string 
optional
Organization code
<= 64 characters
customer
string 
optional
Customer name
<= 128 characters
extendNo
string 
optional
Extended data Json, the length is uncertain
awbNo
string 
required
The number of the airfreight master bill
<= 11 characters
referenceNo
string 
required
Subscription number (AWB NO.)
<= 32 characters
carrierCd
string 
required
Airline code
<= 16 characters
carrier
string 
optional
Airline abbreviation
<= 16 characters
pieces
string 
optional
Total number of pieces: the string value is integer number data
weight
string 
optional
Total gross weight: the string value is the twelve-digit number with three decimal places
volume
string 
optional
Total volume: the string value is the twelve-digit number with three decimal places
flightNo
string 
optional
Flight number
<= 32 characters
orgCd
string 
optional
Departure code
<= 8 characters
org
string 
optional
Departure name
<= 128 characters
destCd
string 
optional
Destination code
<= 8 characters
dest
string 
optional
Destination name
<= 128 characters
atd
string <date-time>
optional
Actual time of departure
etd
string <date-time>
optional
Estimated time of departure
ata
string <date-time>
optional
Actual time of arrival
eta
string <date-time>
optional
Estimated time of arrival
endTrackTime
string <date-time>
optional
End time
currentStatusCd
string 
optional
Current status code
<= 12 characters
currentStatus
string 
optional
Current status description
<= 16 characters
currentStatusTime
string <date-time>
optional
Current status time
currentPlaceCd
string 
optional
Current location code
<= 128 characters
currentPlace
string 
optional
Current location name
<= 128 characters
firstETA
string <date-time>
optional
The first estimated arrival time obtained after takeoff
trackStatus
string 
optional
Tracking status: T=Tracking, E=Tracking completed, F= Tracking failed
<= 20 characters
endId
integer 
optional
Unique identifier of end status: 0=Unfinished, other=Finished
endStatus
string 
optional
End status: ""=Unfinished, E=Normal end, EF=Forced end
<= 20 characters
errorStatus
string 
optional
Error status, T=Tips, E=Error (null value)
<= 10 characters
errorMessage
string 
optional
Error status supplementary remarks
<= 255 characters
serviceType
string 
optional
Service type
<= 64 characters
airFlightInfo
array [object {14}] 
required
Flight information
sno
integer 
required
Serial number
flightNo
string 
optional
Flight number
<= 64 characters
flightDate
string <date-time>
optional
Flight date
org
string 
optional
Departure name
<= 128 characters
orgCd
string 
optional
Departure code
<= 8 characters
dest
string 
optional
Destination name
<= 128 characters
destCd
string 
optional
Destination code
<= 8 characters
etd
string <date-time>
optional
Estimated time of departure
eta
string <date-time>
optional
Estimated time of arrival
atd
string <date-time>
optional
Actual time of departure
ata
string <date-time>
optional
Actual time of arrival
pieces
string 
optional
Number of pieces: the string value is integer number data
weight
string 
optional
Gross weight: the string value is the twelve-digit number with three decimal places
volume
string 
optional
Volume: the string value is the twelve-digit number with three decimal places
airStatusInfo
array [object {14}] 
required
Air traffic dynamic information
sno
integer 
required
Serial number
statusCd
string 
optional
Status code
<= 12 characters
statusDesc
string 
optional
Status code description
<= 255 characters
statusDescEn
string 
optional
Status code description (English)
<= 255 characters
flightNo
string 
optional
Flight number
<= 64 characters
eventTime
string <date-time>
optional
Event time
place
string 
optional
Name of the place where the status occured
<= 128 characters
placeCd
string 
optional
The code of the place where the status occured
<= 128 characters
transportMode
string 
optional
Transport mode
<= 36 characters
pieces
string 
optional
Number of pieces: the string value is integer number data
weight
string 
optional
Gross weight: the string value is the twelve-digit number with three decimal places
volume
string 
optional
Volume: the string value is the twelve-digit number with three decimal places
isEstimate
boolean 
optional
Whether it is estimated (true=estimated,false=actual)
dateUpdateTime
string <date-time>
optional
Data update time
Example
[
    {
        "id": 1912798810627772400,
        "deliveryNo": "",
        "orderNo": "",
        "localKey": "",
        "orgCode": "",
        "customer": "",
        "extendNo": "",
        "awbNo": "02019895875",
        "referenceNo": "020-19895875",
        "carrierCd": "LH",
        "carrier": "",
        "pieces": "24",
        "weight": "671",
        "volume": "",
        "flightNo": "",
        "orgCd": "PEK",
        "org": "PEK (Beijing)",
        "destCd": "VLC",
        "dest": "VLC (Valencia)",
        "atd": "2025-04-22 04:32:00",
        "etd": "2025-04-22 05:00:00",
        "ata": "2025-04-24 10:19:00",
        "eta": "2025-04-24 10:35:00",
        "endTrackTime": "2025-04-24 11:51:00",
        "currentStatusCd": "End",
        "currentStatus": "",
        "currentStatusTime": "2025-04-24 11:51:00",
        "currentPlaceCd": "",
        "currentPlace": "VLC (Valencia)",
        "firstEta": "2025-04-24 10:35:00",
        "trackStatus": "E",
        "endStatus": "E",
        "errorStatus": "",
        "errorMessage": "",
        "dataStatus": "Y",
        "endId": 1912798810669715500,
        "serviceType": "",
        "airFlightInfo": [
            {
                "sno": 1,
                "flightNo": "LH8431",
                "flightDate": "2025-04-22 00:00:00",
                "org": "PEK (Beijing)",
                "orgCd": "PEK",
                "dest": "FRA (Frankfurt)",
                "destCd": "FRA",
                "etd": "2025-04-22 05:00:00",
                "eta": "2025-04-22 11:10:00",
                "atd": "2025-04-22 04:32:00",
                "ata": "2025-04-22 10:29:00",
                "pieces": "24",
                "weight": "671",
                "volume": ""
            },
            {
                "sno": 2,
                "flightNo": "LH7558A",
                "flightDate": "2025-04-22 00:00:00",
                "org": "FRA (Frankfurt)",
                "orgCd": "FRA",
                "dest": "VIE (Vienna)",
                "destCd": "VIE",
                "etd": "2025-04-22 22:20:00",
                "eta": "2025-04-23 11:20:00",
                "atd": "2025-04-22 22:05:00",
                "ata": "2025-04-23 07:53:00",
                "pieces": "24",
                "weight": "671",
                "volume": ""
            },
            {
                "sno": 3,
                "flightNo": "OS441",
                "flightDate": "2025-04-24 00:00:00",
                "org": "VIE (Vienna)",
                "orgCd": "VIE",
                "dest": "VLC (Valencia)",
                "destCd": "VLC",
                "etd": "2025-04-24 07:55:00",
                "eta": "2025-04-24 10:35:00",
                "atd": "2025-04-24 07:54:00",
                "ata": "2025-04-24 10:19:00",
                "pieces": "24",
                "weight": "671",
                "volume": ""
            }
        ],
        "airStatusInfo": [
            {
                "sno": 13,
                "statusCd": "ARR",
                "statusDesc": "抵达",
                "statusDescEn": "Arrived",
                "flightNo": "OS441",
                "eventTime": "2025-04-24 10:19:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 15,
                "statusCd": "NFD",
                "statusDesc": "到货通知",
                "statusDescEn": "Ready for pick-up",
                "flightNo": "",
                "eventTime": "2025-04-24 11:51:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 4,
                "statusCd": "DEP",
                "statusDesc": "起飞",
                "statusDescEn": "Departed",
                "flightNo": "LH8431",
                "eventTime": "2025-04-22 04:32:00",
                "place": "PEK (Beijing)",
                "placeCd": "PEK",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 5,
                "statusCd": "TAR",
                "statusDesc": "中转抵达",
                "statusDescEn": "Arrived",
                "flightNo": "LH8431",
                "eventTime": "2025-04-22 10:29:00",
                "place": "FRA (Frankfurt)",
                "placeCd": "FRA",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 8,
                "statusCd": "TDE",
                "statusDesc": "中转起飞",
                "statusDescEn": "Departed",
                "flightNo": "LH7558A",
                "eventTime": "2025-04-22 22:05:00",
                "place": "FRA (Frankfurt)",
                "placeCd": "FRA",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 6,
                "statusCd": "TRF",
                "statusDesc": "中转卸货",
                "statusDescEn": "Received from flight",
                "flightNo": "LH8431",
                "eventTime": "2025-04-22 16:48:00",
                "place": "FRA (Frankfurt)",
                "placeCd": "FRA",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 16,
                "statusCd": "CUS",
                "statusDesc": "报关",
                "statusDescEn": "Customs",
                "flightNo": "",
                "eventTime": "2025-04-23 00:00:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "0",
                "weight": "",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 3,
                "statusCd": "MAN",
                "statusDesc": "配载",
                "statusDescEn": "Manifested",
                "flightNo": "LH8431",
                "eventTime": "2025-04-22 04:44:00",
                "place": "PEK (Beijing)",
                "placeCd": "PEK",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 10,
                "statusCd": "TRF",
                "statusDesc": "中转卸货",
                "statusDescEn": "Received from flight",
                "flightNo": "LH7558A",
                "eventTime": "2025-04-23 11:52:00",
                "place": "VIE (Vienna)",
                "placeCd": "VIE",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 1,
                "statusCd": "BKD",
                "statusDesc": "订舱",
                "statusDescEn": "Booking  confirmed ",
                "flightNo": "",
                "eventTime": "2025-04-21 16:41:00",
                "place": "PEK (Beijing)",
                "placeCd": "PEK",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 17,
                "statusCd": "DLV",
                "statusDesc": "提货",
                "statusDescEn": "Delivered",
                "flightNo": "",
                "eventTime": "2025-04-24 15:05:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": true,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 7,
                "statusCd": "MAN",
                "statusDesc": "配载",
                "statusDescEn": "Manifested",
                "flightNo": "LH7558A",
                "eventTime": "2025-04-22 20:23:00",
                "place": "FRA (Frankfurt)",
                "placeCd": "FRA",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 14,
                "statusCd": "RCF",
                "statusDesc": "卸货",
                "statusDescEn": "Received from flight",
                "flightNo": "OS441",
                "eventTime": "2025-04-24 11:51:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 2,
                "statusCd": "RCS",
                "statusDesc": "进仓",
                "statusDescEn": "Shipment accepted",
                "flightNo": "",
                "eventTime": "2025-04-21 16:42:00",
                "place": "PEK (Beijing)",
                "placeCd": "PEK",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 9,
                "statusCd": "TAR",
                "statusDesc": "中转抵达",
                "statusDescEn": "Arrived",
                "flightNo": "LH7558A",
                "eventTime": "2025-04-23 07:53:00",
                "place": "VIE (Vienna)",
                "placeCd": "VIE",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 11,
                "statusCd": "MAN",
                "statusDesc": "配载",
                "statusDescEn": "Manifested",
                "flightNo": "OS441",
                "eventTime": "2025-04-24 03:25:00",
                "place": "VIE (Vienna)",
                "placeCd": "VIE",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 12,
                "statusCd": "TDE",
                "statusDesc": "中转起飞",
                "statusDescEn": "Departed",
                "flightNo": "OS441",
                "eventTime": "2025-04-24 07:54:00",
                "place": "VIE (Vienna)",
                "placeCd": "VIE",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            }
        ]
    }
]

Request 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": 1912798810627772400,
        "deliveryNo": "",
        "orderNo": "",
        "localKey": "",
        "orgCode": "",
        "customer": "",
        "extendNo": "",
        "awbNo": "02019895875",
        "referenceNo": "020-19895875",
        "carrierCd": "LH",
        "carrier": "",
        "pieces": "24",
        "weight": "671",
        "volume": "",
        "flightNo": "",
        "orgCd": "PEK",
        "org": "PEK (Beijing)",
        "destCd": "VLC",
        "dest": "VLC (Valencia)",
        "atd": "2025-04-22 04:32:00",
        "etd": "2025-04-22 05:00:00",
        "ata": "2025-04-24 10:19:00",
        "eta": "2025-04-24 10:35:00",
        "endTrackTime": "2025-04-24 11:51:00",
        "currentStatusCd": "End",
        "currentStatus": "",
        "currentStatusTime": "2025-04-24 11:51:00",
        "currentPlaceCd": "",
        "currentPlace": "VLC (Valencia)",
        "firstEta": "2025-04-24 10:35:00",
        "trackStatus": "E",
        "endStatus": "E",
        "errorStatus": "",
        "errorMessage": "",
        "dataStatus": "Y",
        "endId": 1912798810669715500,
        "serviceType": "",
        "airFlightInfo": [
            {
                "sno": 1,
                "flightNo": "LH8431",
                "flightDate": "2025-04-22 00:00:00",
                "org": "PEK (Beijing)",
                "orgCd": "PEK",
                "dest": "FRA (Frankfurt)",
                "destCd": "FRA",
                "etd": "2025-04-22 05:00:00",
                "eta": "2025-04-22 11:10:00",
                "atd": "2025-04-22 04:32:00",
                "ata": "2025-04-22 10:29:00",
                "pieces": "24",
                "weight": "671",
                "volume": ""
            },
            {
                "sno": 2,
                "flightNo": "LH7558A",
                "flightDate": "2025-04-22 00:00:00",
                "org": "FRA (Frankfurt)",
                "orgCd": "FRA",
                "dest": "VIE (Vienna)",
                "destCd": "VIE",
                "etd": "2025-04-22 22:20:00",
                "eta": "2025-04-23 11:20:00",
                "atd": "2025-04-22 22:05:00",
                "ata": "2025-04-23 07:53:00",
                "pieces": "24",
                "weight": "671",
                "volume": ""
            },
            {
                "sno": 3,
                "flightNo": "OS441",
                "flightDate": "2025-04-24 00:00:00",
                "org": "VIE (Vienna)",
                "orgCd": "VIE",
                "dest": "VLC (Valencia)",
                "destCd": "VLC",
                "etd": "2025-04-24 07:55:00",
                "eta": "2025-04-24 10:35:00",
                "atd": "2025-04-24 07:54:00",
                "ata": "2025-04-24 10:19:00",
                "pieces": "24",
                "weight": "671",
                "volume": ""
            }
        ],
        "airStatusInfo": [
            {
                "sno": 13,
                "statusCd": "ARR",
                "statusDesc": "抵达",
                "statusDescEn": "Arrived",
                "flightNo": "OS441",
                "eventTime": "2025-04-24 10:19:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 15,
                "statusCd": "NFD",
                "statusDesc": "到货通知",
                "statusDescEn": "Ready for pick-up",
                "flightNo": "",
                "eventTime": "2025-04-24 11:51:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 4,
                "statusCd": "DEP",
                "statusDesc": "起飞",
                "statusDescEn": "Departed",
                "flightNo": "LH8431",
                "eventTime": "2025-04-22 04:32:00",
                "place": "PEK (Beijing)",
                "placeCd": "PEK",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 5,
                "statusCd": "TAR",
                "statusDesc": "中转抵达",
                "statusDescEn": "Arrived",
                "flightNo": "LH8431",
                "eventTime": "2025-04-22 10:29:00",
                "place": "FRA (Frankfurt)",
                "placeCd": "FRA",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 8,
                "statusCd": "TDE",
                "statusDesc": "中转起飞",
                "statusDescEn": "Departed",
                "flightNo": "LH7558A",
                "eventTime": "2025-04-22 22:05:00",
                "place": "FRA (Frankfurt)",
                "placeCd": "FRA",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 6,
                "statusCd": "TRF",
                "statusDesc": "中转卸货",
                "statusDescEn": "Received from flight",
                "flightNo": "LH8431",
                "eventTime": "2025-04-22 16:48:00",
                "place": "FRA (Frankfurt)",
                "placeCd": "FRA",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 16,
                "statusCd": "CUS",
                "statusDesc": "报关",
                "statusDescEn": "Customs",
                "flightNo": "",
                "eventTime": "2025-04-23 00:00:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "0",
                "weight": "",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 3,
                "statusCd": "MAN",
                "statusDesc": "配载",
                "statusDescEn": "Manifested",
                "flightNo": "LH8431",
                "eventTime": "2025-04-22 04:44:00",
                "place": "PEK (Beijing)",
                "placeCd": "PEK",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 10,
                "statusCd": "TRF",
                "statusDesc": "中转卸货",
                "statusDescEn": "Received from flight",
                "flightNo": "LH7558A",
                "eventTime": "2025-04-23 11:52:00",
                "place": "VIE (Vienna)",
                "placeCd": "VIE",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 1,
                "statusCd": "BKD",
                "statusDesc": "订舱",
                "statusDescEn": "Booking  confirmed ",
                "flightNo": "",
                "eventTime": "2025-04-21 16:41:00",
                "place": "PEK (Beijing)",
                "placeCd": "PEK",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 17,
                "statusCd": "DLV",
                "statusDesc": "提货",
                "statusDescEn": "Delivered",
                "flightNo": "",
                "eventTime": "2025-04-24 15:05:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": true,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 7,
                "statusCd": "MAN",
                "statusDesc": "配载",
                "statusDescEn": "Manifested",
                "flightNo": "LH7558A",
                "eventTime": "2025-04-22 20:23:00",
                "place": "FRA (Frankfurt)",
                "placeCd": "FRA",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 14,
                "statusCd": "RCF",
                "statusDesc": "卸货",
                "statusDescEn": "Received from flight",
                "flightNo": "OS441",
                "eventTime": "2025-04-24 11:51:00",
                "place": "VLC (Valencia)",
                "placeCd": "VLC",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 2,
                "statusCd": "RCS",
                "statusDesc": "进仓",
                "statusDescEn": "Shipment accepted",
                "flightNo": "",
                "eventTime": "2025-04-21 16:42:00",
                "place": "PEK (Beijing)",
                "placeCd": "PEK",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 9,
                "statusCd": "TAR",
                "statusDesc": "中转抵达",
                "statusDescEn": "Arrived",
                "flightNo": "LH7558A",
                "eventTime": "2025-04-23 07:53:00",
                "place": "VIE (Vienna)",
                "placeCd": "VIE",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 11,
                "statusCd": "MAN",
                "statusDesc": "配载",
                "statusDescEn": "Manifested",
                "flightNo": "OS441",
                "eventTime": "2025-04-24 03:25:00",
                "place": "VIE (Vienna)",
                "placeCd": "VIE",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            },
            {
                "sno": 12,
                "statusCd": "TDE",
                "statusDesc": "中转起飞",
                "statusDescEn": "Departed",
                "flightNo": "OS441",
                "eventTime": "2025-04-24 07:54:00",
                "place": "VIE (Vienna)",
                "placeCd": "VIE",
                "transportMode": "",
                "pieces": "24",
                "weight": "671",
                "volume": "",
                "isEstimate": false,
                "dateUpdateTime": "2025-04-28 18:39:10"
            }
        ]
    }
]'

Responses

🟢200成功
application/json
Body
code
integer 
required
Push status: 200=successful, other=failed
message
string 
required
Status description message
type 
string 
required
S= Success, W= Warning, E= Anomaly
time
string 
required
Time
Example
{
    "code": 200,
    "type": "S",
    "message": null,
    "time": "2023-12-13 01:20:38"
}
Previous
Air Tracking Subscribe
Built with