1. US Customs Clearance 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
      • US Terminal Data Download
    • US Customs Clearance Data
      • US Customs Clearance Data Query
        GET
  • Air Data API
    • Air Support List
    • Air Status Code
    • Air Cargo Tracking
      • Air Tracking Subscribe
      • Air Tracking Push
      • Air Tracking Download
  1. US Customs Clearance Data

US Customs Clearance Data Query

GET
https://api.trackingeyes.com/api/usCustoms/query
1.
Call limit: A single number can be queried 200 times; no data will be returned if exceeded.
2.
It is recommended to start querying after departure from the port, 3 times a day is sufficient.
3.
For sea freight customs clearance, the carrier code 'carrierCd' is required. Refer to the YunDang code in the support list.
4.
For air freight, the query format requires a hyphen after the three-letter code, e.g., 403-17564632.

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/usCustoms/query?companyCode&orgCode&token&mot&blNo&carrierCd'

Responses

🟢200海运成功
application/json
Body

Example
{
    "code": 200,
    "codeDesc": "success",
    "message": "Operation succeeded",
    "result": {
        "blNo": "MEDUDJ335766",
        "mblNo": "MEDUDJ335766",
        "carrier": "MSC Mediterranean Shipping Company",
        "carrierCd": "MSC",
        "mot": "O",
        "status": "Closed",
        "vslName": "MSC TERESA",
        "voy": "317A",
        "pol": "DA CHAN BAY",
        "pod": "LONG BEACH",
        "atd": "2023-05-17 00:00:00",
        "ata": "2023-06-03 17:36:00",
        "isIsf": "Y",
        "piece": "288",
        "billType": "M",
        "pttAuthDate": "",
        "firmsCode": "",
        "houseList": [
            {
                "filerCd": "GOLA",
                "houseNo": "764915918989",
                "piece": "288",
                "pieceUnit": "PCS",
                "lastEventCd": "1X",
                "lastEventDate": "2023-06-22 03:45:00",
                "carrierMatchedTime": "2023-05-18 14:07:00",
                "isfMatchedTime": "2023-04-27 14:45:00",
                "inBondType": "",
                "inBondStatus": "",
                "inBondStatusDesc": "",
                "inBondNo": "V1P05329020",
                "inBondPolCd": "2709",
                "inBondPol": "LONG BEACH",
                "inBondPodCd": "2007",
                "inBondPod": "NASHVILLE",
                "inBondAuthDate": "2023-05-18 14:07:00",
                "inBondArrivalDate": "2023-06-22 03:45:00",
                "inBondExportDate": "",
                "inBondCompleteDate": "",
                "holdDispositionCd": "",
                "holdDate": "",
                "holdRemoveDate": "",
                "releasedDate": "2023-06-19 06:11:00"
            }
        ]
    }
}
Modified at 2026-03-23 12:35:37
Previous
US Terminal Data Download
Next
Air Support List
Built with