curl --location 'https://api.trackingeyes.com/api/shipAIS/getPortHistory?companyCode=undefined&orgCode=undefined&token=undefined&mmsi=414700000&vessel=undefined&startTime=2026-03-01%2000%3A00%3A00&endTime=2026-03-13%2000%3A00%3A00'{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"portCode": "CNDLC",
"portNameEn": "DALIAN",
"portNameCn": "大连",
"countryEn": "CHINA",
"countryCn": "中国",
"ata": "2025-09-18 18:09:12",
"atd": "2025-09-19 03:40:08",
"atb": "2025-09-18 18:09:12"
}
]
}