{
  "agency": {
    "country": "AT",
    "id": "wiener-linien",
    "name": "Wiener Linien",
    "operating_note": "Covers the Wiener Linien city network including Wiener Lokalbahnen services; counted as one feed record, not a distinct-agency count.",
    "subdivision_code": "AT-9",
    "subdivision_name": "Wien"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 4290,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 370263,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 4290,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "4290 of 4290 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 370263,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "370263 of 370263 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 10,
        "instances_by_severity": {
          "ERROR": 7,
          "INFO": 453,
          "WARNING": 778
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 7,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_route_name",
          "count": 403,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "expired_calendar",
          "count": 359,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 6,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 3,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 1,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 1,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "big_gap_in_service",
          "count": 453,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 39.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 1238 instances (7 error, 778 warning, 453 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 147,
        "effective_expiry_date": "2026-12-12",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-12",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 147 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 147 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 per the Stadt Wien dataset record on data.gv.at; the Wiener Linien open data page states all Wiener Linien data is published under CC BY with source credit, commercial use included.",
    "reachable": true,
    "sha256": "e0fe99ea94728ed6f522db4234ae33552ca3088b6d7cedb7f01a91a60342bb5a",
    "size_bytes": 81054700,
    "static_url": "https://www.wienerlinien.at/ogd_realtime/doku/ogd/gtfs/gtfs.zip"
  },
  "fetch": {
    "final_url": "https://www.wienerlinien.at/ogd_realtime/doku/ogd/gtfs/gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      16.19777,
      47.9995,
      16.5494,
      48.30111
    ],
    "lat": 48.20656,
    "lon": 16.36978,
    "stop_count": 4290
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 220,
        "trip_count": 141565,
        "trip_share_pct": 38.2
      },
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 45,
        "trip_count": 69405,
        "trip_share_pct": 18.7
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 512,
        "trip_count": 159293,
        "trip_share_pct": 43.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 777,
    "trip_count": 370263
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 50.0,
    "margin_to_next_band": 10.0,
    "score": 50.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 25,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "25 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (U2, U2, U2, U2, U2, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 209,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "209 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Schwechat B10/Rathausplatz\", \"Schwechat B10/Hauptplatz\", \"Nestroyplatz U/Praterstr.\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 4290,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 370263
  },
  "route_map": {
    "drawn_route_count": 776,
    "has_shapes": true,
    "path": "data/artifacts/wiener-linien/geometry.geojson",
    "route_count": 777,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11-SEV-1-j26-1",
        "label": "SEV BB",
        "long": "V\u00f6sendorf Siebenhirten U6 - Wiener Neudorf Schienenersatzverkehr 27.03. - 06.04.2026",
        "short": "SEV BB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11-SEV-1-j26-2",
        "label": "SEV BB",
        "long": "V\u00f6sendorf Siebenhirten U6 - Griesfeld Schienenersatzverkehr 27.04. - 03.05.2026",
        "short": "SEV BB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11-SEV-1-j26-3",
        "label": "SEV BB",
        "long": "Meidling, Schedifkaplatz - Inzersdorf Lokalbahn",
        "short": "SEV BB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-1",
        "label": "BB",
        "long": "Wien Oper - A\u00dfmayergasse - Inzersdorf Lokalbahn - Wiener Neudorf - Baden Landesklinikum - Baden Josefsplatz",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-2",
        "label": "BB",
        "long": "Oper/Karlsplatz U - A\u00dfmayergasse - Inzersdorf Lokalbahn - Baden Landesklinikum - Baden Josefsplatz",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-3",
        "label": "BB",
        "long": "A\u00dfmayergasse - Inzersdorf Lokalbahn - Baden Landesklinikum - Baden Viadukt",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-4",
        "label": "BB",
        "long": "Oper/Karlsplatz - A\u00dfmayergasse - Inzersdorf Lokalbahn - Landesklinikum - V\u00f6sendorf-Siebenhirten - Bahnhof - Josefsplatz",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-5",
        "label": "BB",
        "long": "Wien Oper - A\u00dfmayergasse - Inzersdorf Lokalbahn - Wiener Neudorf - Baden Landesklinikum - Baden Josefsplatz",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-6",
        "label": "BB",
        "long": "Inzersdorf Lokalbahn - Wiener Neudorf - Baden Landesklinikum - Baden Josefsplatz Baustellenfahrplan 04.07. - 06.09.2026",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-70",
        "label": "BB",
        "long": "A\u00dfmayergasse - Baden Josefsplatz g\u00fcltig vom 20. bis 26.4.2026",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-81",
        "label": "BB",
        "long": "A\u00dfmayergasse - Inzersdorf Lokalbahn - V\u00f6sendorf-Siebenhirten - Griesfeld- Baden Landesklinikum - Baden Josefsplatz Baustelllenfahrplan vom 27.4. - 30.4 .2026",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-82",
        "label": "BB",
        "long": "Wien Oper - Inzersdorf Lokalbahn - V\u00f6sendorf Siebenhirten - Griesfeld - Baden Landesklinikum -  Baden Viadukt Baustellenfahrplan 01.05.2026 - 03.05.2026",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "11-WLB-j26-83",
        "label": "BB",
        "long": "Wien Oper - A\u00dfmayergasse - Inzersdorf Lokalbahn - Wiener Neudorf - Baden Landesklinikum - Baden Josefsplatz Baustellenfahrplan vom 04.05. - 07.05.2026",
        "short": "BB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-1",
        "label": "U1",
        "long": "Oberlaa - Leopoldau",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-2",
        "label": "U1",
        "long": "Oberlaa - Leopoldau",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-24",
        "label": "U1",
        "long": "Oberlaa - Leopoldau",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-3",
        "label": "U1",
        "long": "Oberlaa - Leopoldau VCM",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-31",
        "label": "U1",
        "long": "Oberlaa - Leopoldau",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-4",
        "label": "U1",
        "long": "Oberlaa - Leopoldau ESC - Fahrplan am 16.05.2026",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-5",
        "label": "U1",
        "long": "Oberlaa - Leopoldau",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-6",
        "label": "U1",
        "long": "Oberlaa - Leopoldau",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "E3000F",
        "color_name": "red",
        "has_shape": true,
        "id": "21-U1-j26-7",
        "label": "U1",
        "long": "Oberlaa - Leopoldau \u00d6sterreich Radrundfahrt",
        "short": "U1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "A862A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "21-U2-j26-1",
        "label": "U2",
        "long": "Seestadt - Schottentor",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "A862A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "21-U2-j26-2",
        "label": "U2",
        "long": "Seestadt - Schottentor",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "A862A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "21-U2-j26-24",
        "label": "U2",
        "long": "Seestadt - Schottentor",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "A862A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "21-U2-j26-3",
        "label": "U2",
        "long": "Seestadt - Karlsplatz",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "A862A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "21-U2-j26-31",
        "label": "U2",
        "long": "Seestadt - Schottentor",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "A862A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "21-U2-j26-4",
        "label": "U2",
        "long": "Seestadt - Schottentor VCM",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "A862A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "21-U2-j26-5",
        "label": "U2",
        "long": "Seestadt - Schottentor",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "A862A4",
        "color_name": "purple",
        "has_shape": true,
        "id": "21-U2-j26-6",
        "label": "U2",
        "long": "Seestadt - Karlsplatz \u00d6sterreich Radrundfahrt",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-1",
        "label": "U3",
        "long": "Ottakring - Simmering",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-2",
        "label": "U3",
        "long": "Ottakring - Simmering",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-24",
        "label": "U3",
        "long": "Ottakring - Simmering",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-3",
        "label": "U3",
        "long": "Ottakring - Simmering VCM",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-31",
        "label": "U3",
        "long": "Ottakring - Simmering",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-4",
        "label": "U3",
        "long": "Ottakring - Simmering ESC - Fahrplan vom 15.05.2026 - 16.05.2026",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-5",
        "label": "U3",
        "long": "Ottakring - Simmering Baustellenfahrplan 13.07. - 13.08.2026",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-6",
        "label": "U3",
        "long": "Ottakring - Simmering Baustellenfahrplan 14.08. - 19.08.2026",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "EF7C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "21-U3-j26-7",
        "label": "U3",
        "long": "Ottakring - Simmering Baustellenfahrplan 20.08. - 30.08.2026",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "319F49",
        "color_name": "green",
        "has_shape": true,
        "id": "21-U4-j26-1",
        "label": "U4",
        "long": "H\u00fctteldorf - Heiligenstadt",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "319F49",
        "color_name": "green",
        "has_shape": true,
        "id": "21-U4-j26-2",
        "label": "U4",
        "long": "H\u00fctteldorf - Heiligenstadt",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "319F49",
        "color_name": "green",
        "has_shape": true,
        "id": "21-U4-j26-24",
        "label": "U4",
        "long": "H\u00fctteldorf - Heiligenstadt",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "319F49",
        "color_name": "green",
        "has_shape": true,
        "id": "21-U4-j26-3",
        "label": "U4",
        "long": "H\u00fctteldorf - Heiligenstadt VCM",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "319F49",
        "color_name": "green",
        "has_shape": true,
        "id": "21-U4-j26-31",
        "label": "U4",
        "long": "H\u00fctteldorf - Heiligenstadt",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "319F49",
        "color_name": "green",
        "has_shape": true,
        "id": "21-U4-j26-4",
        "label": "U4",
        "long": "H\u00fctteldorf - Heiligenstadt ESC - Fahrplan am 16.05.2026",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "319F49",
        "color_name": "green",
        "has_shape": true,
        "id": "21-U4-j26-5",
        "label": "U4",
        "long": "H\u00fctteldorf - Heiligenstadt",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "319F49",
        "color_name": "green",
        "has_shape": true,
        "id": "21-U4-j26-6",
        "label": "U4",
        "long": "H\u00fctteldorf - Heiligenstadt Baustellenfahrplan 06.07. - 02.08.2026",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-1",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf Baustellenfahrplan",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-2",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-24",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-3",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-31",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-4",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-5",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf VCM",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-6",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf ESC - Fahrplan vom 11.05. - 16.05.2026",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-7",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-8",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9D6830",
        "color_name": "brown",
        "has_shape": true,
        "id": "21-U6-j26-90",
        "label": "U6",
        "long": "Siebenhirten - Floridsdorf Baustellenfahrplan",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-1",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-10",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz ESC - Fahrplan am 14.05.2026",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-11",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz ESC - Fahrplan am 16.05.2026",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-12",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz Festwochen Er\u00f6ffnung",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-13",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz Baustellenfahrplan 07.07. - 21.08.2026",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-14",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-2",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-24",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-3",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-31",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-4",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-5",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz VCM",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-6",
        "label": "1",
        "long": "Prater, Hauptallee - B\u00f6sendorferstra\u00dfe/Karlsplatz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-7",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-8",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-9",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz ESC - Fahrplan am 12.05.2026",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-1-j26-99",
        "label": "1",
        "long": "Prater, Hauptallee - Stefan-Fadinger-Platz",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-10-j26-1",
        "label": "10",
        "long": "Dornbach - Unter St. Veit, Hummelgasse",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-10-j26-2",
        "label": "10",
        "long": "Dornbach - Unter St. Veit, Hummelgasse",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-10-j26-24",
        "label": "10",
        "long": "Dornbach - Unter St. Veit, Hummelgasse",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-11-j26-1",
        "label": "11",
        "long": "Otto-Probst-Platz - Kaiserebersdorf, Zinnergasse",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-11-j26-2",
        "label": "11",
        "long": "Otto-Probst-Platz - Kaiserebersdorf, Zinnergasse",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-11-j26-24",
        "label": "11",
        "long": "Otto-Probst-Platz - Geiereckstra\u00dfe",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-11-j26-3",
        "label": "11",
        "long": "Otto-Probst-Platz - Kaiserebersdorf, Zinnergasse Baustellenfahrplan von 03.03. - 28.06.2026",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-11-j26-31",
        "label": "11",
        "long": "Otto-Probst-Platz - Geiereckstra\u00dfe",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-11-j26-4",
        "label": "11",
        "long": "Otto-Probst-Platz - Geiereckstra\u00dfe",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-11-j26-5",
        "label": "11",
        "long": "Otto-Probst-Platz - Geiereckstra\u00dfe",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-11-j26-6",
        "label": "11",
        "long": "Otto-Probst-Platz - Kaiserebersdorf, Zinnergasse Baustellenfahrplan 29.06. - 28.08.2026",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-12-j26-1",
        "label": "12",
        "long": "Hillerstra\u00dfe - Josefst\u00e4dter Stra\u00dfe",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-12-j26-2",
        "label": "12",
        "long": "Hillerstra\u00dfe - Josefst\u00e4dter Stra\u00dfe",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-12-j26-24",
        "label": "12",
        "long": "Hillerstra\u00dfe - Josefst\u00e4dter Stra\u00dfe",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-12-j26-3",
        "label": "12",
        "long": "Hillerstra\u00dfe - Josefst\u00e4dter Stra\u00dfe VCM",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-12-j26-31",
        "label": "12",
        "long": "Hillerstra\u00dfe - Josefst\u00e4dter Stra\u00dfe",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-12-j26-4",
        "label": "12",
        "long": "Hillerstra\u00dfe - Josefst\u00e4dter Stra\u00dfe Baustellenfahrplan 13.07. - 21.08.2026",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-1",
        "label": "18",
        "long": "Burggasse-Stadthalle - St. Marx",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-2",
        "label": "18",
        "long": "Quellenplatz - Schlachthausgasse",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-24",
        "label": "18",
        "long": "Westbahnhof - Schlachthausgasse",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-3",
        "label": "18",
        "long": "Westbahnhof - Schlachthausgasse",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-31",
        "label": "18",
        "long": "Westbahnhof - Schlachthausgasse",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-4",
        "label": "18",
        "long": "Westbahnhof - Schlachthausgasse VCM",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-6",
        "label": "18",
        "long": "Laxenburger Stra\u00dfe/Gudrunstra\u00dfe - Schlachthausgasse",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-7",
        "label": "18",
        "long": "Burggasse-Stadthalle - Schlachthausgasse",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-8",
        "label": "18",
        "long": "Burggasse, Stadthalle - Schlachthausgasse ESC - Fahrplan vom 15.05. - 16.05.2026",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-9",
        "label": "18",
        "long": "Burggasse-Stadthalle - Stadion",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-18-j26-90",
        "label": "18",
        "long": "Burggasse-Stadthalle - Schlachthausgasse",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-1",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-10",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz Baustellenfahrplan 07.07. - 11.07.2026",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-11",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz \u00d6sterreich Radrundfahrt",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-12",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz Baustellen Fahrplan 13.07. - 21.08.2026",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-13",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz Baustellenfahrplan 22.08. - 28.08.2026",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-2",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-24",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-3",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-31",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-4",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz VCM",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-5",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-6",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-7",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz ESC - Fahrplan am 12.05.2026",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-8",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz ESC - Fahrplan am 14.05.2026",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-2-j26-9",
        "label": "2",
        "long": "Dornbach - Friedrich-Engels-Platz ESC - Fahrplan am 16.05.2026",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-25-j26-1",
        "label": "25",
        "long": "Aspern, Oberdorfstra\u00dfe - Floridsdorf",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-25-j26-2",
        "label": "25",
        "long": "Aspern, Oberdorfstra\u00dfe - Floridsdorf Donauinselfest 2026",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-25-j26-24",
        "label": "25",
        "long": "Aspern, Oberdorfstra\u00dfe - Floridsdorf",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-25-j26-31",
        "label": "25",
        "long": "Aspern, Oberdorfstra\u00dfe - Floridsdorf",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-25-j26-4",
        "label": "25",
        "long": "Aspern, Oberdorfstra\u00dfe - Floridsdorf \u00d6sterreich Radrundfahrt",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-26-j26-1",
        "label": "26",
        "long": "Hausfeldstra\u00dfe - Strebersdorf",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-26-j26-2",
        "label": "26",
        "long": "Hausfeldtstra\u00dfe - Strebersdorf Meriangasse",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-26-j26-24",
        "label": "26",
        "long": "Hausfeldtstra\u00dfe - Strebersdorf",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-26-j26-3",
        "label": "26",
        "long": "Aspern, Oberdorfstra\u00dfe - Floridsdorf \u00d6sterreich Radrundfahrt",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-26-j26-31",
        "label": "26",
        "long": "Hausfeldstra\u00dfe - Strebersdorf",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-27-j26-1",
        "label": "27",
        "long": "Aspern Nord - Strebersdorf,Edmund-Hawranek-Platz",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-27-j26-2",
        "label": "27",
        "long": "Aspern Nord - Strebersdorf Meriangasse",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-27-j26-24",
        "label": "27",
        "long": "Aspern Nord - Strebersdorf,Edmund-Hawranek-Platz",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-27-j26-3",
        "label": "27",
        "long": "Aspern Nord - Strebersdorf,Edmund-Hawranek-Platz Donauinselfest 2026",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-27-j26-31",
        "label": "27",
        "long": "Aspern Nord - Strebersdorf,Edmund-Hawranek-Platz",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-27-j26-4",
        "label": "27",
        "long": "Aspern Nord - Strebersdorf,Edmund-Hawranek-Platz \u00d6sterreich Radrundfahrt",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-30-j26-1",
        "label": "30",
        "long": "Floridsdorf - Stammersdorf",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-30-j26-2",
        "label": "30",
        "long": "Floridsdorf - Stammersdorf",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-30-j26-24",
        "label": "30",
        "long": "Floridsdorf - Stammersdorf",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-30-j26-3",
        "label": "30",
        "long": "Floridsdorf - Stammersdorf Donauinselfest 2026",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-30-j26-31",
        "label": "30",
        "long": "Floridsdorf - Stammersdorf",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-30-j26-4",
        "label": "30",
        "long": "Floridsdorf - Stammersdorf Baustellenfahrplan 06.07. - 16.08.2026",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-31-j26-1",
        "label": "31",
        "long": "Schottenring - Stammersdorf",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-31-j26-2",
        "label": "31",
        "long": "Schottenring - Stammersdorf VCM",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-31-j26-24",
        "label": "31",
        "long": "Schottenring - Stammersdorf",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-31-j26-3",
        "label": "31",
        "long": "Schottenring - Stammersdorf",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-31-j26-31",
        "label": "31",
        "long": "Schottenring - Stammersdorf",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-31-j26-4",
        "label": "31",
        "long": "Schottenring - Stammersdorf Donauinselfest 2026",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-31-j26-5",
        "label": "31",
        "long": "Schottenring - Friedrich Engels Platz Baustellenfahrplan 06.07. - 16.08.2026",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-37-j26-1",
        "label": "37",
        "long": "Schottentor - Hohe Warte",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-37-j26-2",
        "label": "37",
        "long": "Schottentor - Hohe Warte Baustellenfahrplan 13.07. - 21.08.2026",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-37-j26-24",
        "label": "37",
        "long": "Schottentor - Hohe Warte",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-37-j26-31",
        "label": "37",
        "long": "Schottentor - Hohe Warte",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-38-j26-1",
        "label": "38",
        "long": "Schottentor - Grinzing",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-38-j26-2",
        "label": "38",
        "long": "Schottentor - Grinzing",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-38-j26-24",
        "label": "38",
        "long": "Schottentor - Grinzing",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-38-j26-3",
        "label": "38",
        "long": "Schottentor - Grinzing Baustellenfahrplan 13.07. - 21.08.2026",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-38-j26-31",
        "label": "38",
        "long": "Schottentor - Grinzing",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-40-j26-1",
        "label": "40",
        "long": "Schottentor - Gersthof, Herbeckstra\u00dfe",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-40-j26-2",
        "label": "40",
        "long": "Schottentor - Gersthof, Herbeckstra\u00dfe",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-40-j26-24",
        "label": "40",
        "long": "Schottentor - Gersthof, Herbeckstra\u00dfe",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-40-j26-3",
        "label": "40",
        "long": "Schottentor - Gersthof, Herbeckstra\u00dfe",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-40-j26-31",
        "label": "40",
        "long": "Schottentor - Gersthof, Herbeckstra\u00dfe",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-41-j26-1",
        "label": "41",
        "long": "Schottentor - P\u00f6tzleinsdorf",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-41-j26-2",
        "label": "41",
        "long": "Schottentor - P\u00f6tzleinsdorf",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-41-j26-24",
        "label": "41",
        "long": "Schottentor - P\u00f6tzleinsdorf",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-41-j26-3",
        "label": "41",
        "long": "Schottentor - P\u00f6tzleinsdorf",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-41-j26-31",
        "label": "41",
        "long": "Schottentor - P\u00f6tzleinsdorf",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-42-j26-1",
        "label": "42",
        "long": "Schottentor - Antonigasse",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-42-j26-2",
        "label": "42",
        "long": "Schottentor - Antonigasse",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-42-j26-24",
        "label": "42",
        "long": "Schottentor - Antonigasse",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-42-j26-3",
        "label": "42",
        "long": "Schottentor - Antonigasse",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-42-j26-31",
        "label": "42",
        "long": "Schottentor - Antonigasse",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-43-j26-1",
        "label": "43",
        "long": "Schottentor - Neuwaldegg",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-43-j26-2",
        "label": "43",
        "long": "Schottentor - Neuwaldegg",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-43-j26-24",
        "label": "43",
        "long": "Schottentor - Neuwaldegg",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-43-j26-3",
        "label": "43",
        "long": "Schottentor - Neuwaldegg",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-43-j26-31",
        "label": "43",
        "long": "Schottentor - Neuwaldegg",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-43-j26-4",
        "label": "43",
        "long": "Schottentor - Neuwaldegg VCM",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-43-j26-5",
        "label": "43",
        "long": "Schottentor - Neuwaldegg",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-43-j26-6",
        "label": "43",
        "long": "Schottentor - Hernals, Wattgasse Baustellenfahrplan 28.07. - 28.08.2026",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-44-j26-1",
        "label": "44",
        "long": "Schottentor - Maroltingergasse",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-44-j26-2",
        "label": "44",
        "long": "Schottentor - Johann-Nepomuk-Berger-Platz VCM",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-44-j26-24",
        "label": "44",
        "long": "Schottentor - Johann-Nepomuk-Berger-Platz",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-44-j26-31",
        "label": "44",
        "long": "Schottentor - Johann-Nepomuk-Berger-Platz",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-46-j26-1",
        "label": "46",
        "long": "Ring/Volkstheater - Joachimsthalerplatz",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-46-j26-2",
        "label": "46",
        "long": "Ring/Volkstheater - Joachimsthalerplatz",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-46-j26-24",
        "label": "46",
        "long": "Ring/Volkstheater - Joachimsthalerplatz",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-46-j26-3",
        "label": "46",
        "long": "Ring/Volkstheater - Joachimsthalerplatz",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-46-j26-31",
        "label": "46",
        "long": "Ring/Volkstheater - Joachimsthalerplatz",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-49-j26-1",
        "label": "49",
        "long": "Ring/Volkstheater - H\u00fctteldorf, Bujattigasse",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-49-j26-2",
        "label": "49",
        "long": "Ring/Volkstheater - H\u00fctteldorf, Bujattigasse",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-49-j26-24",
        "label": "49",
        "long": "Ring/Volkstheater - H\u00fctteldorf, Bujattigasse",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-49-j26-3",
        "label": "49",
        "long": "Ring/Volkstheater - H\u00fctteldorf, Bujattigasse VCM",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-49-j26-31",
        "label": "49",
        "long": "Ring/Volkstheater - H\u00fctteldorf, Bujattigasse",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-49-j26-4",
        "label": "49",
        "long": "Ring/Volkstheater - H\u00fctteldorf, Bujattigasse ESC - Fahrplan vom 15.05. - 16.05.2026",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-49-j26-5",
        "label": "49",
        "long": "Ring/Volkstheater - H\u00fctteldorf, Bujattigasse Baustellenfahrplan 13.07. - 30.08.2026",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-5-j26-1",
        "label": "5",
        "long": "Praterstern - Westbahnhof",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-5-j26-2",
        "label": "5",
        "long": "Praterstern - Westbahnhof",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-5-j26-24",
        "label": "5",
        "long": "Praterstern - Westbahnhof",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-5-j26-3",
        "label": "5",
        "long": "Praterstern - Westbahnhof VCM",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-5-j26-31",
        "label": "5",
        "long": "Praterstern - Westbahnhof",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-5-j26-4",
        "label": "5",
        "long": "Praterstern - Westbahnhof Baustellenfahrplan 06.07. - 12.07.2026",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-5-j26-5",
        "label": "5",
        "long": "Praterstern - Westbahnhof Baustellenfahrplan 13.07. - 21.08.2026",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-52-j26-1",
        "label": "52",
        "long": "Westbahnhof - Baumgarten",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-52-j26-2",
        "label": "52",
        "long": "Westbahnhof - Baumgarten",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-52-j26-24",
        "label": "52",
        "long": "Ring/Volkstheater - Baumgarten",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-52-j26-3",
        "label": "52",
        "long": "Ring/Volkstheater - Baumgarten VCM",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-52-j26-31",
        "label": "52",
        "long": "Ring/Volkstheater - Baumgarten",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-6-j26-1",
        "label": "6",
        "long": "Urban-Loritz-Platz - Geiereckstra\u00dfe",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-6-j26-2",
        "label": "6",
        "long": "Urban-Loritz-Platz - Geiereckstra\u00dfe",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-6-j26-24",
        "label": "6",
        "long": "Urban-Loritz-Platz - Geiereckstra\u00dfe",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-6-j26-3",
        "label": "6",
        "long": "Urban-Loritz-Platz - Geiereckstra\u00dfe",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-6-j26-31",
        "label": "6",
        "long": "Urban-Loritz-Platz - Geiereckstra\u00dfe",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-6-j26-4",
        "label": "6",
        "long": "Urban-Loritz-Platz - Geiereckstra\u00dfe VCM",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-6-j26-5",
        "label": "6",
        "long": "Burggasse, Stadthalle - Geiereckstra\u00dfe ESC - Fahrplan am 16.05.2026",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-60-j26-1",
        "label": "60",
        "long": "Westbahnhof - Rodaun",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-60-j26-2",
        "label": "60",
        "long": "Westbahnhof - Rodaun",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-60-j26-24",
        "label": "60",
        "long": "Westbahnhof - Rodaun",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-60-j26-3",
        "label": "60",
        "long": "Westbahnhof - Rodaun VCM",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-60-j26-31",
        "label": "60",
        "long": "Westbahnhof - Rodaun",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-62-j26-1",
        "label": "62",
        "long": "Oper/Karlsplatz - Lainz, Wolkersbergenstra\u00dfe",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-62-j26-2",
        "label": "62",
        "long": "Oper/Karlsplatz - Lainz, Wolkersbergenstra\u00dfe",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-62-j26-24",
        "label": "62",
        "long": "Oper/Karlsplatz - Lainz, Wolkersbergenstra\u00dfe",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-62-j26-3",
        "label": "62",
        "long": "Stefan-Fadinger-Platz - Lainz, Wolkersbergenstra\u00dfe",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-62-j26-31",
        "label": "62",
        "long": "Oper/Karlsplatz - Lainz, Wolkersbergenstra\u00dfe",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-62-j26-4",
        "label": "62",
        "long": "Quartier Belvedere - Lainz, Wolkersbergenstra\u00dfe Baustellenfahrplan",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-1",
        "label": "71",
        "long": "Schottenring - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-10",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf ESC - Fahrplan am 12.05.2026",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-11",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf ESC - Fahrplan am 14.05.2026",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-12",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf ESC - Fahrplan am 16.05.2026",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-13",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf Festwochen Er\u00f6ffnung",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-14",
        "label": "71",
        "long": "Schottenring - Kaiserebersdorf Baustellenfahrplan von 29.06. - 12.07.2026",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-15",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf \u00d6sterreich Radrundfahrt",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-16",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf Baustellenfahrplan von 13.07. - 21.08.2026",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-17",
        "label": "71",
        "long": "Schottenring - Kaiserebersdorf Baustellenfahrplan von 22.08. - 28.08.2026",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-2",
        "label": "71",
        "long": "Schottenring - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-24",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-3",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-31",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-4",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-5",
        "label": "71",
        "long": "Schottenring - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-6",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-7",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf VCM",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-8",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-71-j26-9",
        "label": "71",
        "long": "Schwarzenbergplatz - Kaiserebersdorf",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-9-j26-1",
        "label": "9",
        "long": "Gersthof, Wallri\u00dfstra\u00dfe - Westbahnhof",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-9-j26-2",
        "label": "9",
        "long": "Gersthof, Wallri\u00dfstra\u00dfe - Westbahnhof VCM",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-9-j26-24",
        "label": "9",
        "long": "Gersthof, Wallri\u00dfstra\u00dfe - Westbahnhof",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-9-j26-3",
        "label": "9",
        "long": "Antonigasse - Westbahnhof",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-9-j26-31",
        "label": "9",
        "long": "Gersthof, Wallri\u00dfstra\u00dfe - Westbahnhof",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-9-j26-4",
        "label": "9",
        "long": "Gersthof, Wallri\u00dfstra\u00dfe - Westbahnhof Baustellenfahrplan 13.07. - 30.08.2026",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-1",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-10",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang Baustellenfahrplan 13.07. - 21.08.2026",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-2",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-24",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-3",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-31",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-4",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang VCM",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-5",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-6",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang ESC - Fahrplan am 12.05.2026",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-7",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang ESC - Fahrplan am 14.05.2026",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-8",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang ESC - Fahrplan am 16.05.2026",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-D-j26-9",
        "label": "D",
        "long": "Absberggasse - Nu\u00dfdorf, Beethovengang Festwochen Er\u00f6ffnung",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-E3-j26-1",
        "label": "E3",
        "long": "Westbahnhof - Breitensee Ersatzverkehr g\u00fcltig vom 12.07. - 30.08.2026",
        "short": "E3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-O-j26-1",
        "label": "O",
        "long": "Raxstra\u00dfe, Rudolfsh\u00fcgelgasse - Bruno-Marek-Allee",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-O-j26-2",
        "label": "O",
        "long": "Raxstra\u00dfe - Bruno-Marek-Allee",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-O-j26-24",
        "label": "O",
        "long": "Raxstra\u00dfe, Rudolfsh\u00fcgelgasse - Bruno-Marek-Allee",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-O-j26-3",
        "label": "O",
        "long": "Raxstra\u00dfe, Rudolfsh\u00fcgelgasse - Praterstern VCM",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "C00808",
        "color_name": "red",
        "has_shape": true,
        "id": "22-O-j26-31",
        "label": "O",
        "long": "Raxstra\u00dfe, Rudolfsh\u00fcgelgasse - Praterstern",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-10A-j26-1",
        "label": "10A",
        "long": "Heiligenstadt - Niederhofstra\u00dfe",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-10A-j26-2",
        "label": "10A",
        "long": "Heiligenstadt - Niederhofstra\u00dfe VCM",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-10A-j26-24",
        "label": "10A",
        "long": "Heiligenstadt - Niederhofstra\u00dfe",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-10A-j26-3",
        "label": "10A",
        "long": "Heiligenstadt - Niederhofstra\u00dfe",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-10A-j26-31",
        "label": "10A",
        "long": "Heiligenstadt - Niederhofstra\u00dfe",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-10A-j26-4",
        "label": "10A",
        "long": "Heiligenstadt - Niederhofstra\u00dfe",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-11A-j26-1",
        "label": "11A",
        "long": "Stadion - Heiligenstadt",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-11A-j26-2",
        "label": "11A",
        "long": "Stadion - Heiligenstadt",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-11A-j26-24",
        "label": "11A",
        "long": "Stadion - Heiligenstadt",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-11A-j26-3",
        "label": "11A",
        "long": "Stadion - Heiligenstadt VCM",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-11A-j26-31",
        "label": "11A",
        "long": "Stadion - Heiligenstadt",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-11A-j26-4",
        "label": "11A",
        "long": "Stadion - Heiligenstadt",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-11A-j26-5",
        "label": "11A",
        "long": "Stadion - Heiligenstadt Donauinselfest 2026",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-12A-j26-1",
        "label": "12A",
        "long": "Schmelz, Gablenzgasse - Eichenstra\u00dfe",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-12A-j26-2",
        "label": "12A",
        "long": "Schmelz, Gablenzgasse - Eichenstra\u00dfe",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-12A-j26-24",
        "label": "12A",
        "long": "Schmelz, Gablenzgasse - Eichenstra\u00dfe",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-12A-j26-3",
        "label": "12A",
        "long": "Schmelz, Gablenzgasse - Eichenstra\u00dfe VCM",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-12A-j26-31",
        "label": "12A",
        "long": "Schmelz, Gablenzgasse - Eichenstra\u00dfe",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-12A-j26-4",
        "label": "12A",
        "long": "Schmelz, Gablenzgasse - Eichenstra\u00dfe Baustellenfahrplan 15.07. - 16.08.2026",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-13A-j26-1",
        "label": "13A",
        "long": "Skodagasse - Hauptbahnhof",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-13A-j26-2",
        "label": "13A",
        "long": "Piaristengasse - Hauptbahnhof",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-13A-j26-24",
        "label": "13A",
        "long": "Piaristengasse - Hauptbahnhof",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-13A-j26-3",
        "label": "13A",
        "long": "Skodagasse - Hauptbahnhof",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-13A-j26-31",
        "label": "13A",
        "long": "Piaristengasse - Hauptbahnhof",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-13A-j26-4",
        "label": "13A",
        "long": "Piaristengasse - Hauptbahnhof VCM",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-13A-j26-5",
        "label": "13A",
        "long": "Skodagasse - Hauptbahnhof",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-13A-j26-90",
        "label": "13A",
        "long": "Piaristengasse - Hauptbahnhof",
        "short": "13A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-14A-j26-1",
        "label": "14A",
        "long": "Neubaugasse - Reumannplatz",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-14A-j26-2",
        "label": "14A",
        "long": "Neubaugasse - Reumannplatz",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-14A-j26-24",
        "label": "14A",
        "long": "Neubaugasse - Reumannplatz",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-14A-j26-3",
        "label": "14A",
        "long": "Neubaugasse - Reumannplatz VCM",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-14A-j26-31",
        "label": "14A",
        "long": "Neubaugasse - Reumannplatz",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-14A-j26-4",
        "label": "14A",
        "long": "Haus des Meeres - Reumannplatz Baustellenfahrplan 07.07. - 14.08.2026",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-15A-j26-1",
        "label": "15A",
        "long": "Meidling - Enkplatz/Grillgasse",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-15A-j26-2",
        "label": "15A",
        "long": "Meidling - Enkplatz/Grillgasse",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-15A-j26-24",
        "label": "15A",
        "long": "Meidling - Enkplatz/Grillgasse",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-15A-j26-31",
        "label": "15A",
        "long": "Meidling - Enkplatz/Grillgasse",
        "short": "15A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-16A-j26-1",
        "label": "16A",
        "long": "Hetzendorf - Alaudagasse",
        "short": "16A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-16A-j26-24",
        "label": "16A",
        "long": "Hetzendorf - Alaudagasse",
        "short": "16A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-16A-j26-31",
        "label": "16A",
        "long": "Hetzendorf - Alaudagasse",
        "short": "16A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-17A-j26-1",
        "label": "17A",
        "long": "Inzerdorf, Birostra\u00dfe - Oberlaa",
        "short": "17A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-17A-j26-24",
        "label": "17A",
        "long": "Inzerdorf, Birostra\u00dfe - Oberlaa",
        "short": "17A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-17A-j26-31",
        "label": "17A",
        "long": "Inzerdorf, Birostra\u00dfe - Oberlaa",
        "short": "17A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-19A-j26-1",
        "label": "19A",
        "long": "Alaudagasse - Alaudagasse",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-19A-j26-2",
        "label": "19A",
        "long": "Alaudagasse - Jura-Soyfer-Gasse",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-1A-j26-1",
        "label": "1A",
        "long": "Stephansplatz - Schottentor",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-1A-j26-2",
        "label": "1A",
        "long": "Stephansplatz - Schottentor",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-1A-j26-24",
        "label": "1A",
        "long": "Stephansplatz - Schottentor",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-1A-j26-3",
        "label": "1A",
        "long": "Stephansplatz - Schottentor",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-20A-j26-1",
        "label": "20A",
        "long": "Kaiserm\u00fchlen-VIC - Neue Donau",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-20A-j26-2",
        "label": "20A",
        "long": "Kaiserm\u00fchlen-VIC - Neue Donau",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-20A-j26-24",
        "label": "20A",
        "long": "Kaiserm\u00fchlen-VIC - Neue Donau",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-20A-j26-31",
        "label": "20A",
        "long": "Kaiserm\u00fchlen-VIC - Neue Donau",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-20A-j26-4",
        "label": "20A",
        "long": "Kaiserm\u00fchlen-VIC - Neue Donau",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-20B-j26-1",
        "label": "20B",
        "long": "Alte Donau - Neue Donau",
        "short": "20B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-22A-j26-1",
        "label": "22A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-22A-j26-2",
        "label": "22A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-22A-j26-24",
        "label": "22A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-22A-j26-31",
        "label": "22A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-22A-j26-90",
        "label": "22A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-24A-j26-1",
        "label": "24A",
        "long": "Kagraner Platz - Neue\u00dfling",
        "short": "24A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-24A-j26-24",
        "label": "24A",
        "long": "Kagraner Platz - Neue\u00dfling",
        "short": "24A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-24A-j26-31",
        "label": "24A",
        "long": "Kagraner Platz - Neue\u00dfling",
        "short": "24A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-24A-j26-90",
        "label": "24A",
        "long": "Kagraner Platz - Neue\u00dfling",
        "short": "24A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-25A-j26-1",
        "label": "25A",
        "long": "Rennbahnweg - S\u00fc\u00dfenbrunner Platz",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-25A-j26-2",
        "label": "25A",
        "long": "Rennbahnweg - S\u00fc\u00dfenbrunner Platz",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-25A-j26-24",
        "label": "25A",
        "long": "Rennbahnweg - S\u00fc\u00dfenbrunner Platz",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-25A-j26-31",
        "label": "25A",
        "long": "Rennbahnweg - S\u00fc\u00dfenbrunner Platz",
        "short": "25A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-26A-j26-1",
        "label": "26A",
        "long": "Kagran - Gro\u00df-Enzersdorf Busbahnhof",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-26A-j26-2",
        "label": "26A",
        "long": "Kagran - Gro\u00df-Enzersdorf Busbahnhof",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-26A-j26-24",
        "label": "26A",
        "long": "Kagran - Gro\u00df-Enzersdorf Busbahnhof",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-26A-j26-3",
        "label": "26A",
        "long": "Kagran - Gro\u00df-Enzersdorf Busbahnhof Donauinselfest 2026",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-26A-j26-31",
        "label": "26A",
        "long": "Kagran - Gro\u00df-Enzersdorf Busbahnhof",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-26A-j26-4",
        "label": "26A",
        "long": "Kagran - Gro\u00df-Enzersdorf Busbahnhof \u00d6sterreich Radrundfahrt",
        "short": "26A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-27A-j26-1",
        "label": "27A",
        "long": "Kagran - Hermann-Gebauer-Stra\u00dfe",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-27A-j26-24",
        "label": "27A",
        "long": "Kagran - Hermann-Gebauer-Stra\u00dfe",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-27A-j26-31",
        "label": "27A",
        "long": "Kagran - Hermann-Gebauer-Stra\u00dfe",
        "short": "27A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-27B-j26-1",
        "label": "27B",
        "long": "Kagran - Satzingerweg",
        "short": "27B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-27B-j26-24",
        "label": "27B",
        "long": "Kagran - Satzingerweg",
        "short": "27B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-27B-j26-31",
        "label": "27B",
        "long": "Kagran - Satzingerweg",
        "short": "27B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-28A-j26-1",
        "label": "28A",
        "long": "Eipeldauer Stra\u00dfe - Breitenlee Schule",
        "short": "28A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-28A-j26-2",
        "label": "28A",
        "long": "Leopoldauer Platz  - Breitenlee Schule",
        "short": "28A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-28A-j26-24",
        "label": "28A",
        "long": "Floridsdorf - Aderklaaer Stra\u00dfe",
        "short": "28A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-28A-j26-31",
        "label": "28A",
        "long": "Floridsdorf - Aderklaaer Stra\u00dfe",
        "short": "28A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-29A-j26-1",
        "label": "29A",
        "long": "Floridsdorf - Gro\u00dffeldsiedlung",
        "short": "29A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-29A-j26-2",
        "label": "29A",
        "long": "Floridsdorf - Gro\u00dffeldsiedlung Donauinselfest 2026",
        "short": "29A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-29A-j26-24",
        "label": "29A",
        "long": "Floridsdorf - Gro\u00dffeldsiedlung",
        "short": "29A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-29A-j26-31",
        "label": "29A",
        "long": "Floridsdorf - Gro\u00dffeldsiedlung",
        "short": "29A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-29B-j26-1",
        "label": "29B",
        "long": "Floridsdorf - Gro\u00dffeldsiedlung",
        "short": "29B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-29B-j26-2",
        "label": "29B",
        "long": "Floridsdorf - Gro\u00dffeldsiedlung Donauinselfest 2026",
        "short": "29B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-29B-j26-24",
        "label": "29B",
        "long": "Floridsdorf - Gro\u00dffeldsiedlung",
        "short": "29B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-29B-j26-31",
        "label": "29B",
        "long": "Floridsdorf - Gro\u00dffeldsiedlung",
        "short": "29B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-2A-j26-1",
        "label": "2A",
        "long": "Schwedenplatz - Schwarzenbergplatz",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-2A-j26-2",
        "label": "2A",
        "long": "Schwedenplatz - Schwarzenbergplatz",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-2A-j26-24",
        "label": "2A",
        "long": "Schwedenplatz - Schwarzenbergplatz",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-2A-j26-3",
        "label": "2A",
        "long": "Schwedenplatz - Schwarzenbergplatz",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-2A-j26-90",
        "label": "2A",
        "long": "Schwedenplatz - Schwarzenbergplatz",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-30A-j26-1",
        "label": "30A",
        "long": "Neu Leopoldau - Freiheitsplatz",
        "short": "30A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-30A-j26-2",
        "label": "30A",
        "long": "Neu Leopoldau - Freiheitsplatz",
        "short": "30A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-30A-j26-24",
        "label": "30A",
        "long": "Neu Leopoldau - Freiheitsplatz",
        "short": "30A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-30A-j26-31",
        "label": "30A",
        "long": "Neu Leopoldau - Freiheitsplatz",
        "short": "30A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-31A-j26-1",
        "label": "31A",
        "long": "Kagraner Platz - Jochbergengasse",
        "short": "31A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-31A-j26-2",
        "label": "31A",
        "long": "Kagraner Platz - Jochbergengasse",
        "short": "31A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-31A-j26-24",
        "label": "31A",
        "long": "Kagraner Platz - Jochbergengasse",
        "short": "31A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-31A-j26-31",
        "label": "31A",
        "long": "Kagraner Platz - Jochbergengasse",
        "short": "31A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-32A-j26-1",
        "label": "32A",
        "long": "Leopoldau - Strebersdorf",
        "short": "32A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-32A-j26-2",
        "label": "32A",
        "long": "Leopoldau - Strebersdorf",
        "short": "32A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-32A-j26-24",
        "label": "32A",
        "long": "Leopoldau - Strebersdorf",
        "short": "32A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-32A-j26-31",
        "label": "32A",
        "long": "Leopoldau - Strebersdorf",
        "short": "32A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-33A-j26-1",
        "label": "33A",
        "long": "M\u00fchlsch\u00fcttel - Floridsdorf",
        "short": "33A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-33A-j26-24",
        "label": "33A",
        "long": "Floridsdorf - M\u00fchlsch\u00fcttel",
        "short": "33A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-33A-j26-31",
        "label": "33A",
        "long": "Floridsdorf - M\u00fchlsch\u00fcttel",
        "short": "33A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-34A-j26-1",
        "label": "34A",
        "long": "Floridsdorf - Schwarzlackenau (-Strebersdorf)",
        "short": "34A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-34A-j26-24",
        "label": "34A",
        "long": "Floridsdorf - Schwarzlackenau (-Strebersdorf)",
        "short": "34A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-34A-j26-31",
        "label": "34A",
        "long": "Floridsdorf - Schwarzlackenau (-Strebersdorf)",
        "short": "34A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-35A-j26-1",
        "label": "35A",
        "long": "Spittelau - Salmannsdorf",
        "short": "35A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-35A-j26-24",
        "label": "35A",
        "long": "Spitellau - Salmannsdorf Kirtag",
        "short": "35A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-35A-j26-31",
        "label": "35A",
        "long": "Spitellau - Salmannsdorf Kirtag",
        "short": "35A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-36A-j26-1",
        "label": "36A",
        "long": "Jedlesee, Bellgasse - Carabelligasse",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-36A-j26-2",
        "label": "36A",
        "long": "Jedlesee, Bellgasse - Carabelligasse",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-36A-j26-24",
        "label": "36A",
        "long": "Jedlesee, Bellgasse - Carabelligasse",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-36A-j26-31",
        "label": "36A",
        "long": "Jedlesee, Bellgasse - Carabelligasse",
        "short": "36A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-36B-j26-1",
        "label": "36B",
        "long": "Jedlesee, Bellgasse - Leopoldau",
        "short": "36B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-36B-j26-2",
        "label": "36B",
        "long": "Jedlesee, Bellgasse - Leopoldau",
        "short": "36B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-36B-j26-24",
        "label": "36B",
        "long": "Jedlesee, Bellgasse - Leopoldau",
        "short": "36B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-36B-j26-31",
        "label": "36B",
        "long": "Jedlesee, Bellgasse - Leopoldau",
        "short": "36B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-37A-j26-1",
        "label": "37A",
        "long": "Brigittenauer Br\u00fccke - D\u00e4nenstra\u00dfe",
        "short": "37A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-37A-j26-24",
        "label": "37A",
        "long": "Engerthstra\u00dfe/Traisengasse - Nu\u00dfdorfer Stra\u00dfe",
        "short": "37A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-37A-j26-31",
        "label": "37A",
        "long": "Engerthstra\u00dfe/Traisengasse - Nu\u00dfdorfer Stra\u00dfe",
        "short": "37A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-37A-j26-90",
        "label": "37A",
        "long": "Brigittenauer Br\u00fccke - D\u00e4nenstra\u00dfe",
        "short": "37A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-38A-j26-1",
        "label": "38A",
        "long": "Heiligenstadt - Kahlenberg (-Leopoldsberg)",
        "short": "38A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-38A-j26-24",
        "label": "38A",
        "long": "Heiligenstadt - Kahlenberg (-Leopoldsberg)",
        "short": "38A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-38A-j26-3",
        "label": "38A",
        "long": "Heiligenstadt - Kahlenberg (-Leopoldsberg)",
        "short": "38A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-38A-j26-31",
        "label": "38A",
        "long": "Heiligenstadt - Kahlenberg (-Leopoldsberg)",
        "short": "38A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-38A-j26-4",
        "label": "38A",
        "long": "Heiligenstadt - Kahlenberg (-Leopoldsberg)",
        "short": "38A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-38B-j26-1",
        "label": "38B",
        "long": "Nu\u00dfdorf, Beethovengang - Nu\u00dfdorf Friedhof - Heiligenst\u00e4dter Friedhof Allerheiligenverkehr",
        "short": "38B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-38B-j26-24",
        "label": "38B",
        "long": "Nu\u00dfdorf, Beethovengang - Nu\u00dfdorf Friedhof - Heiligenst\u00e4dter Friedhof",
        "short": "38B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-39A-j26-1",
        "label": "39A",
        "long": "Heiligenstadt - Sievering",
        "short": "39A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-39A-j26-24",
        "label": "39A",
        "long": "Heiligenstadt - Sievering",
        "short": "39A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-39A-j26-31",
        "label": "39A",
        "long": "Heiligenstadt - Sievering",
        "short": "39A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-39B-j26-1",
        "label": "39B",
        "long": "Karth\u00e4userstra\u00dfe - Sieveringer Friedhof Allerheiligenverkehr",
        "short": "39B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": false,
        "id": "23-39B-j26-24",
        "label": "39B",
        "long": "Karth\u00e4userstra\u00dfe - Sieveringer Friedhof",
        "short": "39B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-3A-j26-1",
        "label": "3A",
        "long": "Schottenring - Stubentor",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-3A-j26-2",
        "label": "3A",
        "long": "Schottenring - Stubentor",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-3A-j26-24",
        "label": "3A",
        "long": "Schottenring - Stubentor",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-3A-j26-3",
        "label": "3A",
        "long": "Schottenring - Stubentor",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-40A-j26-1",
        "label": "40A",
        "long": "Schottentor - D\u00f6blinger Friedhof",
        "short": "40A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-40A-j26-2",
        "label": "40A",
        "long": "Schottentor - D\u00f6blinger Friedhof VCM",
        "short": "40A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-40A-j26-24",
        "label": "40A",
        "long": "Schottentor - D\u00f6blinger Friedhof",
        "short": "40A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-40A-j26-3",
        "label": "40A",
        "long": "Schottentor - D\u00f6blinger Friedhof Baustellenfahrplan 13.07. - 21.08.2026",
        "short": "40A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-40A-j26-31",
        "label": "40A",
        "long": "Schottentor - D\u00f6blinger Friedhof",
        "short": "40A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-41A-j26-1",
        "label": "41A",
        "long": "P\u00f6tzleinsdorf - Neustifter Friedhof 3.Tor",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-41A-j26-24",
        "label": "41A",
        "long": "P\u00f6tzleinsdorf - Neustifter Friedhof 3.Tor",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-41A-j26-31",
        "label": "41A",
        "long": "P\u00f6tzleinsdorf - Neustifter Friedhof 3.Tor",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-41E-j26-2",
        "label": "41E",
        "long": "W\u00e4hringer Str.-Volksoper - Gersthof Schienenersatzverkehr g\u00fcltig von 04.05. bis 26.06.2026",
        "short": "41E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-42A-j26-1",
        "label": "42A",
        "long": "Hernals - Schafbergh\u00f6he",
        "short": "42A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-42A-j26-2",
        "label": "42A",
        "long": "Hernals - Schafbergh\u00f6he",
        "short": "42A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-42A-j26-24",
        "label": "42A",
        "long": "Hernals - Schafbergh\u00f6he",
        "short": "42A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-42A-j26-3",
        "label": "42A",
        "long": "Hernals - Schafbergh\u00f6he",
        "short": "42A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-42A-j26-31",
        "label": "42A",
        "long": "Hernals - Schafbergh\u00f6he",
        "short": "42A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43A-j26-1",
        "label": "43A",
        "long": "Neuwaldegg - Cobenzl Parkplatz",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43A-j26-2",
        "label": "43A",
        "long": "Dornbach - Cobenzl Parkplatz Baustellenfahrplan 20.04. - 27.07.2026",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43A-j26-24",
        "label": "43A",
        "long": "Neuwaldegg - Cobenzl Parkplatz",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43A-j26-3",
        "label": "43A",
        "long": "Neuwaldegg - Cobenzl Parkplatz Sommerfahrplan",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43A-j26-31",
        "label": "43A",
        "long": "Neuwaldegg - Cobenzl Parkplatz",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43A-j26-4",
        "label": "43A",
        "long": "Neuwaldegg - Cobenzl Parkplatz Sommerfahrplan",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43A-j26-5",
        "label": "43A",
        "long": "Hernals, Wattgasse - Cobenzl Parkplatz Baustellenfahrplan 28.07. - 28.08.2026",
        "short": "43A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43B-j26-1",
        "label": "43B",
        "long": "H\u00fctteldorf - Neustift, Agnesgasse",
        "short": "43B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43B-j26-2",
        "label": "43B",
        "long": "H\u00fctteldorf - Neustift, Agnesgasse",
        "short": "43B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43B-j26-24",
        "label": "43B",
        "long": "H\u00fctteldorf - Neustift, Agnesgasse",
        "short": "43B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-43B-j26-31",
        "label": "43B",
        "long": "H\u00fctteldorf - Neustift, Agnesgasse",
        "short": "43B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-44A-j26-1",
        "label": "44A",
        "long": "Hernals - Mitterberg",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-44A-j26-24",
        "label": "44A",
        "long": "Hernals - Mitterberg",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-44A-j26-31",
        "label": "44A",
        "long": "Hernals - Mitterberg",
        "short": "44A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-45A-j26-1",
        "label": "45A",
        "long": "Ottakring - Liebhartstal",
        "short": "45A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-45A-j26-24",
        "label": "45A",
        "long": "Ottakring - Liebhartstal",
        "short": "45A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-45A-j26-31",
        "label": "45A",
        "long": "Ottakring - Liebhartstal",
        "short": "45A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-46A-j26-1",
        "label": "46A",
        "long": "Ottakring - Wilhelminenberg",
        "short": "46A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-46A-j26-24",
        "label": "46A",
        "long": "Ottakring - Wilhelminenberg",
        "short": "46A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-46A-j26-31",
        "label": "46A",
        "long": "Ottakring - Wilhelminenberg",
        "short": "46A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-46B-j26-1",
        "label": "46B",
        "long": "Ottakring - Wilhelminenberg",
        "short": "46B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-46B-j26-24",
        "label": "46B",
        "long": "Ottakring - Wilhelminenberg",
        "short": "46B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-46B-j26-31",
        "label": "46B",
        "long": "Ottakring - Ottakringer Bad - Wilhelminenberg",
        "short": "46B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-47A-j26-1",
        "label": "47A",
        "long": "Unter St. Veit - Klinik Penzing",
        "short": "47A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-47A-j26-2",
        "label": "47A",
        "long": "Unter St. Veit - Klinik Penzing",
        "short": "47A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-47A-j26-24",
        "label": "47A",
        "long": "Unter St. Veit - Baumgartner H\u00f6he",
        "short": "47A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-47A-j26-31",
        "label": "47A",
        "long": "Unter St. Veit - Baumgartner H\u00f6he",
        "short": "47A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-47B-j26-1",
        "label": "47B",
        "long": "H\u00fctteldorf - H\u00fcttelberg",
        "short": "47B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-47B-j26-2",
        "label": "47B",
        "long": "H\u00fctteldorf - H\u00fcttelberg",
        "short": "47B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-47B-j26-24",
        "label": "47B",
        "long": "H\u00fctteldorf - H\u00fcttelberg",
        "short": "47B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-47B-j26-31",
        "label": "47B",
        "long": "H\u00fctteldorf - H\u00fcttelberg",
        "short": "47B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-48A-j26-1",
        "label": "48A",
        "long": "Ring/Volkstheater - Klinik Penzing",
        "short": "48A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-48A-j26-2",
        "label": "48A",
        "long": "Ring/Volkstheater - Klinik Penzing",
        "short": "48A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-48A-j26-24",
        "label": "48A",
        "long": "Ring/Volkstheater - Baumgartner H\u00f6he",
        "short": "48A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-48A-j26-3",
        "label": "48A",
        "long": "Ring/Volkstheater - Baumgartner H\u00f6he",
        "short": "48A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-48A-j26-31",
        "label": "48A",
        "long": "Ring/Volkstheater - Baumgartner H\u00f6he",
        "short": "48A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-48A-j26-4",
        "label": "48A",
        "long": "Ring/Volkstheater - Baumgartner H\u00f6he VCM",
        "short": "48A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-49A-j26-1",
        "label": "49A",
        "long": "Wolfersberg, Sch\u00f6ffelplatz - H\u00fctteldorf",
        "short": "49A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-49A-j26-2",
        "label": "49A",
        "long": "H\u00fctteldorf - Wolfersberg, Sch\u00f6ffelplatz Baustellenfahrplan g\u00fcltig von 20.04. bis vrsl. August 2026",
        "short": "49A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-49A-j26-24",
        "label": "49A",
        "long": "Wolfersberg, Sch\u00f6ffelplatz - H\u00fctteldorf",
        "short": "49A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-49A-j26-31",
        "label": "49A",
        "long": "Wolfersberg, Sch\u00f6ffelplatz - H\u00fctteldorf",
        "short": "49A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-4A-j26-1",
        "label": "4A",
        "long": "Karlsplatz - Wittelsbachstra\u00dfe",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-4A-j26-2",
        "label": "4A",
        "long": "Karlsplatz - Wittelsbachstra\u00dfe",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-4A-j26-24",
        "label": "4A",
        "long": "Karlsplatz - Wittelsbachstra\u00dfe",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-4A-j26-3",
        "label": "4A",
        "long": "Karlsplatz - Wittelsbachstra\u00dfe VCM",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-4A-j26-31",
        "label": "4A",
        "long": "Karlsplatz - Wittelsbachstra\u00dfe",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-50A-j26-1",
        "label": "50A",
        "long": "H\u00fctteldorf - Auhof",
        "short": "50A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-50A-j26-2",
        "label": "50A",
        "long": "H\u00fctteldorf - Auhof Baustellenfahrplan g\u00fcltig von 20.04. bis vrsl. August 2026",
        "short": "50A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-50A-j26-24",
        "label": "50A",
        "long": "H\u00fctteldorf - Auhof",
        "short": "50A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-50A-j26-31",
        "label": "50A",
        "long": "H\u00fctteldorf - Auhof",
        "short": "50A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-50B-j26-1",
        "label": "50B",
        "long": "H\u00fctteldorf - Auhof",
        "short": "50B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-50B-j26-2",
        "label": "50B",
        "long": "H\u00fctteldorf - Auhof Baustellenfahrplan g\u00fcltig von 20.04. bis vrsl. August 2026",
        "short": "50B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-50B-j26-24",
        "label": "50B",
        "long": "H\u00fctteldorf - Auhof",
        "short": "50B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-50B-j26-31",
        "label": "50B",
        "long": "H\u00fctteldorf - Auhof",
        "short": "50B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-51A-j26-1",
        "label": "51A",
        "long": "Hietzing - Ottakringer Bad",
        "short": "51A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-51A-j26-2",
        "label": "51A",
        "long": "Hietzing - Ottakringer Bad",
        "short": "51A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-51A-j26-24",
        "label": "51A",
        "long": "Hietzing - Ottakringer Bad",
        "short": "51A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-51A-j26-31",
        "label": "51A",
        "long": "Hietzing - Ottakringer Bad",
        "short": "51A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-51B-j26-2",
        "label": "51B",
        "long": "Hietzing - Hanusch-Krankenhaus",
        "short": "51B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-52A-j26-1",
        "label": "52A",
        "long": "H\u00fctteldorf - J\u00e4gerwaldsiedlung",
        "short": "52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-52A-j26-24",
        "label": "52A",
        "long": "H\u00fctteldorf - J\u00e4gerwaldsiedlung",
        "short": "52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-52A-j26-31",
        "label": "52A",
        "long": "H\u00fctteldorf - J\u00e4gerwaldsiedlung",
        "short": "52A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-52B-j26-1",
        "label": "52B",
        "long": "H\u00fctteldorf - Siedlung Kordon ( -Feuerwache Am Steinhof)",
        "short": "52B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-52B-j26-24",
        "label": "52B",
        "long": "H\u00fctteldorf - Siedlung Kordon ( -Feuerwache Am Steinhof)",
        "short": "52B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-52B-j26-31",
        "label": "52B",
        "long": "H\u00fctteldorf - Siedlung Kordon ( -Feuerwache Am Steinhof)",
        "short": "52B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-53A-j26-1",
        "label": "53A",
        "long": "H\u00fctteldorf - Stock im Weg",
        "short": "53A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-53A-j26-24",
        "label": "53A",
        "long": "Unter St. Veit, Verbindungsbahn - H\u00fctteldorf",
        "short": "53A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-53A-j26-31",
        "label": "53A",
        "long": "Unter St. Veit, Verbindungsbahn - H\u00fctteldorf",
        "short": "53A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-54A-j26-1",
        "label": "54A",
        "long": "Ober St. Veit - H\u00f6rndlwald",
        "short": "54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-54A-j26-24",
        "label": "54A",
        "long": "Ober St. Veit - Stock im Weg",
        "short": "54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-54A-j26-31",
        "label": "54A",
        "long": "Ober St. Veit - Stock im Weg",
        "short": "54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-54B-j26-1",
        "label": "54B",
        "long": "Ober St. Veit - St. Veiter Tor",
        "short": "54B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-54B-j26-24",
        "label": "54B",
        "long": "Ober St. Veit - Stock im Weg",
        "short": "54B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-54B-j26-31",
        "label": "54B",
        "long": "Ober St. Veit - Stock im Weg",
        "short": "54B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56A-j26-1",
        "label": "56A",
        "long": "Hietzing - Atzgersdorf",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56A-j26-2",
        "label": "56A",
        "long": "Hietzing - Atzgersdorf Baustellenfahrplan g\u00fcltig von 07.04. bis vsl. Ende Dezember 2026",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56A-j26-24",
        "label": "56A",
        "long": "Hietzing - Atzgersdorf",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56A-j26-31",
        "label": "56A",
        "long": "Hietzing - Atzgersdorf",
        "short": "56A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56B-j26-1",
        "label": "56B",
        "long": "Hietzing - Lainzer Tor",
        "short": "56B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56B-j26-2",
        "label": "56B",
        "long": "Hietzing - Lainzer Tor Baustellenfahrplan g\u00fcltig von 07.04. bis vsl. Ende Dezember 2026",
        "short": "56B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56B-j26-24",
        "label": "56B",
        "long": "Hietzing - Lainzer Tor",
        "short": "56B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56B-j26-3",
        "label": "56B",
        "long": "Hietzing - Lainzer Tor Fr\u00fchlingsfest Lainzer Tiergarten",
        "short": "56B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-56B-j26-31",
        "label": "56B",
        "long": "Hietzing - Lainzer Tor",
        "short": "56B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-57A-j26-1",
        "label": "57A",
        "long": "Burgring - Ansch\u00fctzgasse",
        "short": "57A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-57A-j26-2",
        "label": "57A",
        "long": "Burgring - Ansch\u00fctzgasse VCM",
        "short": "57A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-57A-j26-24",
        "label": "57A",
        "long": "Burgring - Ansch\u00fctzgasse",
        "short": "57A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-57A-j26-3",
        "label": "57A",
        "long": "Pilgramgasse - Ansch\u00fctzgasse Baustellenfahrplan 07.07. - 14.08.2026",
        "short": "57A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-57A-j26-31",
        "label": "57A",
        "long": "Burgring - Ansch\u00fctzgasse",
        "short": "57A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-58A-j26-1",
        "label": "58A",
        "long": "Hietzing - Atzgersdorf",
        "short": "58A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-58A-j26-2",
        "label": "58A",
        "long": "Hietzing - Atzgersdorf Baustellenfahrplan g\u00fcltig von 07.04. bis vsl. Ende Dezember 2026",
        "short": "58A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-58A-j26-24",
        "label": "58A",
        "long": "Hietzing - Atzgersdorf",
        "short": "58A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-58A-j26-31",
        "label": "58A",
        "long": "Hietzing - Atzgersdorf",
        "short": "58A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-58B-j26-1",
        "label": "58B",
        "long": "Hietzing - Atzgersdorf",
        "short": "58B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-58B-j26-2",
        "label": "58B",
        "long": "Hietzing - Atzgersdorf Baustellenfahrplan g\u00fcltig von 07.04. bis vsl. Ende Dezember 2026",
        "short": "58B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-58B-j26-24",
        "label": "58B",
        "long": "Hietzing - Atzgersdorf",
        "short": "58B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-58B-j26-31",
        "label": "58B",
        "long": "Hietzing - Atzgersdorf",
        "short": "58B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-59A-j26-1",
        "label": "59A",
        "long": "Oper/Karlsplatz - Bhf. Meidling",
        "short": "59A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-59A-j26-2",
        "label": "59A",
        "long": "Oper/Karlsplatz - Bhf. Meidling VCM",
        "short": "59A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-59A-j26-24",
        "label": "59A",
        "long": "Oper/Karlsplatz - Bhf. Meidling",
        "short": "59A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-59A-j26-31",
        "label": "59A",
        "long": "Oper/Karlsplatz - Bhf. Meidling",
        "short": "59A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-5A-j26-1",
        "label": "5A",
        "long": "Nestroyplatz - Griegstra\u00dfe",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-5A-j26-24",
        "label": "5A",
        "long": "Nestroyplatz - Griegstra\u00dfe",
        "short": "5A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-5B-j26-1",
        "label": "5B",
        "long": "Heiligenstadt - Praterstern",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-5B-j26-24",
        "label": "5B",
        "long": "Praterstern - Heiligenstadt",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-5B-j26-31",
        "label": "5B",
        "long": "Praterstern - Heiligenstadt",
        "short": "5B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-60A-j26-1",
        "label": "60A",
        "long": "Alterlaa - Liesing",
        "short": "60A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-60A-j26-24",
        "label": "60A",
        "long": "Alterlaa - Liesing",
        "short": "60A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-60A-j26-31",
        "label": "60A",
        "long": "Alterlaa - Liesing",
        "short": "60A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-61A-j26-1",
        "label": "61A",
        "long": "Liesing - V\u00f6sendorf-Siebenhirten",
        "short": "61A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-61A-j26-24",
        "label": "61A",
        "long": "Liesing-V\u00f6sendorf - Siebenhirten",
        "short": "61A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-61A-j26-31",
        "label": "61A",
        "long": "Liesing-V\u00f6sendorf - Siebenhirten",
        "short": "61A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-61B-j26-1",
        "label": "61B",
        "long": "Liesing - V\u00f6sendorf-Siebenhirten",
        "short": "61B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-61B-j26-24",
        "label": "61B",
        "long": "Liesing - V\u00f6sendorfer-Siebenhirten Baustellenfahrplan g\u00fcltig vom 22.08. bis 01.11.2023",
        "short": "61B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-61B-j26-31",
        "label": "61B",
        "long": "Liesing - V\u00f6sendorfer-Siebenhirten Baustellenfahrplan g\u00fcltig vom 22.08. bis 01.11.2023",
        "short": "61B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-62A-j26-1",
        "label": "62A",
        "long": "Meidling, Eichenstr. - Liesing",
        "short": "62A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-62A-j26-24",
        "label": "62A",
        "long": "Meidling, Eichenstr. - Liesing",
        "short": "62A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-62A-j26-31",
        "label": "62A",
        "long": "Meidling, Eichenstr. - Liesing",
        "short": "62A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-63A-j26-1",
        "label": "63A",
        "long": "Gesundheitszentrum S\u00fcd - Am Rosenh\u00fcgel",
        "short": "63A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-63A-j26-2",
        "label": "63A",
        "long": "Gesundheitszentrum S\u00fcd - Am Rosenh\u00fcgel",
        "short": "63A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-63A-j26-24",
        "label": "63A",
        "long": "Gesundheitszentrum S\u00fcd - Emil-Behring-Weg Baustellenfahrplan",
        "short": "63A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-63A-j26-31",
        "label": "63A",
        "long": "Gesundheitszentrum S\u00fcd - Emil-Behring-Weg Baustellenfahrplan",
        "short": "63A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-64A-j26-1",
        "label": "64A",
        "long": "Atzgersdorf, Ziedlergasse - Liesing",
        "short": "64A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-64A-j26-24",
        "label": "64A",
        "long": "Atzgersdorf, Ziedlergasse - Liesing",
        "short": "64A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-64A-j26-31",
        "label": "64A",
        "long": "Atzgersdorf, Ziedlergasse - Liesing",
        "short": "64A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-64B-j26-1",
        "label": "64B",
        "long": "Hetzendorf - Alterlaa",
        "short": "64B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-65A-j26-1",
        "label": "65A",
        "long": "Reumannplatz - Wienerberg City",
        "short": "65A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-65A-j26-24",
        "label": "65A",
        "long": "Reumannplatz - Wienerberg City",
        "short": "65A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-65A-j26-31",
        "label": "65A",
        "long": "Reumannplatz - Wienerberg City",
        "short": "65A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-66A-j26-1",
        "label": "66A",
        "long": "Reumannplatz - Liesing",
        "short": "66A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-66A-j26-2",
        "label": "66A",
        "long": "Reumannplatz - Liesing",
        "short": "66A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-66A-j26-24",
        "label": "66A",
        "long": "Reumannplatz - Liesing",
        "short": "66A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-66A-j26-31",
        "label": "66A",
        "long": "Reumannplatz - Liesing",
        "short": "66A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-67A-j26-1",
        "label": "67A",
        "long": "Alaudagasse - Inzersdorf,Slamastra\u00dfe",
        "short": "67A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-67A-j26-24",
        "label": "67A",
        "long": "Alaudagasse - Inzersdorf, Slamastra\u00dfe",
        "short": "67A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-67A-j26-31",
        "label": "67A",
        "long": "Alaudagasse - Inzersdorf, Slamastra\u00dfe",
        "short": "67A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-67B-j26-1",
        "label": "67B",
        "long": "Alaudagasse - Alterlaa",
        "short": "67B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-67B-j26-24",
        "label": "67B",
        "long": "Alaudagasse - Alterlaa",
        "short": "67B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-67B-j26-31",
        "label": "67B",
        "long": "Alaudagasse - Alterlaa",
        "short": "67B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-68A-j26-1",
        "label": "68A",
        "long": "Reumannplatz - Kurpark Nordosteingang",
        "short": "68A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-68A-j26-24",
        "label": "68A",
        "long": "Reumannplatz - Kurpark Nordosteingang",
        "short": "68A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-68A-j26-31",
        "label": "68A",
        "long": "Reumannplatz - Kurpark Nordosteingang",
        "short": "68A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-68B-j26-1",
        "label": "68B",
        "long": "Reumannplatz - Oberlaa",
        "short": "68B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-68B-j26-24",
        "label": "68B",
        "long": "Reumannplatz - Oberlaa",
        "short": "68B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-68B-j26-31",
        "label": "68B",
        "long": "Reumannplatz - Oberlaa",
        "short": "68B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-69A-j26-1",
        "label": "69A",
        "long": "Hauptbahnhof - Simmering",
        "short": "69A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-69A-j26-24",
        "label": "69A",
        "long": "Hauptbahnhof - Simmering",
        "short": "69A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-69A-j26-31",
        "label": "69A",
        "long": "Hauptbahnhof - Simmering",
        "short": "69A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-70A-j26-1",
        "label": "70A",
        "long": "Oberlaa - Kledering Bahnhof",
        "short": "70A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-70A-j26-24",
        "label": "70A",
        "long": "Oberlaa - Kledering Bahnhof",
        "short": "70A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-70A-j26-31",
        "label": "70A",
        "long": "Oberlaa - Kledering Bahnhof",
        "short": "70A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-71A-j26-1",
        "label": "71A",
        "long": "Zentralfriedhof 3.Tor - Schwechat Bahnhof",
        "short": "71A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-71A-j26-24",
        "label": "71A",
        "long": "Zentralfriedhof 3.Tor - Schwechat Bahnhof",
        "short": "71A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-71A-j26-31",
        "label": "71A",
        "long": "Zentralfriedhof 3.Tor - Schwechat Bahnhof",
        "short": "71A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-71B-j26-1",
        "label": "71B",
        "long": "Zentralfriedhof 3. Tor - Kaiserebersdorf",
        "short": "71B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-71E-j26-2",
        "label": "71E",
        "long": "Simmering - Kaiserebersdorf, Zinnergasse Schienenersatzverkehr g\u00fcltig von 03.03. bis 26.06.2026",
        "short": "71E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-71E-j26-3",
        "label": "71E",
        "long": "Zentralfriedhof 3.Tor - Schwechat Bahnhof",
        "short": "71E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-72A-j26-1",
        "label": "72A",
        "long": "Gasometer - Hasenleiten",
        "short": "72A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-72A-j26-24",
        "label": "72A",
        "long": "Gasometer - Hasenleiten",
        "short": "72A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-72A-j26-31",
        "label": "72A",
        "long": "Gasometer - Hasenleiten",
        "short": "72A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-73A-j26-1",
        "label": "73A",
        "long": "Simmering - Landwehrstra\u00dfe",
        "short": "73A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-73A-j26-2",
        "label": "73A",
        "long": "Simmering - Landwehrstra\u00dfe",
        "short": "73A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-73A-j26-24",
        "label": "73A",
        "long": "Simmering - Landwehrstra\u00dfe",
        "short": "73A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-73A-j26-31",
        "label": "73A",
        "long": "Simmering - Landwehrstra\u00dfe",
        "short": "73A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-73B-j26-1",
        "label": "73B",
        "long": "Zentralfriedhof 3.Tor - Kaiserebersdorf",
        "short": "73B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-73B-j26-2",
        "label": "73B",
        "long": "Zentralfriedhof 3.Tor - Kaiserebersdorf",
        "short": "73B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-73B-j26-24",
        "label": "73B",
        "long": "Zentralfriedhof 3.Tor - Kaiserebersdorf",
        "short": "73B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-73B-j26-31",
        "label": "73B",
        "long": "Zentralfriedhof 3.Tor - Kaiserebersdorf",
        "short": "73B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-74A-j26-1",
        "label": "74A",
        "long": "Stubentor - St. Marx/Leberstra\u00dfe",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-74A-j26-2",
        "label": "74A",
        "long": "Stubentor - St. Marx/Leberstra\u00dfe VCM",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-74A-j26-24",
        "label": "74A",
        "long": "Stubentor - St. Marx/Leberstra\u00dfe",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-74A-j26-3",
        "label": "74A",
        "long": "Stubentor - St. Marx/Leberstra\u00dfe",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-74A-j26-31",
        "label": "74A",
        "long": "Stubentor - St. Marx/Leberstra\u00dfe",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-74A-j26-4",
        "label": "74A",
        "long": "Stubentor - St. Marx/Leberstra\u00dfe",
        "short": "74A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76A-j26-1",
        "label": "76A",
        "long": "Enkplatz/Grillgasse - Alberner Hafen",
        "short": "76A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76A-j26-2",
        "label": "76A",
        "long": "Enkplatz/Grillgasse - Alberner Hafen",
        "short": "76A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76A-j26-24",
        "label": "76A",
        "long": "Enkplatz/Grillgasse - Alberner Hafen",
        "short": "76A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76A-j26-31",
        "label": "76A",
        "long": "Enkplatz/Grillgasse - Alberner Hafen",
        "short": "76A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76B-j26-1",
        "label": "76B",
        "long": "Enkplatz - Alberner Hafen",
        "short": "76B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76B-j26-2",
        "label": "76B",
        "long": "Enkplatz - Alberner Hafen",
        "short": "76B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76B-j26-24",
        "label": "76B",
        "long": "Enkplatz - Alberner Hafen",
        "short": "76B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76B-j26-31",
        "label": "76B",
        "long": "Enkplatz - Alberner Hafen",
        "short": "76B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-76B-j26-91",
        "label": "76B",
        "long": "Enkplatz - Alberner Hafen",
        "short": "76B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-77A-j26-1",
        "label": "77A",
        "long": "Rennweg - Lusthaus",
        "short": "77A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-77A-j26-2",
        "label": "77A",
        "long": "Rennweg - Lusthaus",
        "short": "77A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-77A-j26-24",
        "label": "77A",
        "long": "Rennweg - Lusthaus",
        "short": "77A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-77A-j26-3",
        "label": "77A",
        "long": "Rennweg - Lusthaus",
        "short": "77A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-77A-j26-31",
        "label": "77A",
        "long": "Rennweg - Lusthaus",
        "short": "77A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-79A-j26-1",
        "label": "79A",
        "long": "Donaumarina, Chrastekgasse - Kaiserebersdorf, M\u00fcnnichplatz",
        "short": "79A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-79A-j26-2",
        "label": "79A",
        "long": "Donaumarina - Kaiserebersdorf, Dreherstra\u00dfe Baustellen Fahrplan vom 05.05. - 31.05.2026",
        "short": "79A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-79A-j26-24",
        "label": "79A",
        "long": "Donaumarina - Kaiserebersdorf, Dreherstra\u00dfe",
        "short": "79A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-79A-j26-3",
        "label": "79A",
        "long": "Donaumarina, Chrastekgasse - Kaiserebersdorf, M\u00fcnnichplatz",
        "short": "79A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-79A-j26-31",
        "label": "79A",
        "long": "Donaumarina - Kaiserebersdorf, Dreherstra\u00dfe",
        "short": "79A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-79B-j26-1",
        "label": "79B",
        "long": "Donaumarina, Chrastekgasse - Kaiserebersdorf, M\u00fcnnichplatz",
        "short": "79B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-79B-j26-2",
        "label": "79B",
        "long": "Donaumarina - Kaiserebersdorf, Dreherstra\u00dfe Baustellen Fahrplan vom 05.05. - 31.05.2026",
        "short": "79B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-79B-j26-3",
        "label": "79B",
        "long": "Donaumarina, Chrastekgasse - Kaiserebersdorf, M\u00fcnnichplatz",
        "short": "79B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-7A-j26-1",
        "label": "7A",
        "long": "Meidling Hauptstra\u00dfe - Reumannplatz",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-7A-j26-24",
        "label": "7A",
        "long": "Meidling Hauptstra\u00dfe - Reumannplatz",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-7A-j26-31",
        "label": "7A",
        "long": "Meidling Hauptstra\u00dfe - Reumannplatz",
        "short": "7A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-7B-j26-1",
        "label": "7B",
        "long": "Wienerberg City - Meidling",
        "short": "7B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-80A-j26-1",
        "label": "80A",
        "long": "Praterstern - Neu Marx",
        "short": "80A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-80A-j26-2",
        "label": "80A",
        "long": "Praterstern - Neu Marx",
        "short": "80A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-80A-j26-24",
        "label": "80A",
        "long": "Praterstern - Neu Marx",
        "short": "80A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-80A-j26-31",
        "label": "80A",
        "long": "Praterstern - Neu Marx",
        "short": "80A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-82A-j26-1",
        "label": "82A",
        "long": "Praterstern - Krieau",
        "short": "82A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-82A-j26-2",
        "label": "82A",
        "long": "Praterstern - Krieau",
        "short": "82A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-82A-j26-24",
        "label": "82A",
        "long": "Praterstern - Krieau",
        "short": "82A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-82A-j26-31",
        "label": "82A",
        "long": "Praterstern - Krieau",
        "short": "82A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-84A-j26-1",
        "label": "84A",
        "long": "Aspernstra\u00dfe - Aspern Nord",
        "short": "84A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-84A-j26-2",
        "label": "84A",
        "long": "Aspernstra\u00dfe - Seestadt",
        "short": "84A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-84A-j26-24",
        "label": "84A",
        "long": "Aspernstra\u00dfe - Seestadt",
        "short": "84A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-84A-j26-31",
        "label": "84A",
        "long": "Aspernstra\u00dfe - Seestadt",
        "short": "84A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-85A-j26-1",
        "label": "85A",
        "long": "Hausfeldstra\u00dfe - Breitenlee, Rautenweg",
        "short": "85A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-85A-j26-24",
        "label": "85A",
        "long": "Hausfeldstra\u00dfe - Breitenlee, Rautenweg",
        "short": "85A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-85A-j26-31",
        "label": "85A",
        "long": "Hausfeldstra\u00dfe - Breitenlee, Rautenweg",
        "short": "85A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-85A-j26-90",
        "label": "85A",
        "long": "Hausfeldstra\u00dfe - Breitenlee, Rautenweg",
        "short": "85A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-86A-j26-1",
        "label": "86A",
        "long": "Stadlau - Breitenleer St./Arnikaweg",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-86A-j26-2",
        "label": "86A",
        "long": "Stadlau - Breitenleer St./Arnikaweg",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-86A-j26-24",
        "label": "86A",
        "long": "Stadlau - Breitenleer St./Arnikaweg",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-86A-j26-31",
        "label": "86A",
        "long": "Stadlau - Breitenleer St./Arnikaweg",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-87A-j26-1",
        "label": "87A",
        "long": "Stadlau - Hermann-Gebauer-Stra\u00dfe",
        "short": "87A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-87A-j26-2",
        "label": "87A",
        "long": "Stadlau - Hermann-Gebauer-Stra\u00dfe",
        "short": "87A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-87A-j26-24",
        "label": "87A",
        "long": "Stadlau - Hermann-Gebauer-Stra\u00dfe",
        "short": "87A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-87A-j26-31",
        "label": "87A",
        "long": "Stadlau - Hermann-Gebauer-Stra\u00dfe",
        "short": "87A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-88A-j26-1",
        "label": "88A",
        "long": "Seestadt - E\u00dfling, Stadtgrenze",
        "short": "88A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-88B-j26-1",
        "label": "88B",
        "long": "Seestadt - E\u00dfling, Wegmayersiedlung",
        "short": "88B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-88B-j26-24",
        "label": "88B",
        "long": "Seestadt - E\u00dfling, Wegmayersiedlung",
        "short": "88B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-88B-j26-31",
        "label": "88B",
        "long": "Seestadt - E\u00dfling, Wegmayersiedlung",
        "short": "88B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-89A-j26-1",
        "label": "89A",
        "long": "Aspern Nord - Invalidensiedlung",
        "short": "89A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-89A-j26-24",
        "label": "89A",
        "long": "Aspern Nord - Invalidensiedlung",
        "short": "89A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-89A-j26-31",
        "label": "89A",
        "long": "Aspern Nord - Invalidensiedlung",
        "short": "89A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-8A-j26-1",
        "label": "8A",
        "long": "Meidling - K\u00fcniglberg/ORF-Zentrum",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-8A-j26-24",
        "label": "8A",
        "long": "Meidling - K\u00fcniglberg/ORF-Zentrum",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-8A-j26-31",
        "label": "8A",
        "long": "Meidling - K\u00fcniglberg/ORF-Zentrum",
        "short": "8A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92A-j26-1",
        "label": "92A",
        "long": "Kaiserm\u00fchlen V.I.C. - Aspern, Zachgasse Winterfahrplan",
        "short": "92A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92A-j26-2",
        "label": "92A",
        "long": "Kaiserm\u00fchlen V.I.C. - Aspern, Zachgasse VCM",
        "short": "92A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92A-j26-24",
        "label": "92A",
        "long": "Kaiserm\u00fchlen V.I.C. - Aspern, Zachgasse",
        "short": "92A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92A-j26-3",
        "label": "92A",
        "long": "Kaiserm\u00fchlen V.I.C. - Aspern, Zachgasse Sommerfahrplan",
        "short": "92A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92A-j26-31",
        "label": "92A",
        "long": "Kaiserm\u00fchlen V.I.C. - Aspern, Zachgasse",
        "short": "92A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92A-j26-4",
        "label": "92A",
        "long": "Kaiserm\u00fchlen V.I.C. - Aspern, Zachgasse \u00d6sterreich Radrundfahrt",
        "short": "92A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92B-j26-1",
        "label": "92B",
        "long": "Kaiserm\u00fchlen V.I.C. - \u00d6lhafen VCM",
        "short": "92B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92B-j26-2",
        "label": "92B",
        "long": "Kaiserm\u00fchlen V.I.C. - \u00d6lhafen VCM",
        "short": "92B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92B-j26-24",
        "label": "92B",
        "long": "Kaiserm\u00fchlen V.I.C. - \u00d6lhafen",
        "short": "92B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92B-j26-3",
        "label": "92B",
        "long": "Kaiserm\u00fchlen V.I.C. - \u00d6lhafen Sommerfahrplan",
        "short": "92B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92B-j26-31",
        "label": "92B",
        "long": "Kaiserm\u00fchlen V.I.C. - \u00d6lhafen",
        "short": "92B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-92B-j26-4",
        "label": "92B",
        "long": "Kaiserm\u00fchlen V.I.C. - \u00d6lhafen",
        "short": "92B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-93A-j26-1",
        "label": "93A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "93A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-93A-j26-2",
        "label": "93A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "93A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-93A-j26-24",
        "label": "93A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "93A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-93A-j26-31",
        "label": "93A",
        "long": "Kagran - Aspernstra\u00dfe",
        "short": "93A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-94A-j26-2",
        "label": "94A",
        "long": "Kagran - Stadlau",
        "short": "94A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-94A-j26-24",
        "label": "94A",
        "long": "Kagran - Stadlau",
        "short": "94A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-94A-j26-31",
        "label": "94A",
        "long": "Kagran - Stadlau",
        "short": "94A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-95A-j26-1",
        "label": "95A",
        "long": "Gro\u00dfer Biberhaufen - Aspern Nord",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-95A-j26-2",
        "label": "95A",
        "long": "Gro\u00dfer Biberhaufen - Aspern Nord",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-95A-j26-24",
        "label": "95A",
        "long": "Gro\u00dfer Biberhaufen - Aspern Nord",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-95A-j26-3",
        "label": "95A",
        "long": "Gro\u00dfer Biberhaufen - Aspern Nord",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-95A-j26-31",
        "label": "95A",
        "long": "Gro\u00dfer Biberhaufen - Aspern Nord",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-95A-j26-4",
        "label": "95A",
        "long": "Gro\u00dfer Biberhaufen - Aspern Nord",
        "short": "95A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-95B-j26-1",
        "label": "95B",
        "long": "Hirschstetten Ort - Hausfeldstra\u00dfe",
        "short": "95B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-95B-j26-2",
        "label": "95B",
        "long": "Hirschstetten Ort - Hausfeldstra\u00dfe",
        "short": "95B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-96A-j26-1",
        "label": "96A",
        "long": "Schillwasserweg - Erzherzog-Karl-Stra\u00dfe",
        "short": "96A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-97A-j26-1",
        "label": "97A",
        "long": "Aspernstra\u00dfe - Breitenlee Schule",
        "short": "97A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-97A-j26-2",
        "label": "97A",
        "long": "Aspernstra\u00dfe - Breitenlee Schule",
        "short": "97A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-97A-j26-24",
        "label": "97A",
        "long": "Aspernstra\u00dfe - Breitenlee Schule",
        "short": "97A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-97A-j26-31",
        "label": "97A",
        "long": "Aspernstra\u00dfe - Breitenlee Schule",
        "short": "97A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-98A-j26-1",
        "label": "98A",
        "long": "Hirschstetten Ort - E\u00dfling, Schippanisiedlung",
        "short": "98A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-98A-j26-24",
        "label": "98A",
        "long": "Hirschstetten Ort - E\u00dfling, Schippanisiedlung",
        "short": "98A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-98A-j26-3",
        "label": "98A",
        "long": "Hirschstetten Ort - E\u00dfling, Schippanisiedlung",
        "short": "98A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-98A-j26-31",
        "label": "98A",
        "long": "Hirschstetten Ort - E\u00dfling, Schippanisiedlung",
        "short": "98A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-99A-j26-1",
        "label": "99A",
        "long": "Aspern Nord - E\u00dfling Schule",
        "short": "99A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-99A-j26-24",
        "label": "99A",
        "long": "Aspern Nord - E\u00dfling Schule",
        "short": "99A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-99A-j26-31",
        "label": "99A",
        "long": "Aspern Nord - E\u00dfling Schule",
        "short": "99A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-99B-j26-1",
        "label": "99B",
        "long": "Aspern Nord - E\u00dfling Schule",
        "short": "99B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-99B-j26-24",
        "label": "99B",
        "long": "Seestadt - E\u00dfling Schule",
        "short": "99B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-99B-j26-31",
        "label": "99B",
        "long": "Seestadt - E\u00dfling Schule",
        "short": "99B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-9A-j26-1",
        "label": "9A",
        "long": "Meidling Hauptstra\u00dfe - Bhf. Meidling",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-9A-j26-24",
        "label": "9A",
        "long": "Meidling Hauptstra\u00dfe - Bhf. Meidling",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-9A-j26-31",
        "label": "9A",
        "long": "Meidling Hauptstra\u00dfe - Bhf. Meidling",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-U2E-j26-2",
        "label": "U2E",
        "long": "Donaumarina - Praterstern Schienenersatzverkehr g\u00fcltig am 12.07.2026",
        "short": "U2E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "23-ZF-j26-1",
        "label": "ZF",
        "long": "Ringlinie Zentralfriedhof",
        "short": "ZF",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N06-j26-1",
        "label": "N6",
        "long": "Westbahnhof - Enkplatz, Grillgasse",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N06-j26-90",
        "label": "N6",
        "long": "Westbahnhof - Enkplatz, Grillgasse",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N08-j26-1",
        "label": "N8",
        "long": "Handelskai - Alterlaa",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N08-j26-2",
        "label": "N8",
        "long": "Handelskai - Alterlaa",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N20-j26-1",
        "label": "N20",
        "long": "Kagraner Platz - Strebersdorf,Edmund-Hawranek-Platz",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N20-j26-2",
        "label": "N20",
        "long": "Kagraner Platz - Strebersdorf,Edmund-Hawranek-Platz",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N20-j26-3",
        "label": "N20",
        "long": "Kagraner Platz - Strebersdorf,Edmund-Hawranek-Platz Donauinselfest 2026",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N23-j26-1",
        "label": "N23",
        "long": "Kagraner Platz - Hausfeldstra\u00dfe",
        "short": "N23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N23-j26-2",
        "label": "N23",
        "long": "Kagraner Platz - Hausfeldstra\u00dfe",
        "short": "N23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N25-j26-1",
        "label": "N25",
        "long": "Schwedenplatz - Gro\u00dffeldsiedlung",
        "short": "N25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N29-j26-1",
        "label": "N29",
        "long": "Wittelsbachstra\u00dfe - Floridsdorf",
        "short": "N29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N29-j26-2",
        "label": "N29",
        "long": "Wittelsbachstra\u00dfe - Floridsdorf",
        "short": "N29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N29-j26-3",
        "label": "N29",
        "long": "Wittelsbachstra\u00dfe - Floridsdorf Donauinselfest 2026",
        "short": "N29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N31-j26-1",
        "label": "N31",
        "long": "Schwedenplatz - Stammersdorf",
        "short": "N31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N35-j26-1",
        "label": "N35",
        "long": "Spittelau - Salmannsdorf",
        "short": "N35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N38-j26-1",
        "label": "N38",
        "long": "Schottentor - Grinzing",
        "short": "N38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N41-j26-1",
        "label": "N41",
        "long": "Schottentor - P\u00f6tzleinsdorf",
        "short": "N41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N41-j26-2",
        "label": "N41",
        "long": "Schottentor - P\u00f6tzleinsdorf Donauinselfest 2026",
        "short": "N41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N41-j26-3",
        "label": "N41",
        "long": "Schottentor - P\u00f6tzleinsdorf",
        "short": "N41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N43-j26-1",
        "label": "N43",
        "long": "Schottentor - Neuwaldegg",
        "short": "N43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N43-j26-2",
        "label": "N43",
        "long": "Schottentor - Neuwaldegg Donauinselfest 2026",
        "short": "N43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N46-j26-1",
        "label": "N46",
        "long": "Oper/Karlsplatz - Otto-Wagner-Areal",
        "short": "N46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N46-j26-2",
        "label": "N46",
        "long": "Oper/Karlsplatz - Otto-Wagner-Areal Baustellenfahrplan g\u00fcltig von 10.03. bis vrsl. Juli 2026",
        "short": "N46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N49-j26-1",
        "label": "N49",
        "long": "Oper/Karlsplatz - H\u00fctteldorf, Bujattigasse",
        "short": "N49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N49-j26-2",
        "label": "N49",
        "long": "Oper/Karlsplatz - H\u00fctteldorf, Bujattigasse",
        "short": "N49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N49-j26-4",
        "label": "N49",
        "long": "Oper/Karlsplatz - H\u00fctteldorf, Bujattigasse",
        "short": "N49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N60-j26-1",
        "label": "N60",
        "long": "Oper/Karlsplatz - Rodaun",
        "short": "N60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N62-j26-1",
        "label": "N62",
        "long": "Oper/Karlsplatz - Speising, Hermesstra\u00dfe",
        "short": "N62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N65-j26-1",
        "label": "N65",
        "long": "Reumannplatz - Liesing",
        "short": "N65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N65-j26-2",
        "label": "N65",
        "long": "Reumannplatz - Liesing",
        "short": "N65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N65-j26-4",
        "label": "N65",
        "long": "Quellenplatz - Liesing",
        "short": "N65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N66-j26-1",
        "label": "N66",
        "long": "Oper/Karlsplatz - Liesing",
        "short": "N66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N66-j26-2",
        "label": "N66",
        "long": "Oper/Karlsplatz - Liesing",
        "short": "N66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N67-j26-1",
        "label": "N67",
        "long": "Quellenplatz - Inzersdorf, Gro\u00dfmarkt",
        "short": "N67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N71-j26-1",
        "label": "N71",
        "long": "Oper/Karlsplatz - Kaiserebersdorf, Zinnergasse",
        "short": "N71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N71-j26-2",
        "label": "N71",
        "long": "Oper/Karlsplatz - Kaiserebersdorf, Zinnergasse",
        "short": "N71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N71-j26-90",
        "label": "N71",
        "long": "Oper/Karlsplatz - Kaiserebersdorf, Zinnergasse",
        "short": "N71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0A295D",
        "color_name": "black",
        "has_shape": true,
        "id": "24-N75-j26-1",
        "label": "N75",
        "long": "Oper/Karlsplatz - Gasometer",
        "short": "N75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-25B-j26-1",
        "label": "25B",
        "long": "S\u00fc\u00dfenbrunner Platz - Gerasdorf Postamt",
        "short": "25B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-25B-j26-24",
        "label": "25B",
        "long": "S\u00fc\u00dfenbrunner Platz - Gerasdorf Postamt",
        "short": "25B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-25B-j26-31",
        "label": "25B",
        "long": "S\u00fc\u00dfenbrunner Platz - Gerasdorf Postamt",
        "short": "25B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-41A-j26-1",
        "label": "41A",
        "long": "P\u00f6tzleinsdorf - Neustifter Friedhof 3.Tor",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-41A-j26-24",
        "label": "41A",
        "long": "P\u00f6tzleinsdorf - Neustifter Friedhof 3.Tor",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-41A-j26-31",
        "label": "41A",
        "long": "P\u00f6tzleinsdorf - Neustifter Friedhof 3.Tor",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-44B-j26-1",
        "label": "44B",
        "long": "Dornbach - Predigtstuhl",
        "short": "44B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-44B-j26-24",
        "label": "44B",
        "long": "Dornbach - Predigtstuhl",
        "short": "44B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-44B-j26-31",
        "label": "44B",
        "long": "Dornbach - Predigtstuhl",
        "short": "44B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-49B-j26-1",
        "label": "49B",
        "long": "49B",
        "short": "49B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-86A-j26-1",
        "label": "86A",
        "long": "Stadlau - Breitenlee, Arnikaweg",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-86A-j26-24",
        "label": "86A",
        "long": "Stadlau - Breitenlee, Arnikaweg",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-86A-j26-31",
        "label": "86A",
        "long": "Breitenlee, Arnikaweg - Stadlau",
        "short": "86A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-89A-j26-1",
        "label": "89A",
        "long": "Aspern Nord - Invalidensiedlung",
        "short": "89A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N17-j26-1",
        "label": "N17",
        "long": "Himberger Stra\u00dfe - Unterlaa",
        "short": "N17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N24-F-j26-1",
        "label": "N24",
        "long": "Neue\u00dfling - Kagraner Platz",
        "short": "N24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N24-W-j26-1",
        "label": "N24",
        "long": "Kagraner Platz - Am Heidj\u00f6chl",
        "short": "N24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N24-W-j26-2",
        "label": "N24",
        "long": "Kagraner Platz - Am Heidj\u00f6chl",
        "short": "N24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N30-j26-1",
        "label": "N30",
        "long": "Floridsdorf - Neu Leopoldau",
        "short": "N30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N35-j26-1",
        "label": "N35",
        "long": "Nu\u00dfdorfer Stra\u00dfe - Salmannsdorf",
        "short": "N35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N36-j26-1",
        "label": "N36",
        "long": "Nu\u00dfdorfer Stra\u00dfe - Nu\u00dfdorf",
        "short": "N36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N54-j26-1",
        "label": "N54",
        "long": "Westbahnhof - Ober St. Veit",
        "short": "N54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N54-j26-2",
        "label": "N54",
        "long": "Westbahnhof - Ober St. Veit",
        "short": "N54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N61-j26-1",
        "label": "N61",
        "long": "Liesing - Kalksburg, Lodererweg",
        "short": "N61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N64-j26-1",
        "label": "N64",
        "long": "Alterlaa - Siebenhirten",
        "short": "N64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N68-j26-1",
        "label": "N68",
        "long": "Quellenplatz - Oberlaa",
        "short": "N68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N81-j26-1",
        "label": "N81",
        "long": "Praterstern - Praterbr\u00fccke",
        "short": "N81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N84-j26-1",
        "label": "N84",
        "long": "Siegesplatz - Aspern Nord",
        "short": "N84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N84-j26-2",
        "label": "N84",
        "long": "Siegesplatz - Aspern Nord",
        "short": "N84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N90-j26-1",
        "label": "N90",
        "long": "Erzherzog-Karl-Stra\u00dfe - Kaiserm\u00fchlen-VIC",
        "short": "N90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25-N91-j26-1",
        "label": "N91",
        "long": "Siegesplatz - Donaustadtbr\u00fccke",
        "short": "N91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 4290,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "equal_shape_distance_diff_coordinates",
      "count": 7,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 4290,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "4290 of 4290 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 370263,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "370263 of 370263 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
