Skip to main content
GET
/
api
/
public
/
stations
Search Stations
curl --request GET \
  --url https://ai-loop.alpeadria.com/api/public/stations
[
  {
    "value": "gateway_VCE",
    "label": "Venice Gateway",
    "primary": "Venice",
    "secondary": "Gateway",
    "type": "gateway",
    "code": "VCE",
    "coords": {
      "lat": 45.44,
      "lng": 12.31
    }
  }
]
Search for available intermodal gateways and terminals by name or code.

Query Parameters

q
string
required

Response

200 - application/json

List of stations matching the query.

value
string
label
string
primary
string
secondary
string
type
string
code
string
coords
object