Search for terminals in the routescanner system for use in distance and/or emissions queries.
Query parameters
-
Locode where terminal is located.
-
terminalName string
Name of terminal. We will try to match it with names found in our system. If left empty, will return all terminals under locode.
GET /api/terminals
curl \
-X GET https://connect.routescanner.com/route-information/api/terminals?terminalLocode=string
Response examples (200)
[
{
"id": "string",
"name": "string",
"locode": "string"
}
]