Get available stop points for routing searches. This list may be restricted according to your permissions (see resorts/permissions).
route/stops
GET
-
This parameter is optional. This lets you filter by resort id(s). No comma at the beginning or end of this string.
resorts=87,88,89
Entity | Type | Values | Description |
---|---|---|---|
stops[] | array | stops | list of stops |
Entity | Type | Values | Description |
---|---|---|---|
id | int | any valid value | Id of stop point |
name | string | any valid value | name of stop point |
transportKey | string | any valid value | user key for facility if it belongs to one |
stopOnDemand | boolean | any valid value | stop on demand only |
{ "stops": [{ "id": 17, "name": "Betten Dorf, Bergstation H1" }, { "id": 3, "name": "Betten Dorf, Talstation H2" }, { "id": 5, "name": "Betten Talstation, Bahn" }, { "id": 6, "name": "Betten Talstation, Bus" }, { "id": 2, "name": "Betten Talstation, H1" }, { "id": 7, "name": "Betten Talstation, H3" }, { "id": 4, "name": "Bettmeralp, Bergstation H2" }, { "id": 1, "name": "Bettmeralp, Bergstation H3" }, { "id": 19, "name": "Fiesch, Bahn" }, { "id": 14, "name": "Fiesch, Talstation R1" }, { "id": 15, "name": "Fiescheralp, Bergstation R1" }, { "id": 8, "name": "Greich", "stopOnDemand": true }, { "id": 18, "name": "M\u00f6rel, Bahn" }, { "id": 20, "name": "M\u00f6rel, Bus" }, { "id": 9, "name": "M\u00f6rel, Talstation A1" }, { "id": 16, "name": "M\u00f6rel, Talstation A3" }, { "id": 12, "name": "Ried-M\u00f6rel, Bergstation A1" }, { "id": 13, "name": "Ried-M\u00f6rel, Talstation A2" }, { "id": 11, "name": "Riederalp Mitte" }, { "id": 10, "name": "Riederalp West" }] }