# Search for terminals in the Routescanner system for use in distance and/or emissions queries. **GET /route-information/api/terminals** ## Servers - Routescanner base URL: https://connect.routescanner.com (Routescanner base URL) ## Parameters ### Query parameters - **terminalLocode** (string) 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. ## Responses ### 200 Found terminals #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **locode** (string) ### 204 No terminals were found. ### 400 Bad request, query parameters were wrong ### 500 Something went wrong on our side. [Powered by Bump.sh](https://bump.sh)