1. US Terminal Data
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
        POST
      • US Terminal Data Download
        GET
    • 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. US Terminal Data

US Terminal Data Download

GET
https://api.trackingeyes.com/api/usTerminal/download
1.
Batch retrieval of waybill details, limit of 30 per request.
2.
Fee information is currently not supported.
HOLDS Status Explanation
holdCategoryholdStatusDescription
CUSReleaseCustoms Released
CUSHoldCustoms Not Released
SRMReleaseCarrier Released
SRMHoldCarrier Not Released
TMLReleaseTerminal Released
TMLHoldTerminal Not Released
INSReleaseInspection Released
INSHoldInspection Not Released

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/usTerminal/download?companyCode&token&orgCode&billId=1960594230397124608,1960958937381494790'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 200,
    "codeDesc": "success",
    "message": "Operation succeeded",
    "result": [
        {
            "id": "1960594230397124608",
            "ctnrNo": "TIIU4694223",
            "ctnrType": "",
            "portCd": "USLGB",
            "port": "LONG BEACH",
            "terminalCd": "",
            "terminal": "",
            "ieId": "I",
            "countryCd": "US",
            "blNo": "",
            "localKey": "",
            "orgCode": "",
            "customer": "",
            "status": "S",
            "errorDes": "",
            "endStatus": "",
            "endTrackTime": "",
            "trackStatus": "T",
            "errorStatus": "",
            "errorMessage": "",
            "dataStatus": "Y",
            "billCreateTime": "2025-08-27 14:44:25",
            "firstUpdateTime": "2025-08-27 18:02:44",
            "dataUpdateTime": "2025-08-28 15:53:07",
            "timeZone": "",
            "vessel": "COSCO AFRICA",
            "voyage": "095E",
            "carrier": "COS",
            "carrierCd": "",
            "lastFreeDay": "2025-08-29 23:59:59",
            "inTime": "2025-08-25 14:57:00",
            "outTime": "",
            "availableStatus": "",
            "availableDate": "2025-08-26 00:00:00",
            "estPickupDate": "",
            "actPickupDate": "",
            "rcvetime": "",
            "yardLocation": "",
            "pickupChassis": "",
            "origin": "",
            "ifci": "",
            "citime": "",
            "dgid": "",
            "dglevel": "",
            "dgunNo": "",
            "rfid": "",
            "rftmp": "",
            "poundWgt": "",
            "vgm": "",
            "tareWgt": "",
            "pieces": "",
            "grossWgt": "",
            "volume": "",
            "pol": "",
            "pod": "",
            "inType": "",
            "outType": "",
            "truckNo": "",
            "wharfrlStatus": "",
            "oh": "",
            "olid": "",
            "olf": "",
            "olb": "",
            "owl": "",
            "owr": "",
            "etb": "",
            "atb": "",
            "etd": "",
            "atd": "",
            "holds": [
                {
                    "holdCategory": "CUS",
                    "holdStatus": "Release",
                    "holdDate": "",
                    "holdDesc": ""
                },
                {
                    "holdCategory": "SRM",
                    "holdStatus": "Release",
                    "holdDate": "",
                    "holdDesc": ""
                },
                {
                    "holdCategory": "TML",
                    "holdStatus": "Release",
                    "holdDate": "",
                    "holdDesc": ""
                }
            ],
            "fees": []
        },
        {
            "id": "1960958937381494790",
            "ctnrNo": "TGBU4929592",
            "ctnrType": "",
            "portCd": "USOAK",
            "port": "OAKLAND",
            "terminalCd": "",
            "terminal": "",
            "ieId": "I",
            "countryCd": "US",
            "blNo": "",
            "localKey": "",
            "orgCode": "",
            "customer": "",
            "status": "S",
            "errorDes": "",
            "endStatus": "",
            "endTrackTime": "",
            "trackStatus": "T",
            "errorStatus": "",
            "errorMessage": "",
            "dataStatus": "Y",
            "billCreateTime": "2025-08-28 14:53:38",
            "firstUpdateTime": "2025-08-28 15:53:15",
            "dataUpdateTime": "2025-08-28 15:53:15",
            "timeZone": "",
            "vessel": "EVER MAGIC",
            "voyage": "0TELGW1MA",
            "carrier": "CMDU",
            "carrierCd": "",
            "lastFreeDay": "2025-09-02 23:59:59",
            "inTime": "",
            "outTime": "",
            "availableStatus": "",
            "availableDate": "",
            "estPickupDate": "",
            "actPickupDate": "",
            "rcvetime": "",
            "yardLocation": "",
            "pickupChassis": "",
            "origin": "",
            "ifci": "",
            "citime": "",
            "dgid": "",
            "dglevel": "",
            "dgunNo": "",
            "rfid": "",
            "rftmp": "",
            "poundWgt": "",
            "vgm": "",
            "tareWgt": "",
            "pieces": "",
            "grossWgt": "",
            "volume": "",
            "pol": "",
            "pod": "",
            "inType": "",
            "outType": "",
            "truckNo": "",
            "wharfrlStatus": "",
            "oh": "",
            "olid": "",
            "olf": "",
            "olb": "",
            "owl": "",
            "owr": "",
            "etb": "",
            "atb": "",
            "etd": "",
            "atd": "",
            "holds": [
                {
                    "holdCategory": "CUS",
                    "holdStatus": "Release",
                    "holdDate": "2025-08-25 13:58:00",
                    "holdDesc": ""
                },
                {
                    "holdCategory": "SRM",
                    "holdStatus": "Release",
                    "holdDate": "2025-08-25 14:07:00",
                    "holdDesc": ""
                },
                {
                    "holdCategory": "TML",
                    "holdStatus": "Release",
                    "holdDate": "",
                    "holdDesc": ""
                }
            ],
            "fees": []
        }
    ]
}
Modified at 2026-03-23 12:34:59
Previous
US Terminal Data Subscription
Next
US Customs Clearance Data Query
Built with