Search for terminals in the Routescanner system for use in distance and/or emissions queries.
Query parameters
-
terminalLocode
string Required 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 \
--request GET 'https://connect.routescanner.com/route-information/api/terminals?terminalLocode=string'
Response examples (200)
[
{
"id": "string",
"name": "string",
"locode": "string"
}
]