{
"vessel": "",
"mmsi": "414700000",
"portCode": "CNTXG",
"startTime": "2026-06-06 09:25:26",
"endTime": "2025-07-10 14:20:42"
}
curl --location --request POST 'https://api.trackingeyes.com/api/shipAIS/queryEFT?companyCode&orgCode&token' \
--header 'Content-Type: application/json' \
--data-raw '{
"vessel": "",
"mmsi": "414700000",
"portCode": "CNTXG",
"startTime": "2026-06-06 09:25:26",
"endTime": "2025-07-10 14:20:42"
}'
{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"portCode": "CNTXG",
"portNameEn": "TIANJIN",
"portNameCn": "天津",
"countryEn": "CHINA",
"countryCn": "中国",
"ata": "2025-03-10 00:24:38",
"ataLocal": "2025-03-10 00:24:38",
"atd": "2025-03-11 01:10:23",
"atdLocal": "2025-03-11 01:10:23",
"timeZone": "+8.00"
}
]
}