Steig-Information

Diese Methode liefert Informationen zum Steig zurück:

[Base URL]/index.php?r=api/steig&apikey=[API-KEY]&sid=[SID]

Response-Format

Fehler-Codes

invalid steig id: Die übergebene Steig ID ist ungültig.

Beispiel

http://www.wiennetz.at/api/web/index.php?r=api/steig&apikey=[API-KEY]&sid=214689590
{
    "message": {
        "type": "success",
        "content": "steig information"
    },
    "data": {
        "sid": 214689590,
        "richtung": "H",
        "reihenfolge": 8,
        "rbl": 4115,
        "bereich": 1,
        "steig": "U1-H",
        "lat": 48.2153,
        "lng": 16.3855,
        "accessibilityInformation": {
            "accessibilityUrl": null
        },
        "linie": {
            "lid": 214433687,
            "bezeichnung": "U1",
            "reihenfolge": 1,
            "echtzeit": 1,
            "verkehrsmittel": "ptMetro",
            "accessbilityInformation": {
                "accessibilityUrl": "http://www.wl-barrierefrei.at/index.php?id=10678"
            }
        },
        "haltestelle": {
            "hid": 214461016,
            "typ": "stop",
            "stopId": 60200916,
            "name": "Nestroyplatz",
            "gemeinde": "Wien",
            "gemeindeId": 90000,
            "lat": 48.2148,
            "lng": 16.3847,
            "accessibilityInformation": {
                "accessibilityUrl": "http://www.wl-barrierefrei.at/index.php?id=10686"
            }
        }
    }
}