{
  "agency": {
    "country": "DE",
    "id": "vvs-stuttgart",
    "name": "Verkehrs- und Tarifverbund Stuttgart (VVS)",
    "operating_note": "The published file name says realtime, but the download is the VVS GTFS Schedule feed with route shapes. One regional feed record for the Stuttgart tariff association.",
    "subdivision_code": "DE-BW",
    "subdivision_name": "Baden-W\u00fcrttemberg"
  },
  "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": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 10123,
        "translations": {
          "feed_lang": "de",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 137504,
        "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": 10123,
          "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": "10123 of 10123 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": 137504,
          "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": "137504 of 137504 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."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "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": 18,
        "instances_by_severity": {
          "ERROR": 11259,
          "INFO": 837,
          "WARNING": 5775
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 11010,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 249,
          "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": 24.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 5508,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 157,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "unexpected_enum_value",
          "count": 68,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "expired_calendar",
          "count": 21,
          "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": 6.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": "fast_travel_between_consecutive_stops",
          "count": 5,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 5,
          "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": "equal_shape_distance_same_coordinates",
          "count": 4,
          "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": 4.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": 2,
          "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": "stops_match_shape_out_of_order",
          "count": 2,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "duplicate_route_name",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 611,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "big_gap_in_service",
          "count": 222,
          "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."
        },
        {
          "code": "unknown_column",
          "count": 2,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 2,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 18 kinds of issue across 17871 instances (11259 error, 5775 warning, 837 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 91,
        "effective_expiry_date": "2026-10-18",
        "feed_end_date": "2026-10-18",
        "feed_start_date": "2026-07-18",
        "feed_version": "20260718",
        "has_feed_info": true,
        "last_service_date": "2026-10-18",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 91 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": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 91 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. 2 validator errors 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 as stated on MobiData BW, the Baden-W\u00fcrttemberg state mobility open data portal run by NVBW; reuse including commercial reuse is permitted with attribution to VVS.",
    "reachable": true,
    "sha256": "e68df95e4f7d97ddbf942ad56948d186757d8f7c248c67a73b79b57236c9d57c",
    "size_bytes": 98090543,
    "static_url": "https://download.vvs.de/gtfs_realtime.zip"
  },
  "fetch": {
    "final_url": "https://download.vvs.de/gtfs_realtime.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-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      8.4003,
      47.55234,
      11.08244,
      49.80149
    ],
    "lat": 48.76543,
    "lon": 9.24338,
    "stop_count": 10123
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 15,
        "trip_count": 15773,
        "trip_share_pct": 11.5
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 36,
        "trip_count": 43776,
        "trip_share_pct": 31.8
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 667,
        "trip_count": 77491,
        "trip_share_pct": 56.4
      },
      {
        "key": "funicular",
        "label": "Funicular",
        "route_count": 2,
        "trip_count": 464,
        "trip_share_pct": 0.3
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 720,
    "trip_count": 137504
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 36.7,
    "margin_to_next_band": 23.3,
    "score": 36.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 706,
      "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": "706 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (35, 46, 346, 350, 644, 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": 300,
      "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": "300 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Arndt-/Spittastra\u00dfe\", \"Arndt-/Spittastra\u00dfe\", \"Arndt-/Spittastra\u00dfe\", 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."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 9817,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 137504
  },
  "route_map": {
    "drawn_route_count": 719,
    "has_shapes": true,
    "path": "data/artifacts/vvs-stuttgart/geometry.geojson",
    "route_count": 720,
    "routes": [
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:ding.eu:20035e:",
        "label": "35",
        "long": "Heidenheim - S\u00f6hnstetten - B\u00f6hmenkirch",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:ding.eu:20046_:",
        "label": "46",
        "long": "Ulm - Amstetten - Geislingen",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:ding.eu:88346_:",
        "label": "346",
        "long": "Hohenstadt - Westerheim - Laichingen (- Heroldstatt)",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:ding.eu:88350_:",
        "label": "350",
        "long": "(Laichingen - Merklingen) - Aufhausen - Geislingen",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:h3nv:31644_:",
        "label": "644",
        "long": "Prevorst - Beilstein - Ilsfeld",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:h3nv:31646_:",
        "label": "646",
        "long": "Kirchheim (N) - Neckarwestheim - Untergruppenbach",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:h3nv:31666_:",
        "label": "666",
        "long": "Freudental - Tripsdrill - Brackenheim",
        "short": "666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:kvv:00S08_:",
        "label": "S8",
        "long": "(Herrenberg -) Eutingen i. G. - Freudenstadt",
        "short": "S8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:naldo:04e009e5dd544a4c81c0a",
        "label": "232",
        "long": "Bad Urach - Oberlenningen",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:naldo:53N80_:",
        "label": "N80",
        "long": "T\u00fcbingen - Herrenberg",
        "short": "N80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:naldo:7e75e6be45cd40b9bf51980ddd28853d:",
        "label": "X27",
        "long": "Rottenburg (N) - Remmingsheim - Seebronn - Bondorf",
        "short": "X27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:naldo:ad97d58b25674aae9e4d2",
        "label": "233",
        "long": "Bad Urach - B\u00f6hringen",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:naldo:bd9146d427364d8780b3fafc3fc269a1:",
        "label": "7627",
        "long": "Rottenburg (N) - Bondorf (- Ergenzingen/M\u00f6tzingen)",
        "short": "7627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:naldo:e4ae154a02ff40458760abdcbaf6dfb3:",
        "label": "X3",
        "long": "Pfullingen - Reutlingen - Flughafen - Bernhausen",
        "short": "X3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T01_:",
        "label": "RE1",
        "long": "Aalen - Stuttgart - Vaihingen (E) - Karlsruhe",
        "short": "RE1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T04_:",
        "label": "RE4",
        "long": "Stuttgart - Horb - Konstanz",
        "short": "RE4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T05_:",
        "label": "RE5",
        "long": "Stuttgart - Ulm - Friedrichshafen",
        "short": "RE5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T06S:",
        "label": "RE6",
        "long": "T\u00fcbingen - Plochingen - Stuttgart",
        "short": "RE6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T08_:",
        "label": "RE8",
        "long": "W\u00fcrzburg - Heilbronn - Bietigheim-Bissingen - Stuttgart",
        "short": "RE8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T12_:",
        "label": "MEX12",
        "long": "Heilbronn - Stuttgart - T\u00fcbingen",
        "short": "MEX12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T13_:",
        "label": "MEX13",
        "long": "Stuttgart - Schorndorf - Aalen - Crailsheim",
        "short": "MEX13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T14A:",
        "label": "RE14",
        "long": "Stuttgart - Herrenberg - Horb/Freudenstadt",
        "short": "RE14",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T16_:",
        "label": "MEX16",
        "long": "Stuttgart - Plochingen - G\u00f6ppingen - Ulm",
        "short": "MEX16",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T17A:",
        "label": "MEX17",
        "long": "Stuttgart - Vaihingen (E) - M\u00fchlacker - Pforzheim/Bruchsal",
        "short": "MEX17",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T18_:",
        "label": "MEX18",
        "long": "Osterburken - Heilbronn - Stuttgart - T\u00fcbingen",
        "short": "MEX18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T19_:",
        "label": "MEX19",
        "long": "Stuttgart - Backnang - Crailsheim",
        "short": "MEX19",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T200:",
        "label": "RE200",
        "long": "Wendlingen - Merklingen - Ulm",
        "short": "RE200",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T40_:",
        "label": "RE40",
        "long": "Herrenberg - Freudenstadt",
        "short": "RE40",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T41_:",
        "label": "RB41",
        "long": "Herrenberg - Freudenstadt",
        "short": "RB41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T63_:",
        "label": "RB63",
        "long": "Herrenberg - T\u00fcbingen - Bad Urach",
        "short": "RB63",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T90D:",
        "label": "MEX90",
        "long": "Crailsheim - Backnang - Stuttgart",
        "short": "MEX90",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:nvbw:90T90_:",
        "label": "RE90",
        "long": "(N\u00fcrnberg -) Crailsheim - Backnang - Stuttgart",
        "short": "RE90",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:ostalbmobil:40268_:",
        "label": "268",
        "long": "Alfdorf - Pfahlbronn - Lorch",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vgc-online:01670_:",
        "label": "670.2",
        "long": "Klinikum NSW - Hirsau - Calw - Althengstett - Weil der Stadt",
        "short": "670.2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vgc-online:01880_:",
        "label": "880",
        "long": "Bad Liebenzell - Weil der Stadt",
        "short": "880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vgc-online:03670_:",
        "label": "670",
        "long": "Weil der Stadt - Schafhausen - D\u00e4tzingen - Althengstett - Calw",
        "short": "670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vgc-online:15759_:",
        "label": "759",
        "long": "Liebelsberg - Wildberg - Deckenpfronn - G\u00e4rtringen",
        "short": "759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vgc-online:15775_:",
        "label": "775",
        "long": "Wildberg - Kuppingen - Herrenberg",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83B23B",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:10001_:",
        "label": "S1",
        "long": "Kirchheim (T) - Plochingen - Stuttgart - Herrenberg",
        "short": "S1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "83B23B",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:10002_:",
        "label": "S2",
        "long": "Schorndorf - Stuttgart - Flughafen/Messe - Filderstadt",
        "short": "S2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "83B23B",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:10003_:",
        "label": "S3",
        "long": "Backnang - Vaihingen (- Flughafen/Messe)",
        "short": "S3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "83B23B",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:10004_:",
        "label": "S4",
        "long": "Backnang - Marbach - Stuttgart",
        "short": "S4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "83B23B",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:10005_:",
        "label": "S5",
        "long": "Bietigheim-Bissingen - Stuttgart",
        "short": "S5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "83B23B",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:10006_:",
        "label": "S6",
        "long": "Weil der Stadt - Leonberg - Stuttgart",
        "short": "S6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "83B23B",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:10060_:",
        "label": "S60",
        "long": "B\u00f6blingen - Renningen (- Stuttgart)",
        "short": "S60",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "83B23B",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:10062_:",
        "label": "S62",
        "long": "Weil der Stadt - Leonberg - Stuttgart",
        "short": "S62",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:11011_:",
        "label": "RB11",
        "long": "Kornwestheim - Untert\u00fcrkheim",
        "short": "RB11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:11076_:",
        "label": "RB76",
        "long": "Calw - Weil der Stadt - Renningen (Hermann-Hesse-Bahn)",
        "short": "RB76",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:110RB_:",
        "label": "RE",
        "long": "Stuttgart - B\u00f6blingen",
        "short": "RE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:11SVG_:",
        "label": "SVG",
        "long": "Stuttgart - Horb - Konstanz",
        "short": "SVG",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:12046_:",
        "label": "RB46",
        "long": "Dettenhausen - Holzgerlingen - B\u00f6blingen (Sch\u00f6nbuchbahn)",
        "short": "RB46",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:12047_:",
        "label": "RB47",
        "long": "Heimerdingen - Hemmingen - Korntal (Strohg\u00e4ubahn)",
        "short": "RB47",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:12061_:",
        "label": "RB61",
        "long": "Rudersberg - Schorndorf (Wieslauftalbahn)",
        "short": "RB61",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:12065_:",
        "label": "RB65",
        "long": "Neuffen - N\u00fcrtingen (T\u00e4lesbahn)",
        "short": "RB65",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8F908F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:13064_:",
        "label": "RB64",
        "long": "Oberlenningen - Kirchheim (T)",
        "short": "RB64",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "CC9966",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:20001_:",
        "label": "U1",
        "long": "Fellbach - Hauptbahnhof - Heslach Vogelrain",
        "short": "U1",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "de:vvs:20002_:",
        "label": "U2",
        "long": "Neugereut - Charlottenplatz - Botnang",
        "short": "U2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "804D19",
        "color_name": "brown",
        "has_shape": true,
        "id": "de:vvs:20003_:",
        "label": "U3",
        "long": "Plieningen - M\u00f6hringen - Vaihingen",
        "short": "U3",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "8368AE",
        "color_name": "purple",
        "has_shape": true,
        "id": "de:vvs:20004_:",
        "label": "U4",
        "long": "Untert\u00fcrkheim - Charlottenplatz - H\u00f6lderlinplatz",
        "short": "U4",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "33FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "de:vvs:20005_:",
        "label": "U5",
        "long": "Killesberg - Hauptbahnhof - Leinfelden Neuer Markt",
        "short": "U5",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "de:vvs:20006_:",
        "label": "U6",
        "long": "Gerlingen - Hauptbahnhof - Flughafen/Messe",
        "short": "U6",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "66B18C",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:20007_:",
        "label": "U7",
        "long": "M\u00f6nchfeld - Hauptbahnhof - Ostfildern",
        "short": "U7",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "B3B15F",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:20008_:",
        "label": "U8",
        "long": "Ostfildern - Degerloch - Vaihingen",
        "short": "U8",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "FFD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "de:vvs:20009_:",
        "label": "U9",
        "long": "Hedelfingen - Hauptbahnhof - Vogelsang (-Botnang)",
        "short": "U9",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "AFC5E9",
        "color_name": "white",
        "has_shape": true,
        "id": "de:vvs:20012_:",
        "label": "U12",
        "long": "Remseck - Hauptbahnhof - D\u00fcrrlewang",
        "short": "U12",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "E1ACC0",
        "color_name": "white",
        "has_shape": true,
        "id": "de:vvs:20013_:",
        "label": "U13",
        "long": "Feuerbach - Bad Cannstatt - Hedelfingen",
        "short": "U13",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "8EBF4D",
        "color_name": "gray",
        "has_shape": true,
        "id": "de:vvs:20014_:",
        "label": "U14",
        "long": "M\u00fchlhausen - Charlottenplatz - Vaihingen",
        "short": "U14",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "004DFF",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:20015_:",
        "label": "U15",
        "long": "Stammheim - Hauptbahnhof - Ruhbank (- Heumaden)",
        "short": "U15",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "BAD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "de:vvs:20016_:",
        "label": "U16",
        "long": "Giebel - Feuerbach - Bad Cannstatt - Fellbach",
        "short": "U16",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "FFB300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "de:vvs:20019_:",
        "label": "U19",
        "long": "Neugereut - Bad Cannstatt Wilhelmsplatz - NeckarPark (Stadion)",
        "short": "U19",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "FFB300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "de:vvs:21010_:",
        "label": "10",
        "long": "Marienplatz - Haigst - Degerloch (Zahnradbahn Zacke)",
        "short": "10",
        "text_color": "004299",
        "type_label": "Funicular"
      },
      {
        "color": "FFB300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "de:vvs:21020_:",
        "label": "20",
        "long": "S\u00fcdheimer Platz - Waldfriedhof (Seilbahn)",
        "short": "20",
        "text_color": "004299",
        "type_label": "Funicular"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30004e:",
        "label": "U4E",
        "long": "Berliner Platz (Hohe Stra\u00dfe) - H\u00f6lderlinplatz - Schwab-/Bebelstr. - Roteb\u00fchlpatz",
        "short": "U4E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30013e:",
        "label": "U13E",
        "long": "Ebitzweg - Untert\u00fcrkheim Bf",
        "short": "U13E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30032_:",
        "label": "X2",
        "long": "Roteb\u00fchlplatz - Schwabstra\u00dfe - Leonberg",
        "short": "X2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30033_:",
        "label": "10",
        "long": "Marienplatz - Degerloch (Zackebus)",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30040_:",
        "label": "40",
        "long": "Wagenburgstra\u00dfe - Hauptbahnhof - Vogelsang",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30041_:",
        "label": "41",
        "long": "Berliner Platz - Feuersee - Lerchenrainschule",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30042_:",
        "label": "42",
        "long": "Schlossplatz - Hauptbahnhof - Erwin-Schoettle-Platz",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30043_:",
        "label": "43",
        "long": "Pragsattel - Roteb\u00fchlplatz (Stadtmitte) - Feuersee",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30044_:",
        "label": "44",
        "long": "Killesberg - Hauptbahnhof - Westbahnhof",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30045_:",
        "label": "45",
        "long": "Buchwald - Wagenburgstra\u00dfe - Mercedes-Benz-Welt - Bad Cannstatt",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30047_:",
        "label": "47",
        "long": "Wagenburgstra\u00dfe - Hauptbahnhof",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30050_:",
        "label": "50",
        "long": "Killesberg - Doggenburg - Westbahnhof",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30052_:",
        "label": "52",
        "long": "(Korntaler Stra\u00dfe -) Borkumstra\u00dfe - Hallschlag - Rosensteinbr\u00fccke",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30053_:",
        "label": "53",
        "long": "M\u00fchlhausen - Zazenhausen -  Zuffenhausen (- Feuerbach)",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30054_:",
        "label": "54",
        "long": "Freiberg - M\u00fchlhausen- Neugereut (- Sommerrain)",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30056_:",
        "label": "56",
        "long": "M\u00fcnster - Rosensteinbr\u00fccke",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30057_:",
        "label": "57",
        "long": "R.-Bosch-Krankenhaus - Burgholzhof - Pragsattel",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30058_:",
        "label": "58",
        "long": "Schmiden - Obere Ziegelei (- Sommerrain)",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30059_:",
        "label": "59",
        "long": "M\u00fcnster Rathaus - M\u00fcnster Friedhof",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30060_:",
        "label": "60",
        "long": "Oeffingen - Fellbach - Untert\u00fcrkheim",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30061_:",
        "label": "61",
        "long": "Rotenberg - Untert\u00fcrkheim - Obert\u00fcrkheim",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30062_:",
        "label": "62",
        "long": "Uhlbach - Obert\u00fcrkheim - Rohracker",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30062e:",
        "label": "62E",
        "long": "Uhlbach - Obert\u00fcrkheim - Rohracker",
        "short": "62E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30064_:",
        "label": "64",
        "long": "Stelle - Frauenkopf",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30065_:",
        "label": "65",
        "long": "(Uhlbach -) Obert\u00fcrkheim - Plieningen - Flughafen/Messe (SAB)",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30066_:",
        "label": "66",
        "long": "K\u00fchwasen - Geschwister- Scholl-Gymnasium",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30070_:",
        "label": "70",
        "long": "(Hoffeld -) Ruhbank (Fernsehturm) - Plieningen",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30071_:",
        "label": "71",
        "long": "Hoffeld - Degerloch ZOB - Sch\u00f6nberg",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30072_:",
        "label": "72",
        "long": "M\u00f6hringen - M\u00f6hringen Rathaus - Fasanenhof",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30073_:",
        "label": "73",
        "long": "Degerloch - Plieningen Garbe - Neuhausen",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30074_:",
        "label": "74",
        "long": "Degerloch - Bernhausen - N\u00fcrtingen",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30076_:",
        "label": "76",
        "long": "Degerloch - Bernhausen - Echterdingen",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30077_:",
        "label": "77",
        "long": "Degerloch - Echterdingen - Harthausen",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30080_:",
        "label": "80",
        "long": "Vaihingen Bf (Ost) - Synergiepark - Vaihingen Bf (Ost)",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30081_:",
        "label": "81",
        "long": "B\u00fcsnau - Vaihingen - D\u00fcrrlewang",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30082_:",
        "label": "82",
        "long": "Waldeck - Vaihingen - Hans-Rehn-Stift - Rohr Mitte (- Leinfelden Bf)",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30084_:",
        "label": "84",
        "long": "Vaihingen - Sindelfingen - Universit\u00e4t",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30086_:",
        "label": "86",
        "long": "Vaihingen - Rohr Mitte - Leinfelden",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30090_:",
        "label": "90",
        "long": "Korntal - Weilimdorf - Giebel",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30091_:",
        "label": "91",
        "long": "Feuerbach - Botnang - Lauchhau (- B\u00fcsnauer Platz)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30092_:",
        "label": "92",
        "long": "Stuttgart Roteb\u00fchlplatz - Leonberg - Heslach Vogelrain",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:30099_:",
        "label": "99",
        "long": "Korntaler Stra\u00dfe - Schlotwiese - Zuffenhausen",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31046e:",
        "label": "R46E",
        "long": "Holzgerlingen - B\u00f6blingen (Schienenersatzverkehr)",
        "short": "R46E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31046z:",
        "label": "RB46Z",
        "long": "Sindelfingen - B\u00f6blingen - Weil i. S. - Dettenhausen",
        "short": "RB46Z",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31061e:",
        "label": "RB61E",
        "long": "Schienenersatzverkehr Klaffenbach - Rudersberg - Schorndorf",
        "short": "RB61E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31101_:",
        "label": "101",
        "long": "Lerchen\u00e4cker - Esslingen (N) ZOB - Obert\u00fcrkheim",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31102_:",
        "label": "102",
        "long": "Zell - Esslingen (N) ZOB - Weil - Mettingen",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31103_:",
        "label": "103",
        "long": "Zell - Esslingen (N) ZOB - Weil - Hedelfingen",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31104_:",
        "label": "104",
        "long": "Esslingen (N) ZOB - Industriegebiet - Sirnau - Deizisau",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31105_:",
        "label": "105",
        "long": "Essl. (N) Am Sch\u00f6nen Rain - Klinikum Esslingen - Essl. (N) ZOB",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31106_:",
        "label": "106",
        "long": "Esslingen (N) ZOB - Baltmannsweiler - Hohengehren (- Winterbach)",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31107_:",
        "label": "107",
        "long": "Plochingen - Aichschie\u00df - Schanbach - Aichelberg",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31108_:",
        "label": "108",
        "long": "Esslingen (N) ZOB - J\u00e4gerhaus (- Dulkh\u00e4usle)",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31109_:",
        "label": "109",
        "long": "Esslingen ZOB - Sulzgries - R\u00fcdern / Neckarhalde",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31110_:",
        "label": "110",
        "long": "Esslingen ZOB - Hohenkreuz - W\u00e4ldenbronn - Wiflingshausen",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31111_:",
        "label": "111",
        "long": "Esslingen ZOB - St. Bernhardt - Serach",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31113_:",
        "label": "113",
        "long": "Essl. (N) ZOB - Zollberg / - Adenauerbr\u00fccke - Berkheim",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31114_:",
        "label": "114",
        "long": "Esslingen (N) ZOB - Aichwald - Beutelsbach - Endersbach",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31114a:",
        "label": "114A",
        "long": "Sch\u00fclerverkehr: Zell Berufliches Schulzentrum - Aichwald",
        "short": "114A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31115_:",
        "label": "115",
        "long": "Esslingen (N) ZOB - Oberesslingen - Zell",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31118_:",
        "label": "118",
        "long": "Esslingen (N) ZOB - Pliensauvorstadt - Zollberg - Esslingen (N) ZOB",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31119_:",
        "label": "119",
        "long": "Esslingen (N) - Nellingen - Denkendorf",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31120_:",
        "label": "120",
        "long": "Esslingen (N) - Nellingen - Neuhausen (- Wolfschlugen)",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31121_:",
        "label": "121",
        "long": "Oberesslingen - Denkendorf - Neuhausen",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31122_:",
        "label": "122",
        "long": "Esslingen (N) - Scharnhausen - Flughafen/Messe",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31130_:",
        "label": "130",
        "long": "Esslingen (N) - Ruit - Heumaden - Kemnat (- Scharnhausen)",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31131_:",
        "label": "131",
        "long": "Esslingen (N) - Ruit - Heumaden - Kemnat",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31132_:",
        "label": "132",
        "long": "Oberesslingen - St. Bernhard - Serach - Sulzgries - R\u00fcdern",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31138_:",
        "label": "138",
        "long": "J\u00e4gerhaus - Oberesslingen - Zell - Sirnau - Berkheim",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31140_:",
        "label": "140",
        "long": "(Esslingen (N) ) - Oberesslingen - Altbach - Plochingen",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31141_:",
        "label": "141",
        "long": "Plochingen ZOB - Letten\u00e4cker - Stumpenhof",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31142_:",
        "label": "142",
        "long": "Reichenbach Bahnhof - Ri\u00dfhalde - Siegenberg - Bahnhof",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31143_:",
        "label": "143",
        "long": "Deizisau - Plochingen",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31144_:",
        "label": "144",
        "long": "Kirchheim (T) -  Hochdorf - Reichenbach (F)",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31145_:",
        "label": "145",
        "long": "Wernau (N) Bahnhof - Katzenstein - Schmalwiesen - Bahnhof [Stadtverkehr Wernau (Neckar)]",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31146_:",
        "label": "146",
        "long": "Wernau (N) Bahnhof - Schmalwiesen - Katzenstein - Bahnhof [Stadtverkehr Wernau (Neckar)]",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31147_:",
        "label": "147",
        "long": "Plochingen - Hochdorf - Plochingen",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31147a:",
        "label": "147A",
        "long": "Hochdorf - Reichenbach (F) / Plochingen (Sch\u00fclerverkehr)",
        "short": "147A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31148_:",
        "label": "148",
        "long": "Reichenbach Bahnhof - Siegenberg - Ri\u00dfhalde - Bahnhof",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31149_:",
        "label": "149",
        "long": "Plochingen - Reichenbach (F) - Baltmannsweiler (- Engelberg)",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31151_:",
        "label": "151",
        "long": "Wendlingen (N) ZOB - K\u00f6ngen - Wendlingen (N)",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31154_:",
        "label": "154",
        "long": "Wendlingen (N) ZOB - Weinhalde - ZOB",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31155_:",
        "label": "155",
        "long": "Wendlingen (N) ZOB - Unterboihingen - ZOB",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31155a:",
        "label": "155A",
        "long": "Wendlingen (N) Schulzentrum - Sporthalle Im Speck - Schulzentrum",
        "short": "155A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31159_:",
        "label": "159",
        "long": "Plochingen ZOB - Gewerbegebiet Filsallee",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31161_:",
        "label": "161",
        "long": "Kirchheim (T) Altvaterweg - ZOB - \u00d6tlingen",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31163_:",
        "label": "163",
        "long": "\u00d6tlingen - Lindorf - Kirchheim (T) ZOB - Schafhof",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31164_:",
        "label": "164",
        "long": "\u00d6tlingen - ZOB - Martinskirche - Schafhof",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31165_:",
        "label": "165",
        "long": "Wellingen - Notzingen - Kirchheim (T) ZOB - Ohmden - Zell",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31165a:",
        "label": "165A",
        "long": "Kirchheim (T) ZOB - Saarstra\u00dfe - Alte Plochinger Steige",
        "short": "165A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31166_:",
        "label": "166",
        "long": "Kirchheim (T) - Reudern - N\u00fcrtingen Krankenhaus - N\u00fcrtingen",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31166a:",
        "label": "166A",
        "long": "Kirchheim (T) - Reudern - N\u00fcrtingen Krankenhaus - N\u00fcrtingen",
        "short": "166A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31167_:",
        "label": "167",
        "long": "N\u00fcrtingen - Oberensingen - Gr\u00f6tzingen - Aich (- Neuenhaus)",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31168_:",
        "label": "168",
        "long": "Wernau (N) - Notzingen -  Hochdorf - Reichenbach (F)",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31169_:",
        "label": "169",
        "long": "N\u00fcrtingen ZOB - Oberensingen Bachhalde - N\u00fcrtingen ZOB",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31170_:",
        "label": "170",
        "long": "RadWanderBus: Kirchheim (T) - Holzmaden - Reu\u00dfenstein - Wiesensteig/Schopfloch",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31171_:",
        "label": "171",
        "long": "Kirchheim - Holzmaden - (Ohmden)",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31173_:",
        "label": "173",
        "long": "Kirchheim (T) - Holzmaden - Weilheim (T) - Bissingen (T) - Kirchheim (T)",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31173a:",
        "label": "173A",
        "long": "Kirchheim (T) - Weilheim (T) - Bissingen (T) - Kirchheim (T)",
        "short": "173A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31174_:",
        "label": "174",
        "long": "Neidlingen - Hepsisau - Weilheim (T) und zur\u00fcck",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31175_:",
        "label": "175",
        "long": "Kirchheim (T) - Bissingen (T) - Weilheim (T) - Holzmaden - Kirchheim (T)",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31175a:",
        "label": "175A",
        "long": "Kirchheim (T) - Bissingen (T) - Weilheim (T) - Kirchheim (T)",
        "short": "175A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31176_:",
        "label": "176",
        "long": "Kirchheim (T) - Dettingen (T) - Bissingen (T) - Oberlenningen",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31177_:",
        "label": "177",
        "long": "Neidlingen - Weilheim (T) - Kirchheim (T) Kirchheim (T) - Owen - Oberlenningen",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31177a:",
        "label": "177A",
        "long": "Oberlenningen - Kirchheim (T) - Weilheim (T) - Neidlingen",
        "short": "177A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31178_:",
        "label": "178",
        "long": "Beuren - Owen",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31179_:",
        "label": "179",
        "long": "(Neuffen -) Beuren - Erkenbrechtsweiler - Oberlenningen",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31180_:",
        "label": "180",
        "long": "N\u00fcrtingen - Neuffen - Beuren - Kohlberg - Tischardt - N\u00fcrtingen",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31181_:",
        "label": "181",
        "long": "Owen Bf - Rieth - N\u00fcrtingen ZOB",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31182_:",
        "label": "182",
        "long": "N\u00fcrtingen ZOB - Ro\u00dfdorf",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31182a:",
        "label": "182A",
        "long": "Sch\u00fclerverkehr N\u00fcrtingen Ro\u00dfdorf - Neckarhausen",
        "short": "182A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31183_:",
        "label": "183",
        "long": "N\u00fcrtingen ZOB - Braike (- Waldfriedhof) - Ro\u00dfdorf",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31184_:",
        "label": "184",
        "long": "N\u00fcrtingen - Zizishausen - Unterensingen - Wendlingen",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31185_:",
        "label": "185",
        "long": "(Grafenberg - ) Kleinbettlingen - Bempflingen - N\u00fcrtingen",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31185a:",
        "label": "185A",
        "long": "Sch\u00fclerverkehr Grafenberg - Gro\u00dfbettlingen - N\u00fcrtingen",
        "short": "185A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31186_:",
        "label": "186",
        "long": "N\u00fcrtingen medius Klinik -  - ZOB - Hardt",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31187_:",
        "label": "187",
        "long": "Metzingen - Bempflingen - Neckartenzlingen",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31187a:",
        "label": "187A",
        "long": "Neckartenzlingen - Bempflingen - Kleinbettlingen (- Gro\u00dfbettlingen)",
        "short": "187A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31188_:",
        "label": "188",
        "long": "N\u00fcrtingen - Altdorf - Neckartenzlingen (- Schlaitdorf)",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31188a:",
        "label": "188A",
        "long": "Altdorf/Neckartailf./Schlaitdorf/H\u00e4slach - N. Auwiesenschule",
        "short": "188A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31189_:",
        "label": "189",
        "long": "N\u00fcrtingen - Neckartailfingen - Schlaitdorf - Neckartenzlingen",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31189a:",
        "label": "189A",
        "long": "Altdorf/Neckartailfingen - Walddorf Gustav-Werner-Schule",
        "short": "189A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31191_:",
        "label": "191",
        "long": "Neuffen - Hohenneuffen - Oberlenningen",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31192_:",
        "label": "192",
        "long": "Neuffen - Kohlberg - Kappish\u00e4usern",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31193_:",
        "label": "193",
        "long": "N\u00fcrtingen ZOB - Neuffener Stra\u00dfe - Schelmenwasen",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31195_:",
        "label": "195",
        "long": "Frickenhausen - Gro\u00dfbettlingen - N\u00fcrtingen",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31196_:",
        "label": "196",
        "long": "N\u00fcrtingen - Oberboihingen - Wendlingen (N)",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31198_:",
        "label": "198",
        "long": "(Neuffen -) Kohlberg - Tischardt - Frickenhausen",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31199_:",
        "label": "199",
        "long": "Beuren - Neuffen - Kohlberg - Metzingen",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31201_:",
        "label": "201",
        "long": "Waiblingen - Neustadt - Hohenacker - Bittenfeld",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31201a:",
        "label": "201A",
        "long": "Waiblingen - Neustadt - Hohenacker - Bittenfeld",
        "short": "201A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31202_:",
        "label": "202",
        "long": "Endersbach - Str\u00fcmpfelbach",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31204_:",
        "label": "204",
        "long": "Hegnach - Waiblingen - Beinstein (- Endersbach)",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31205_:",
        "label": "205",
        "long": "Waiblingen - Schmiden",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31206_:",
        "label": "206",
        "long": "Waiblingen - Endersbach - Beutelsbach - Schnait",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31206a:",
        "label": "206A",
        "long": "Weinstadt - Remshalden / Engelberg",
        "short": "206A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31207_:",
        "label": "207",
        "long": "(Korb -) Korber H\u00f6he - Waiblingen Bf - Fellbach",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31208_:",
        "label": "208",
        "long": "Waiblingen Bf - Altstadt - Galgenberg - Altstadt - Waiblingen Bf (Citybus 1)",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31209_:",
        "label": "209",
        "long": "Waiblingen - Korb - Kleinheppach - Endersbach",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31210_:",
        "label": "210",
        "long": "Fellbach - Remspark - Rommelshausen",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31211_:",
        "label": "211",
        "long": "Waiblingen - Rommelshausen - Stetten i. R.",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31212_:",
        "label": "212",
        "long": "Fellbach - Rommelshausen - Stetten i. R.",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31214_:",
        "label": "214",
        "long": "Neckargr\u00f6ningen - Fellbach",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31215_:",
        "label": "215",
        "long": "(Fellbach Gewerbegebiet -) Bahnhof - Gartenstra\u00dfe",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31216_:",
        "label": "216",
        "long": "Waiblingen Bf - Industriegebiet Eisental - Waiblingen Bf",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31217_:",
        "label": "217",
        "long": "Buoch - Grunbach - Geradstetten - Rohrbronn",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31217a:",
        "label": "217A",
        "long": "Sch\u00fclerverkehr Remshalden",
        "short": "217A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31218_:",
        "label": "218",
        "long": "Waiblingen Bf - Friedhof - Altstadt - Wasserstube  - Altstadt - Friedhof - Waiblingen Bf  (Citybus 2)",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31219_:",
        "label": "219",
        "long": "Endersbach - Stetten i. R.",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31228_:",
        "label": "228",
        "long": "(Schorndorf -) Rudersberg - Kaisersbach",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31229_:",
        "label": "229",
        "long": "Miedelsbach - Steinenberg - Krehwinkel - Necklinsberg",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31230_:",
        "label": "230",
        "long": "Lindental / Necklinsberg - Rudersberg - Mannenberg und zur\u00fcck",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31234_:",
        "label": "234",
        "long": "Schorndorf - Schornbach - Necklinsberg - Oppelsbohm",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31241_:",
        "label": "241",
        "long": "Unterberken - Oberberken - Schorndorf",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31242_:",
        "label": "242",
        "long": "Schorndorf Bahnhof- Rems-Murr-Klinik - Spittler Stift - Grauhalde - Rems-Murr-Klinik - Bahnhof",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31242a:",
        "label": "242A",
        "long": "Sch\u00fclerverkehr Schorndorf",
        "short": "242A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31243_:",
        "label": "243",
        "long": "Schorndorf - Urbach - Pl\u00fcderhausen",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31243a:",
        "label": "243A",
        "long": "Schorndorf - Urbach - Pl\u00fcderhausen",
        "short": "243A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31244_:",
        "label": "244",
        "long": "Schorndorf - Schornbach - Birkenwei\u00dfbuch - Oppelsbohm",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31244a:",
        "label": "244A",
        "long": "Sch\u00fclerverkehr Schorndorf - Schornbach - Necklinsberg - Oppelsbohm",
        "short": "244A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31245_:",
        "label": "245",
        "long": "Schorndorf - Weiler - Rohrbronn - H\u00f6\u00dflinswart (- Erlenhof)",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31245a:",
        "label": "245A",
        "long": "Geradstetten - Winterbach - Schorndorf",
        "short": "245A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31246_:",
        "label": "246",
        "long": "Schorndorf Bf - Erlensiedlung - Wiesenstra\u00dfe",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31247_:",
        "label": "247",
        "long": "Schorndorf Bahnhof - Grauhalde - Alte Steige - Neuer Friedhof - Bahnhof",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31248_:",
        "label": "248",
        "long": "Schorndorf - Urbach - Pl\u00fcderhausen",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31249_:",
        "label": "249",
        "long": "Schorndorf - Urbach Banrain - Urbach Bf",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31250_:",
        "label": "250",
        "long": "(Welzheim -) Walkersbach - Waldhausen",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31257_:",
        "label": "257",
        "long": "Welzheim - Gschwend",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31262_:",
        "label": "262",
        "long": "Plochingen - Reichenbach (F) - Schorndorf",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31263_:",
        "label": "263",
        "long": "Schorndorf - Welzheim - Kaisersbach",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31264_:",
        "label": "264",
        "long": "Welzheim - Kaisersbach",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31266_:",
        "label": "266",
        "long": "Welzheim - Alfdorf",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31266a:",
        "label": "266A",
        "long": "Welzheim - Alfdorf - Mutlangen - Schw\u00e4bisch Gm\u00fcnd",
        "short": "266A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31269_:",
        "label": "269",
        "long": "Alfdorf - Vordersteinenberg",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31330_:",
        "label": "330",
        "long": "Welzheim - Rudersberg - Oppelsbohm Rems-Murr-Klinikum - Winnenden",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31331_:",
        "label": "331",
        "long": "Winnenden - Breuningsweiler - Steinach (- Bretzenacker)",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31332_:",
        "label": "332",
        "long": "Hertmannsweiler - Winnenden - Rems-Murr-Klinikum - Schelmenholz - Hanweiler",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31333_:",
        "label": "333",
        "long": "Winnenden - Buoch (- Rohrbronn)  (Fahrrad2Go)",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31334_:",
        "label": "334",
        "long": "Schelmenholz - Winnenden - Leutenbach - Weiler z. S.",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31335_:",
        "label": "335",
        "long": "Rems-Murr-Klinikum - Winnenden - Nellmersbach",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31336_:",
        "label": "336",
        "long": "Winnenden - Birkmannsweiler - Erlenhof - Oppelsbohm",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31337_:",
        "label": "337",
        "long": "Winnenden - B\u00fcrg - Oppelsbohm",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31337a:",
        "label": "337A",
        "long": "Winnenden - Birkmannsweiler - H\u00f6fen - Baach - Hertmannsweiler",
        "short": "337A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31338_:",
        "label": "338",
        "long": "Erlenhof - Kottweil - \u00d6dernhardt - Erlenhof",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31339_:",
        "label": "339",
        "long": "Korb - Schwaikheim - Winnenden ZOB - Rems-Murr-Klinikum",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31359_:",
        "label": "359",
        "long": "Backnang ZOB - Lerchen\u00e4cker",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31360_:",
        "label": "360",
        "long": "Sachsenweiler - Backnang - Rietenauer Weg",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31361_:",
        "label": "361",
        "long": "Heiningen - Backnang - Steinbach",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31362_:",
        "label": "362",
        "long": "Sachsenweiler - Backnang - Tausgymnasium",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31362a:",
        "label": "362A",
        "long": "Sachsenweiler - Steinbach - Backnanger Schulen (Sch\u00fclerverkehr)",
        "short": "362A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31363_:",
        "label": "363",
        "long": "Backnang - Untersch\u00f6ntal - Obersch\u00f6ntal - Backnang",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31365_:",
        "label": "365",
        "long": "Backnang - Unterweissach - Oberbr\u00fcden",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31365a:",
        "label": "365A",
        "long": "Bildungszentrum Weissach i.T. - Oberbr\u00fcden (Sch\u00fclerverkehr)",
        "short": "365A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31366_:",
        "label": "366",
        "long": "Backnang - Steinbach - Oberbr\u00fcden - Lippoldsweiler - Hohnweiler - D\u00e4fern",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31367_:",
        "label": "367",
        "long": "Backnang - Gro\u00dfaspach - Kleinaspach",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31367a:",
        "label": "367A",
        "long": "Backnang - Gro\u00dfaspach - Kleinaspach (Sch\u00fclerverkehr)",
        "short": "367A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31368_:",
        "label": "368",
        "long": "Backnang - Staigacker",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31368a:",
        "label": "368A",
        "long": "Str\u00fcmpfelbach - Tausschule (Sch\u00fclerverkehr)",
        "short": "368A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31369_:",
        "label": "369",
        "long": "Backnang ZOB - Industriegebiet S\u00fcd (- Heiningen - Maubach Bf)",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31370_:",
        "label": "370",
        "long": "Backnang ZOB - Biegel - Gartenstra\u00dfe - Murrb\u00e4der",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31372_:",
        "label": "372",
        "long": "Murrhardt - Grab - Gro\u00dferlach - Mainhardt (inkl. Limesbus Nord)",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31373_:",
        "label": "373",
        "long": "Murrhardt - Klingen - Sechselberg - Mettelberg - Murrhardt",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31374_:",
        "label": "374",
        "long": "Murrhardt - Siegelsb. -  Hinterb\u00fcchelb. - Waltersb. - Murrhardt",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31375_:",
        "label": "375",
        "long": "Murrhardt - Kirchenkirnberg - Kaisersbach - Welzheim (inkl. Limesbus S\u00fcd)",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31377_:",
        "label": "377",
        "long": "Murrhardt - Mannenweiler - Grab",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31380_:",
        "label": "380",
        "long": "Sulzbach (M) - Gro\u00dferlach - Mainhardt",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31380a:",
        "label": "380A",
        "long": "Sulzbach (M) - Zwerenberg - Eschenstruet - Sulzbach (M)",
        "short": "380A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31381_:",
        "label": "381",
        "long": "Backnang - Weissach i.T. - Auenwald - Backnang",
        "short": "381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31382_:",
        "label": "382",
        "long": "Backnang - Weissach i.T. - Auenwald - Alth\u00fctte",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31382a:",
        "label": "382A",
        "long": "Backnang - Weissach i.T. - Auenwald - Alth\u00fctte",
        "short": "382A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31383_:",
        "label": "383",
        "long": "Backnang - Allmersbach i.T. - Unterweissach (- Oberb.)",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31384_:",
        "label": "384",
        "long": "Backnang - Weissach i.T. - Alth\u00fctte",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31385_:",
        "label": "385",
        "long": "Sulzbach (M) - W\u00fcstenrot (inkl. R\u00e4uberbus)",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31386_:",
        "label": "386",
        "long": "Sulzbach (M) - Spiegelberg - Spiegelberger Teilorte",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31390_:",
        "label": "390",
        "long": "Backnang - Sulzbach (M) - Murrhardt",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31390a:",
        "label": "390A",
        "long": "Backnang - Sulzbach (M) - Murrhardt",
        "short": "390A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31391_:",
        "label": "391",
        "long": "Oppenweiler - Aichelbach - Zell",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31393_:",
        "label": "393",
        "long": "Backnang - Allmersbach i.T. - Rudersberg (Fahrrad2Go)",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31402_:",
        "label": "402",
        "long": "Hochdorf - Neckargr\u00f6ningen Stadtbahn - Pattonville",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31402a:",
        "label": "402A",
        "long": "Sch\u00fclerverkehr Remseck",
        "short": "402A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31403_:",
        "label": "403",
        "long": "Hochberg - Neckargr\u00f6ningen - Aldingen Berliner Stra\u00dfe",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31411_:",
        "label": "411",
        "long": "Kornwestheim Bahnhof - Realschule - Friedhof",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31412_:",
        "label": "412",
        "long": "Pattonville - Kornwestheim - Stammheim",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31413_:",
        "label": "413",
        "long": "Ludwigsburg - Kornwestheim Bf - Stadion - Rathaus - Bf - Ludwigsburg",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31414_:",
        "label": "414",
        "long": "Kornwestheim Bf - M\u00fchlh\u00e4user Stra\u00dfe - Bahnhof",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31415_:",
        "label": "415",
        "long": "Kornwestheim Bf - W\u00fcstenrot & W\u00fcrttembergische",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31420_:",
        "label": "420",
        "long": "Bahnhof (Arena) -  Gewerbegebiet West",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31421_:",
        "label": "421",
        "long": "O\u00dfweil-S\u00fcd - Ludwigsburg Oststadt - ZOB - Neckarweihingen",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31421a:",
        "label": "421A",
        "long": "Neckarweih. - Ludw. ZOB - Oststadt - O\u00dfweil-S\u00fcd (Sch\u00fclerverkehr)",
        "short": "421A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31422_:",
        "label": "422",
        "long": "Pflugfelden - Ludwigsburg ZOB - Schl\u00f6sslesfeld",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31422a:",
        "label": "422A",
        "long": "Pflugfelden - Ludw. ZOB - Schl\u00f6sslesfeld (Sch\u00fclerverkehr)",
        "short": "422A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31423_:",
        "label": "423",
        "long": "Ludwigsburg ZOB - Kreisberufsschule",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31424_:",
        "label": "424",
        "long": "Ludwigsburg ZOB - P\u00e4d. Hochschule - Breuningerland - IKEA",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31425_:",
        "label": "425",
        "long": "Eglosheim - Ludwigsburg ZOB - O\u00dfweil",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31425a:",
        "label": "425A",
        "long": "Eglosheim - Ludw. ZOB - O\u00dfweil (Sch\u00fclerverkehr)",
        "short": "425A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31426_:",
        "label": "426",
        "long": "Ludwigsburg Oststadt - ZOB - Eglosheim (- Monrepos)",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31427_:",
        "label": "427",
        "long": "Hoheneck - Ludwigsburg ZOB - Gr\u00fcnb\u00fchl",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31427a:",
        "label": "427A",
        "long": "(Pattonville -) Gr\u00fcnb\u00fchl - Ludw. ZOB - Hoheneck",
        "short": "427A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31428_:",
        "label": "428",
        "long": "Neckarweihingen Au - Immanuel-Dornfeld-Stra\u00dfe",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31429_:",
        "label": "429",
        "long": "Kornwestheim W&W - Ludwigsburg ZOB -  Neckarw.",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31430_:",
        "label": "430",
        "long": "Poppenweiler - Ludwigsburg ZOB - Heilbronner Stra\u00dfe",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31430a:",
        "label": "430A",
        "long": "Poppenweiler - Neckarweih. - Ludwigsburg ZOB (Sch\u00fclerverkehr)",
        "short": "430A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31431_:",
        "label": "431",
        "long": "Ludwigsburg - Neckargr\u00f6ningen - Neckarrems (- Hegnach - Waiblingen)",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31433_:",
        "label": "433",
        "long": "Asperg - Ludwigsburg ZOB - Hochberg - Poppenweiler",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31433a:",
        "label": "433A",
        "long": "Ludwigsburg - Poppenweiler (Sch\u00fclerverkehr)",
        "short": "433A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31443_:",
        "label": "443",
        "long": "Ludwigsburg - Neckarweihingen - Marbach (N)",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31444_:",
        "label": "444",
        "long": "Ludwigsburg - Freiberg - H\u00f6pfigh. (- Steinheim)",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31444a:",
        "label": "444A",
        "long": "Freiberg (N) - Pleidelsheim - H\u00f6pfigheim (Sch\u00fclerverkehr)",
        "short": "444A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31446_:",
        "label": "446",
        "long": "Freiberg (N) - Gro\u00dfingersheim - Kleiningersheim",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31446a:",
        "label": "446A",
        "long": "Freiberg (N) - Gro\u00dfingersheim - Kleiningersheim (Sch\u00fclerverkehr)",
        "short": "446A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31451_:",
        "label": "451",
        "long": "Marbach (N) - Poppenweiler - Neckargr\u00f6ningen",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31455_:",
        "label": "455",
        "long": "Backnang -  Burgstall (- Kirchberg)",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31456_:",
        "label": "456",
        "long": "Marbach (N) - Affalterbach (- Winnenden)",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31456a:",
        "label": "456A",
        "long": "Marbach (N) - Erdmannhausen - Affalterbach (Sch\u00fclerverkehr)",
        "short": "456A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31457_:",
        "label": "457",
        "long": "(Backnang -)  Aspach - Rielingshausen - Marbach - H\u00f6rnle",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31459_:",
        "label": "459",
        "long": "Freiberg (N) - Pleidelsheim - Besigheim",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31459a:",
        "label": "459A",
        "long": "Mundelsheim - Hessigheim - Besigheim (Sch\u00fclerverkehr)",
        "short": "459A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31460_:",
        "label": "460",
        "long": "Beilstein - Oberstenfeld - Gro\u00dfbottwar - Steinheim (M) - Marbach (N)",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31460a:",
        "label": "460A",
        "long": "Beilstein - Oberstenfeld - Gro\u00dfbottwar - Steinheim (M) - Marbach (N)",
        "short": "460A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31461_:",
        "label": "461",
        "long": "Winzerhausen - Gro\u00dfbottwar - Steinheim - Marbach (N)",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31463_:",
        "label": "463",
        "long": "Prevorst - Gronau - Oberstenfeld",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": false,
        "id": "de:vvs:31464_:",
        "label": "464",
        "long": "Marbach - Bottwartal - Neckartal - Besigheim",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31465_:",
        "label": "465",
        "long": "Hof und Lembach - Gro\u00dfbottwar",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31467_:",
        "label": "467",
        "long": "Backnang - Kleinaspach - Oberstenfeld - Prevorst (Berg- und Talbus)",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31477_:",
        "label": "477",
        "long": "Burgstall - Kirchberg - Zwingelhausen - Gro\u00dfaspach",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31488_:",
        "label": "488",
        "long": "Kirchberg (M) Bf - Zwingelhausen - Kirchberg (M) Bf (Ortsbus Kirchberg(M))",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31501_:",
        "label": "501",
        "long": "Feuerbach - Kallenberg - M\u00fcnchingen - Schwieberdingen (- Hemmingen)",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31502_:",
        "label": "502",
        "long": "Feuerbach - Schwieberdingen - Hemmingen - Eberdingen - Riet",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31503_:",
        "label": "503",
        "long": "Feuerbach - Schwieberdingen - Vaihingen (E)",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31504_:",
        "label": "504",
        "long": "Feuerbach - Kallenberg - M\u00fcnchingen - Schwieberdingen",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31508_:",
        "label": "508",
        "long": "Ludwigsburg - M\u00f6glingen - Zuffenhausen",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31531_:",
        "label": "531",
        "long": "Asperg - Markgr\u00f6ningen - Schwieberdingen",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31531a:",
        "label": "531A",
        "long": "Hemmingen - Schwieberdingen -  Markgr\u00f6ningen",
        "short": "531A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31532_:",
        "label": "532",
        "long": "Ludwigsburg - Asperg - Markgr\u00f6ningen - Oberriexingen",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31532a:",
        "label": "532A",
        "long": "Unterriexingen - Markgr\u00f6ningen",
        "short": "532A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31533_:",
        "label": "533",
        "long": "Aldingen - Ludwigsburg - M\u00f6glingen - Markgr\u00f6ningen",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31533a:",
        "label": "533A",
        "long": "M\u00f6glingen - Markgr\u00f6ningen",
        "short": "533A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31534_:",
        "label": "534",
        "long": "Ludwigsburg - M\u00f6glingen - Schwieberdingen - Hemmingen",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31534a:",
        "label": "534A",
        "long": "Unterriex. - Markgr. - M\u00f6gl. - Ludwigsburg",
        "short": "534A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31535_:",
        "label": "535",
        "long": "Ludwigsburg - M\u00f6glingen - M\u00fcnchingen - Ditzingen",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31536_:",
        "label": "536",
        "long": "Ludw. IKEA - Breuningerland - Tamm - M\u00f6glingen",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31536a:",
        "label": "536A",
        "long": "Tamm - Asperg - M\u00f6glingen",
        "short": "536A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31541_:",
        "label": "541",
        "long": "(Tamm -) Bissingen - Unterriexingen",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31542_:",
        "label": "542",
        "long": "Bietigheim - Bissingen - Tamm - Hoheneck",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31544_:",
        "label": "544",
        "long": "Bietigheim - Sachsenheim - Eichwald",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31551_:",
        "label": "551",
        "long": "Tammerfeld - Buch - Bietigheim - Metterzimmern - Sachsenheim",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31551a:",
        "label": "551A",
        "long": "Bietigheim - Metterzimmern - Sachsenheim (Sch\u00fclerverkehr)",
        "short": "551A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31554_:",
        "label": "554",
        "long": "Sachsenheim - Bissingen -  ZOB - Bietigheim - B\u00f6nnigheim",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31554a:",
        "label": "554A",
        "long": "Ellental - Bissingen -  ZOB - Bietigh. - B\u00f6nnigh. (Sch\u00fclerverkehr)",
        "short": "554A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31556_:",
        "label": "556",
        "long": "ZOB - Bissingen - Ellental - Kronenzentrum",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31558_:",
        "label": "558",
        "long": "Bietigheim ZOB - Bruchwald - Laiern - ZOB",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31559_:",
        "label": "559",
        "long": "Bietigheim ZOB - Gustav-Rau-Str. - B\u00fcttenwiesen - ZOB",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31560_:",
        "label": "560",
        "long": "Stadtverkehr Besigheim",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31561_:",
        "label": "561",
        "long": "Ellentalgymnasien - Kronenzentrum - ZOB - Buchzentrum",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31562_:",
        "label": "562",
        "long": "Oberriexingen - Sachsenheim",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31563_:",
        "label": "563",
        "long": "Bietigheim Kammgarnspinnerei - Bietigheim Kronenzentrum",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31564_:",
        "label": "564",
        "long": "Bietgh. Krankenhaus - Bietigheim ZOB - Freiberg (N)",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31566_:",
        "label": "566",
        "long": "Vaihingen (E) - Sersheim - Sachsenheim - Bietigheim",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31567_:",
        "label": "567",
        "long": "Hohenhaslach - Freudental - Bietigheim - Gro\u00dfingersheim - Pleidelsheim (- Murr)",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31567a:",
        "label": "567A",
        "long": "Kleiningersheim - Gro\u00dfingersheim - Bietigheim (Sch\u00fclerverkehr)",
        "short": "567A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31568_:",
        "label": "568",
        "long": "Freudental - L\u00f6chgau - Besigheim - Ottmarsheim",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31568a:",
        "label": "568A",
        "long": "Freudental - L\u00f6chgau - Besigheim - Ottmarsheim (Sch\u00fclerverkehr)",
        "short": "568A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31571_:",
        "label": "571",
        "long": "(Bietigheim -) Sachsenheim - H\u00e4fnerhaslach",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31571a:",
        "label": "571A",
        "long": "H\u00e4fnerhaslach - Hohenhaslach - Gro\u00dfsachsenheim (Sch\u00fclerverkehr)",
        "short": "571A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31572_:",
        "label": "572",
        "long": "Bietigheim - Tripsdrill - Kirbachtal (Fahrrad- & Wanderbus \"Stromer\")",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31573_:",
        "label": "573",
        "long": "Kirchheim (N) - Gemmrigheim (- Ottmarsheim)",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31574_:",
        "label": "574",
        "long": "Besigheim - Kirchheim (N) - B\u00f6nnigheim",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31574a:",
        "label": "574A",
        "long": "B\u00f6nnigh. - Kirchheim (N) - Gemmrigh. - Besigh. (Sch\u00fclerverkehr)",
        "short": "574A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31578_:",
        "label": "578",
        "long": "Sachsenheim - Sersheim - Kleinglattbach - Vaihingen (E)",
        "short": "578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31579_:",
        "label": "579",
        "long": "Oberriexingen - Enzweihingen - Vaihingen (E) -",
        "short": "579",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31590_:",
        "label": "590",
        "long": "Vaihingen (E) - Ensingen - Horrheim - Hohenhaslach",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31591_:",
        "label": "591",
        "long": "Ensingen - Kleinglattbach - Vaihingen (E) - Ro\u00dfwag",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31591a:",
        "label": "591A",
        "long": "Ensingen - Kleinglattbach - Vaihingen (E) Sch\u00fclerverkehr",
        "short": "591A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31592_:",
        "label": "592",
        "long": "G\u00fcndelbach - Vaihingen (E) - Eberdingen (- Hochdorf)",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31592a:",
        "label": "592A",
        "long": "Eberdingen - Nu\u00dfdorf - Aurich - Vaihingen (E) (Sch\u00fclerverkehr)",
        "short": "592A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31592b:",
        "label": "592B",
        "long": "G\u00fcndelbach - Horrheim - Vaihingen (E) (Sch\u00fclerverkehr)",
        "short": "592B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31595_:",
        "label": "595",
        "long": "Vaihingen (E) - Enzweihingen - Riet - Hochdorf",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31612_:",
        "label": "612",
        "long": "Korntal - Neuwirtshaus - Kallenberg - M\u00fcnchingen",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31612a:",
        "label": "612A",
        "long": "Kallenberg - M\u00fcnchingen (Sch\u00fclerverkehr)",
        "short": "612A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31620_:",
        "label": "620",
        "long": "Ditzingen - Heimerdingen",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31620a:",
        "label": "620A",
        "long": "Ditzingen - Heimerdingen (Sch\u00fclerverkehr)",
        "short": "620A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31622_:",
        "label": "622",
        "long": "Stadtverkehr Ditzingen: Bf - Am Maurener Berg - Bf",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31623_:",
        "label": "623",
        "long": "Ditzingen - Sch\u00f6ckingen",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31623a:",
        "label": "623A",
        "long": "Sch\u00f6ckingen - Hirschlanden - Ditzingen (Sch\u00fclerverkehr)",
        "short": "623A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31624_:",
        "label": "624",
        "long": "Stadtverkehr Ditzingen: Bf - \"Ob dem Korntaler Weg\" - Bf",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31625_:",
        "label": "625",
        "long": "Ditzingen Bahnhof S\u00fcd - Gewerbegebiet S\u00fcd",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31626_:",
        "label": "626",
        "long": "Stadtverkehr Ditzingen: Bf - Industriegebiet Ost und zur\u00fcck",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31631_:",
        "label": "631",
        "long": "Leonberg - Warmbronn (- Sindelfingen)",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31631a:",
        "label": "631A",
        "long": "Sch\u00fclerverkehr: Leonberg / Ramtel - Eltingen - Warmbronn",
        "short": "631A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31634_:",
        "label": "634",
        "long": "Weissach - Rutesheim - Leonberg",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31634a:",
        "label": "634A",
        "long": "Weissach - Flacht - Rutesheim (Sch\u00fclerverkehr)",
        "short": "634A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31635_:",
        "label": "635",
        "long": "Leonberg - Gerlingen",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31636_:",
        "label": "636",
        "long": "Weissach - Rutesheim - Renningen",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31637_:",
        "label": "637",
        "long": "Renningen S\u00fcd - Bf - Robert-Bosch-Campus - Malmsheim (-Rutesheim)",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31638_:",
        "label": "638",
        "long": "Ditzingen - Gerlingen - Leonberg Golfplatz",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31640_:",
        "label": "640",
        "long": "Leonberg Blosenbergkirche - Bahnhof - Ramtel",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31641_:",
        "label": "641",
        "long": "Leonberg Bahnhof - Gewerbegebiet Hertichstra\u00dfe - L\u00e4ngenb\u00fchl",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31642_:",
        "label": "642",
        "long": "Leonberg Bf - Ramtel - Waldfriedhof",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31650_:",
        "label": "650",
        "long": "Leonberg - H\u00f6fingen - Hirschlanden - Sch\u00f6ckingen - Hemmingen",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31651_:",
        "label": "651",
        "long": "Leonberg Ezach - Bahnhof - Haldengebiet - H\u00f6fingen",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31651a:",
        "label": "651A",
        "long": "Sch\u00fclerverkehr: Leonberg - H\u00f6fingen",
        "short": "651A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31652_:",
        "label": "652",
        "long": "Weissach Porsche - Heimsheim Dieb - Friolzheim - Tiefenbronn - Heimsheim - Leonberg",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31653_:",
        "label": "653",
        "long": "Weissach / Wiernsheim - M\u00f6nsheim - Heimsheim - Rutesheim - Leonberg",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31653a:",
        "label": "653A",
        "long": "Heckeng\u00e4u - Rutesheim / Weissach / JCB-Schule (Sch\u00fclerverkehr)",
        "short": "653A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31654_:",
        "label": "654",
        "long": "Rutesheim  - Gebersheim - Leonberg",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31654a:",
        "label": "654A",
        "long": "Sch\u00fclerverkehr: Rutesheim Bahnhof - Schulzentrum",
        "short": "654A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31656_:",
        "label": "656",
        "long": "Leonberg Bahnhof - Haldengebiet - H\u00f6fingen - Gebersheim",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31660_:",
        "label": "660",
        "long": "Schnellbus Wiernsheim - M\u00f6nsheim - Heimsheim - Leonberg",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31663_:",
        "label": "663",
        "long": "Weil der Stadt - Merklingen - M\u00fcnklingen - Neuhausen (Enzkreis)",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31663a:",
        "label": "663A",
        "long": "Sch\u00fclerverkehr: Weil der Stadt - Merklingen - M\u00fcnklingen - Hausen",
        "short": "663A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31665_:",
        "label": "665",
        "long": "Weil der Stadt Bf - Blammerberg - Bf",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31666_:",
        "label": "666",
        "long": "Weil der Stadt - Lehningen - Tiefenbronn - Pforzheim",
        "short": "666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31666a:",
        "label": "666A",
        "long": "Sch\u00fclerverkehr: Tiefenbronn - Neuhausen - Steinegg",
        "short": "666A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31701_:",
        "label": "701",
        "long": "B\u00f6bl. Diezenhalde - ZOB - Sindelf. ZOB - Eichholz",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31701a:",
        "label": "701A",
        "long": "B\u00f6blingen ZOB - Sindelfingen ZOB",
        "short": "701A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31702_:",
        "label": "702",
        "long": "(Landhaussiedlung - Maichingen -) Hinterweil -Sindelfingen ZOB - Mercedes-Benz-Werk",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31703_:",
        "label": "703",
        "long": "B\u00f6blingen ZOB - Mercedes-Benz-Werk",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31704_:",
        "label": "704",
        "long": "B\u00f6blingen ZOB - Goldberg - Sindelfingen ZOB - Hinterweil - Maichingen Schl\u00fcssel\u00e4cker - Bahnhof/Darmsheim H\u00e4slach",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31704a:",
        "label": "704A",
        "long": "Maichingen - Hinterweil - Sindelfingen ZOB - Goldberg - B\u00f6blingen Waldorfschule",
        "short": "704A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31705_:",
        "label": "705",
        "long": "B\u00f6blingen Diezenhalde - Reiterhof - Bahnhof - Flugfeld - Sindelfingen ZOB - Maichingen - Landhaussiedlung (- Waldfriedhof)",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31705a:",
        "label": "705A",
        "long": "Landhaussiedlung - Maichingen - Sindelfingen",
        "short": "705A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31706_:",
        "label": "706",
        "long": "B\u00f6blingen ZOB - Goldberg - Sindelfingen Breuningerland - Viehweide",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31707_:",
        "label": "707",
        "long": "Hulb - Sindelfingen Mercedes-Benz - ZOB",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31708_:",
        "label": "708",
        "long": "(Sindelfingen Dachsklinge -) Eichholz - Krankenhaus - ZOB - Goldberg - B\u00f6blingen Thermalbad (- AWB)",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31709_:",
        "label": "709",
        "long": "B\u00f6blingen ZOB - Hallenbad - Rauher Kapf",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31709a:",
        "label": "709A",
        "long": "Sindelfingen Frankenstra\u00dfe - B\u00f6blingen Rauher Kapf",
        "short": "709A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31711_:",
        "label": "711",
        "long": "Sindelfingen ZOB - Goldberg (Leipziger Stra\u00dfe) - Breuningerland",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31717_:",
        "label": "717",
        "long": "Sindelf. Viehweide - ZOB - Dagersheim - Darmsheim -(B\u00f6blingen ZOB)",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31717a:",
        "label": "717A",
        "long": "Viehweide - Sindelfingen ZOB - Goldberg-Schulen",
        "short": "717A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31721_:",
        "label": "721",
        "long": "B\u00f6blingen Diezenhalde - Grund - ZOB - Kreiskrankenhaus - Thermalbad",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31721a:",
        "label": "721A",
        "long": "B\u00f6blingen Grund - Diezenhalde",
        "short": "721A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31722_:",
        "label": "722",
        "long": "B\u00f6blingen ZOB - Herrenberger Stra\u00dfe - Dagersheim - Darmsheim Inneres B\u00fchl - H\u00e4slach",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31722a:",
        "label": "722A",
        "long": "Darmsheim Inneres B\u00fchl - Dagersheim - Sindelf. Goldberg-Gymnasium",
        "short": "722A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31723_:",
        "label": "723",
        "long": "Dagersh. Goethestra\u00dfe - B\u00f6blingen ZOB - Tannenberg",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31723a:",
        "label": "723A",
        "long": "Dagersheim Ost - B\u00f6blingen Kremser Stra\u00dfe - ZOB",
        "short": "723A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31725_:",
        "label": "725",
        "long": "B\u00f6blingen ZOB - Reu\u00dfensteinstra\u00dfe - Waldorfschule - Panzerkaserne - AWB",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31728_:",
        "label": "728",
        "long": "B\u00f6blingen ZOB - Hulb - Hulb-West",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31734_:",
        "label": "734",
        "long": "Sindelfingen ZOB - Goldberg - Sch\u00f6naich - Sch\u00f6naich - Goldberg - Sindelfingen ZOB",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31745_:",
        "label": "745",
        "long": "Magstadt - Maichingen (- Sindelfingen)",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31745a:",
        "label": "745A",
        "long": "Magstadt - Maichingen (- Sindelfingen)",
        "short": "745A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31747_:",
        "label": "747",
        "long": "Universit\u00e4t - B\u00fcsnau - Warmbronn - Renningen",
        "short": "747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31748_:",
        "label": "748",
        "long": "Universit\u00e4t - Sindelfingen - Maichingen - Grafenau - Ostelsheim",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31748a:",
        "label": "748A",
        "long": "Sch\u00fclerverkehr Sindelfingen - Maichingen - Grafenau - Schafhausen - Ostelsheim",
        "short": "748A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31751_:",
        "label": "751",
        "long": "Herrenberg ZOB - Hildrizhausen - Holzgerlingen",
        "short": "751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31752_:",
        "label": "752",
        "long": "Ehningen - Hildrizhausen - Altdorf Holzgerlingen Friedhof  (- Sindelfingen ZOB)",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31753_:",
        "label": "753",
        "long": "Rohrau - G\u00e4rtringen - Nufringen - Herrenberg",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31755_:",
        "label": "755",
        "long": "Glash\u00fctte - Waldenbuch Schloss",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31756_:",
        "label": "756",
        "long": "(Weil im Sch\u00f6nbuch -) Neuweiler - Holzgerlingen - Neuweiler (- Weil i. S.)",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31757_:",
        "label": "757",
        "long": "Holzgerlingen Buch - Sch\u00f6naich",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31760_:",
        "label": "760",
        "long": "B\u00f6blingen - Sch\u00f6naich - Steinenbronn (- Waldenbuch Schloss)",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31760a:",
        "label": "760A",
        "long": "Sch\u00fclerverkehr Sindelfingen - B\u00f6blingen - Sch\u00f6nbuchlichtung",
        "short": "760A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31761_:",
        "label": "761",
        "long": "B\u00f6blingen - Sch\u00f6naich - Weil i. S.",
        "short": "761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31761a:",
        "label": "761A",
        "long": "Breitenstein - Neuweiler - Weil im Sch\u00f6nbuch",
        "short": "761A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31763_:",
        "label": "763",
        "long": "(Sindelfingen -) B\u00f6blingen - Aidlingen - Deufringen - Gechingen - Stammheim (CW) - Calw",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31763a:",
        "label": "763A",
        "long": "Sch\u00fclerverkehr: Sindelfingen - B\u00f6blingen - Dagersheim - Aidlingen - Deufringen - Dachtel - Gechingen - Stammheim (CW)",
        "short": "763A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31764_:",
        "label": "764",
        "long": "(Sindelfingen -) B\u00f6blingen - Aidlingen - Dachtel (- Gechingen)",
        "short": "764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31766_:",
        "label": "766",
        "long": "B\u00f6blingen - D\u00f6ffingen - D\u00e4tzingen - Schafhausen - Weil der Stadt",
        "short": "766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31766a:",
        "label": "766A",
        "long": "Sch\u00fclerverkehr: D\u00e4tzingen - Schafhausen - Weil der Stadt",
        "short": "766A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31768a:",
        "label": "768A",
        "long": "Sch\u00fclerverkehr: G\u00e4rtringen - Aidlingen - Lehenweiler - D\u00f6ffingen",
        "short": "768A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31769_:",
        "label": "769",
        "long": "Sindelfingen - Maichingen - D\u00f6ffingen - D\u00e4tzingen - Weil der Stadt",
        "short": "769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31770_:",
        "label": "770",
        "long": "RegioBus: Herrenberg - Deckenpfronn - Calw",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31773_:",
        "label": "773",
        "long": "Herrenberg - Deckenpfronn",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31773a:",
        "label": "773A",
        "long": "Herrenberg - Deckenpfronn",
        "short": "773A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31774_:",
        "label": "774",
        "long": "Nagold - Jettingen - Haslach - Herrenberg",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31774a:",
        "label": "774A",
        "long": "Sch\u00fclerverkehr Nagold - Herrenberg",
        "short": "774A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31776_:",
        "label": "776",
        "long": "Altingen - \u00d6schelbronn - G\u00e4ufelden",
        "short": "776",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31777_:",
        "label": "777",
        "long": "Nagold - M\u00f6tzingen - G\u00e4ufelden - Altingen",
        "short": "777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31778_:",
        "label": "778",
        "long": "Nagold - M\u00f6tzingen - Bondorf",
        "short": "778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:317803:",
        "label": "780",
        "long": "Herrenberg Hallenbad - ZOB - Nord - West - Kalkofenstra\u00dfe",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31780_:",
        "label": "780",
        "long": "Herrenberg Hallenbad - ZOB - Nord - West - Kalkofenstra\u00dfe",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31782_:",
        "label": "782",
        "long": "Herrenberg ZOB - Ziegelfeld - Ehb\u00fchl - ZOB",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31783_:",
        "label": "783",
        "long": "Herrenberg ZOB - Polizeihochschule - Herrenberg ZOB",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31790_:",
        "label": "790",
        "long": "Herrenberg - Nebringen - \u00d6schelbronn - M\u00f6tzingen",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31791_:",
        "label": "791",
        "long": "Entringen - Breitenholz - Kayh - Herrenberg",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31794_:",
        "label": "794",
        "long": "(Herrenberg ZOB - Kayh -) Tailfingen - Herrenberg ZOB (- Vogelsang - ZOB)",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31805_:",
        "label": "805",
        "long": "Bernhausen - Aich - Schlaitdorf - Altenriet - Walddorfh\u00e4slach",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31807_:",
        "label": "807",
        "long": "Bernhausen - Harthausen - Gr\u00f6tzingen - Aich Rudolfsh\u00f6he",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31808_:",
        "label": "808",
        "long": "Bernhausen - Aich - Neckartailfingen - Altdorf - Neckartenzlingen ( - Altenriet - Schlaitdorf)",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31808a:",
        "label": "808A",
        "long": "Neckartenzlingen - Aichtal",
        "short": "808A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31809_:",
        "label": "809",
        "long": "Bernhausen - Harthausen - Gr\u00f6tzingen - Aich - Neuenhaus",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31809a:",
        "label": "809A",
        "long": "Sielmingen - Bonlanden - Gr\u00f6tzingen - Aich - Neuenhaus - Waldenbuch",
        "short": "809A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31811_:",
        "label": "811",
        "long": "Bernhausen - Stetten (F) Gewerbegebiet - Erlach",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31812_:",
        "label": "812",
        "long": "Bernhausen - Flughafen/Messe - Stetten - Bonlanden - Bernhausen",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31813_:",
        "label": "813",
        "long": "Bernhausen - Bonlanden - Stetten - Flughafen/Messe - Bernhausen",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31814_:",
        "label": "814",
        "long": "Bernhausen - Plattenhardt - Echterdingen - Musberg",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31815_:",
        "label": "815",
        "long": "Bernhausen - Plattenhardt - Waldenbuch",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31816_:",
        "label": "816",
        "long": "Bernhausen - Neuhausen - Ruit",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31816a:",
        "label": "816A",
        "long": "Neuhausen - Bernhausen - Bonlanden (Sch\u00fclerverkehr)",
        "short": "816A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31817_:",
        "label": "817",
        "long": "Neuhausen - Sielmingen - Bernhausen",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31818_:",
        "label": "818",
        "long": "(Bernhausen -) Stetten - Echterdingen - Leinfelden - Musberg",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31818a:",
        "label": "818A",
        "long": "Musberg - Leinfelden - Echterdingen - Plattenhardt (Sch\u00fclerverkehr)",
        "short": "818A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31826_:",
        "label": "826",
        "long": "Leinfelden - Waldenbuch - T\u00fcbingen",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31826a:",
        "label": "826A",
        "long": "Waldenbuch - Leinfelden (Sch\u00fclerverkehr)",
        "short": "826A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31827_:",
        "label": "827",
        "long": "H\u00e4slach - Walddorf - Dettenhausen - Pfrondorf - T\u00fcbingen",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31828_:",
        "label": "828",
        "long": "Flughafen - Echterdingen - Waldenbuch - T\u00fcbingen",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31901_:",
        "label": "901",
        "long": "G\u00f6ppingen ZOB - Friedhof - Stauferpark - Lise-Meitner-Stra\u00dfe",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31901a:",
        "label": "901A",
        "long": "G\u00f6ppingen ZOB - Hogy - Stadthalle",
        "short": "901A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31902_:",
        "label": "902",
        "long": "G\u00f6ppingen ZOB - Alb Fils Klinikum",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31903_:",
        "label": "903",
        "long": "G\u00f6ppingen ZOB - Galgenberg",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31904_:",
        "label": "904",
        "long": "G\u00f6ppingen ZOB - Bartenbach - Hohrein Ortsmitte",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31905_:",
        "label": "905",
        "long": "G\u00f6ppingen ZOB - EWS-Arena - Bartenbach",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31906_:",
        "label": "906",
        "long": "G\u00f6ppingen ZOB - Jebenhausen",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31911_:",
        "label": "911",
        "long": "G\u00f6ppingen - Faurndau - Uhingen - Albershausen",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31911a:",
        "label": "911A",
        "long": "G\u00f6ppingen - Faurndau - Uhingen - Albershausen",
        "short": "911A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31912_:",
        "label": "912",
        "long": "G\u00f6ppingen - Faurndau - Wangen - Oberw\u00e4lden",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31912a:",
        "label": "912A",
        "long": "G\u00f6ppingen - Faurndau - Wangen - Oberw\u00e4lden",
        "short": "912A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31913_:",
        "label": "913",
        "long": "G\u00f6ppingen - Faurndau - Sparwiesen",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31913a:",
        "label": "913A",
        "long": "Sparwiesen - Faurndau - G\u00f6ppingen",
        "short": "913A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31914_:",
        "label": "914",
        "long": "G\u00f6ppingen - Faurndau - Uhingen - Albershausen - Schlierbach - Kirchheim (T)",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31914a:",
        "label": "914A",
        "long": "G\u00f6ppingen ZOB - Faurndau - Uhingen - Albershausen - Schlierbach - Kirchheim (T)",
        "short": "914A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31915_:",
        "label": "915",
        "long": "Rechberghausen - Uhingen - G\u00f6ppingen",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31916_:",
        "label": "916",
        "long": "Uhingen - B\u00fcnzwangen - Ebersbach",
        "short": "916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31916a:",
        "label": "916A",
        "long": "Baiereck - B\u00fcnzwangen - Ebersbach",
        "short": "916A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31917_:",
        "label": "917",
        "long": "Ebersbach (F) - Winterbach",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31918_:",
        "label": "918",
        "long": "Uhingen - Baiereck",
        "short": "918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31920_:",
        "label": "920",
        "long": "G\u00f6ppingen - Jebenhausen - Bad Boll - Zell - Aichelberg",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31920a:",
        "label": "920A",
        "long": "[Faurndau] - G\u00f6ppingen - Jebenhausen - Bad Boll - Zell - [Aichelberg]",
        "short": "920A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31921_:",
        "label": "921",
        "long": "G\u00f6ppingen - Jebenhausen - Hattenhofen - [Zell]",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31921a:",
        "label": "921A",
        "long": "G\u00f6ppingen ZOB - Jebenhausen - Hattenhofen - Zell",
        "short": "921A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31922_:",
        "label": "922",
        "long": "Uhingen - Sparwiesen - Hattenhofen - Zell",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31922a:",
        "label": "922A",
        "long": "Uhingen - Sparwiesen - Hattenhofen - Zell",
        "short": "922A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31924_:",
        "label": "924",
        "long": "Ebersbach - Weiler - Ro\u00dfw\u00e4lden - Schlierbach - Bad Boll",
        "short": "924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31924a:",
        "label": "924A",
        "long": "Ebersbach - Weiler - Ro\u00dfw\u00e4lden - Schlierbach - Bad Boll",
        "short": "924A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31931_:",
        "label": "931",
        "long": "G\u00f6ppingen - Rechberghausen - W\u00e4schenbeuren",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31931a:",
        "label": "931A",
        "long": "G\u00f6ppingen - Rechberghausen - W\u00e4schenbeuren - (Lenglingen)",
        "short": "931A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31932_:",
        "label": "932",
        "long": "G\u00f6ppingen - Faurndau - Rechberghausen - Schw\u00e4bisch Gm\u00fcnd",
        "short": "932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31932a:",
        "label": "932A",
        "long": "G\u00f6ppingen - Rechberghausen - Lenglingen",
        "short": "932A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31933_:",
        "label": "933",
        "long": "G\u00f6ppingen - Hohenstaufen - Maitis - Lenglingen",
        "short": "933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31933a:",
        "label": "933A",
        "long": "G\u00f6ppingen - Hohenstaufen (- Maitis - Lenglingen)",
        "short": "933A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31934_:",
        "label": "934",
        "long": "G\u00f6ppingen - Bartenbach - Rechberghausen- B\u00f6rtlingen",
        "short": "934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31934a:",
        "label": "934A",
        "long": "G\u00f6ppingen - Bartenbach - Rechberghausen - (B\u00f6rtlingen)",
        "short": "934A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31935_:",
        "label": "935",
        "long": "G\u00f6ppingen - Rechberghausen - Adelberg - Schorndorf",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31935a:",
        "label": "935A",
        "long": "G\u00f6ppingen - Rechberghausen - Adelberg / Adelberg - Oberberken - Schorndorf",
        "short": "935A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31940_:",
        "label": "940",
        "long": "G\u00f6ppingen ZOB - Eislingen Schlossplatz/Bahnhof",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31941_:",
        "label": "941",
        "long": "G\u00f6ppingen - Eislingen - Salach - Eislingen - Ottenbach",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31941a:",
        "label": "941A",
        "long": "Eislingen - Salach - Eislingen - Ottenbach",
        "short": "941A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31942_:",
        "label": "942",
        "long": "G\u00f6ppingen ZOB - Eislingen Zeisigweg",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31950_:",
        "label": "950",
        "long": "B\u00f6hmenkirch - St\u00f6tten - Geislingen ZOB",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31950a:",
        "label": "950A",
        "long": "B\u00f6hmenkirch - St\u00f6tten - Geislingen ZOB",
        "short": "950A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31951_:",
        "label": "951",
        "long": "S\u00fc\u00dfen - Gingen - Geislingen Stadtkirche",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31951a:",
        "label": "951A",
        "long": "S\u00fc\u00dfen - Gingen - Geislingen Stadtkirche",
        "short": "951A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31957_:",
        "label": "957",
        "long": "Geislingen Stadtkirche - Weiler - Schalkstetten",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31958_:",
        "label": "958",
        "long": "Geislingen ZOB - Eybach - B\u00f6hmenkirch",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31958a:",
        "label": "958A",
        "long": "Geislingen ZOB - Eybach - B\u00f6hmenkirch",
        "short": "958A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31959_:",
        "label": "959",
        "long": "Geislingen - Waldhausen - Gerstetten",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31961_:",
        "label": "961",
        "long": "Deggingen - Hohenstadt",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31962_:",
        "label": "962",
        "long": "Geislingen ZOB - Berufsschulzentrum - Wilhelmsh\u00f6he - ZOB",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31963_:",
        "label": "963",
        "long": "Geislingen ZOB - Wilhelmsh\u00f6he - Neuwiesen - Geislingen ZOB",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31964_:",
        "label": "964",
        "long": "Geislingen - Oberb\u00f6hringen",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31965_:",
        "label": "965",
        "long": "Geislingen ZOB - Unterb\u00f6hringen",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31965a:",
        "label": "965A",
        "long": "Geislingen Stadtkirche - Unterb\u00f6hringen",
        "short": "965A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31966_:",
        "label": "966",
        "long": "Geislingen ZOB - Wiesensteig Rathaus",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31966a:",
        "label": "966A",
        "long": "Geislingen ZOB - Wiesensteig Rathaus",
        "short": "966A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31967_:",
        "label": "967",
        "long": "Merklingen - Wiesensteig - Gosbach - Merklingen",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31968_:",
        "label": "968",
        "long": "Merklingen - Gosbach - Wiesensteig - Merklingen",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31970_:",
        "label": "970",
        "long": "S\u00fc\u00dfen Fuchseckstr. - Bahnhof - Donzdorf Schulzentrum (Citybus)",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31971_:",
        "label": "971",
        "long": "S\u00fc\u00dfen - Reichenbach u.R. - Wi\u00dfgoldingen",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31972_:",
        "label": "972",
        "long": "G\u00f6ppingen ZOB - S\u00fc\u00dfen - Donzdorf - B\u00f6hmenkirch",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31972a:",
        "label": "972A",
        "long": "G\u00f6ppingen ZOB - S\u00fc\u00dfen - Donzdorf - B\u00f6hmenkirch",
        "short": "972A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31980_:",
        "label": "980",
        "long": "G\u00f6ppingen ZOB - Ursenwang - Schlat",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31980a:",
        "label": "980A",
        "long": "G\u00f6ppingen ZOB - Ursenwang - Schlat",
        "short": "980A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31981_:",
        "label": "981",
        "long": "G\u00f6ppingen ZOB - Gruibingen - Wiesensteig",
        "short": "981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31981a:",
        "label": "981A",
        "long": "Deggingen - Gruibingen - G\u00f6ppingen ZOB",
        "short": "981A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31982_:",
        "label": "982",
        "long": "Gammelshausen - Bad Ditzenbach - Deggingen",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31983_:",
        "label": "983",
        "long": "G\u00f6ppingen ZOB - Heiningen - Bad Boll",
        "short": "983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31983a:",
        "label": "983A",
        "long": "G\u00f6ppingen ZOB - Heiningen - Bad Boll",
        "short": "983A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31984_:",
        "label": "984",
        "long": "G\u00f6ppingen ZOB - S\u00fc\u00dfen ZOB",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31984a:",
        "label": "984A",
        "long": "G\u00f6ppingen ZOB - S\u00fc\u00dfen ZOB",
        "short": "984A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31997_:",
        "label": "997",
        "long": "G\u00f6ppingen ZOB - Berufsschulzentrum \u00d6de",
        "short": "997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X16_:",
        "label": "X16",
        "long": "(Sindelfingen -) B\u00f6blingen - Waldenbuch - Aichtal - N\u00fcrtingen",
        "short": "X16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X18_:",
        "label": "X18",
        "long": "N\u00fcrtingen - Neckartenzlingen - Mittelstadt",
        "short": "X18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X19_:",
        "label": "X19",
        "long": "Gro\u00dfbettlingen - N\u00fcrtingen",
        "short": "X19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X43_:",
        "label": "X43",
        "long": "Ludwigsburg - Neckargr\u00f6ningen - Hegnach - Waiblingen",
        "short": "X43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X46_:",
        "label": "X46",
        "long": "Beilstein - Oberstenfeld - Gro\u00dfbottwar - Marbach (N)",
        "short": "X46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X74_:",
        "label": "X74",
        "long": "Universit\u00e4t - Magstadt - Weil der Stadt",
        "short": "X74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X76_:",
        "label": "X76",
        "long": "B\u00f6blingen - Sch\u00f6naich - Waldenbuch",
        "short": "X76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X77_:",
        "label": "X77",
        "long": "Altensteig - Nagold - Herrenberg (Schnellbus)",
        "short": "X77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:31X82_:",
        "label": "X82",
        "long": "Flughafen - Echterdingen - Waldenbuch - T\u00fcbingen",
        "short": "X82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33001_:",
        "label": "N1",
        "long": "Schlossplatz - Vaihingen B\u00fcsnau - Schlossplatz",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33002_:",
        "label": "N2",
        "long": "Schlossplatz - Botnang - Schlossplatz",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33003_:",
        "label": "N3",
        "long": "Schlossplatz - Gerlingen - Schlossplatz",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33004_:",
        "label": "N4",
        "long": "Schlossplatz - Zuffenhausen - Schlossplatz",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33005_:",
        "label": "N5",
        "long": "Schlossplatz - Neugereut - Schlossplatz",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33006_:",
        "label": "N6",
        "long": "Schlossplatz - Fellbach - Schlossplatz",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33007_:",
        "label": "N7",
        "long": "Schlossplatz - Heumaden - Schlossplatz",
        "short": "N7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33008_:",
        "label": "N8",
        "long": "Schlossplatz - Plieningen - Schlossplatz",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33009_:",
        "label": "N9",
        "long": "Schlossplatz - Fasanenhof - Schlossplatz",
        "short": "N9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:33010_:",
        "label": "N10",
        "long": "Schlossplatz - Rohrer H\u00f6he - Schlossplatz",
        "short": "N10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34011_:",
        "label": "N11",
        "long": "Plochingen - Reichenbach - Hochdorf - Notzingen",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34012_:",
        "label": "N12",
        "long": "Esslingen (N) ZOB - W\u00e4ldenbronn - Wiflingshausen - Sulzgries - R\u00fcdern - Neckarhalde - Sulzgries - Esslingen (N) ZOB",
        "short": "N12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34013_:",
        "label": "N13",
        "long": "Esslingen ZOB - Sirnau - Berkheim - Zollberg - ZOB",
        "short": "N13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34014_:",
        "label": "N14",
        "long": "Esslingen - Liebersbronn - Aichschie\u00df - Aichelberg",
        "short": "N14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34015_:",
        "label": "N15",
        "long": "Wendlingen (N) - K\u00f6ngen - Unterensingen - N\u00fcrtingen - Oberboihingen - Wendlingen (N)",
        "short": "N15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34016_:",
        "label": "N16",
        "long": "Esslingen - Baltmannsweiler - Hohengehren - Plochingen - Esslingen",
        "short": "N16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34018_:",
        "label": "N18",
        "long": "Oberaichen - Leinfelden - Echterdingen - Stetten",
        "short": "N18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34019_:",
        "label": "N19",
        "long": "Esslingen - Nellingen - Denkendorf - Neuhausen - Esslingen",
        "short": "N19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34021_:",
        "label": "N21",
        "long": "Waiblingen - Beinstein - Endersbach - Stetten - Waiblingen",
        "short": "N21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34022_:",
        "label": "N22",
        "long": "Esslingen - Ruit - Kemnat - Scharnhausen - Esslingen",
        "short": "N22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34024_:",
        "label": "N24",
        "long": "Bittenfeld - Hohenacker - Neustadt - Waiblingen - Hegnach",
        "short": "N24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34030_:",
        "label": "N30",
        "long": "Backnang - Burgstall - Kirchberg (M)",
        "short": "N30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34031_:",
        "label": "N31",
        "long": "Waiblingen - Korb - Gro\u00dfheppach",
        "short": "N31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34036_:",
        "label": "N36",
        "long": "Backnang - Steinbach - Heiningen - Waldrems - Maubach - Backnang",
        "short": "N36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34040_:",
        "label": "N40",
        "long": "Marbach (N) - Affalterbach - Kirchberg - Marbach (N)",
        "short": "N40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34041_:",
        "label": "N41",
        "long": "Ludwigsburg - Eglosheim - Neckarweihingen - Hoheneck",
        "short": "N41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34042_:",
        "label": "N42",
        "long": "Ludwigsburg Ost",
        "short": "N42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34043_:",
        "label": "N43",
        "long": "Ludwigsburg - Pattonville - Remseck - Poppenweiler",
        "short": "N43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34044_:",
        "label": "N44",
        "long": "Freiberg (N) - Gro\u00dfingersheim - Pleidelsheim - H\u00f6pfigheim - Mundelsheim - Hessigheim - Kleiningersheim - Freiberg (N)",
        "short": "N44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34046_:",
        "label": "N46",
        "long": "Beilstein - Oberstenfeld - Gro\u00dfbottwar - Marbach (N)",
        "short": "N46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34047_:",
        "label": "N47",
        "long": "Kornwestheim Nord und Ost",
        "short": "N47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34048_:",
        "label": "N48",
        "long": "Kornwestheim S\u00fcd, Ost und Pattonville",
        "short": "N48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34052_:",
        "label": "N52",
        "long": "Bietigheim - Sachsenheim - Sersheim - Kleinglattbach Ensingen - Horrheim - Hohenhaslach - Bietigheim",
        "short": "N52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34053_:",
        "label": "N53",
        "long": "Ludwigsburg - M\u00f6glingen - Markgr\u00f6ningen - Schwieberdingen - Hemmingen - M\u00fcnchingen",
        "short": "N53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34055_:",
        "label": "N55",
        "long": "Neuwirtshaus - Kallenberg - M\u00fcnchingen - Schwieberdingen - Hemmingen - Eberdingen - Riet - Hochdorf",
        "short": "N55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34056_:",
        "label": "N56",
        "long": "Bietigheim - Untermberg - Unterriexingen - Oberriexingen Enzweihingen -Vaihingen(E) - Sachsenheim - Bietigheim",
        "short": "N56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34057_:",
        "label": "N57",
        "long": "Bietigheim - L\u00f6chgau - Freudental - B\u00f6nnigheim",
        "short": "N57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34058_:",
        "label": "N58",
        "long": "Bietigheim - Gro\u00dfingersheim - Besigheim - Ottmarsheim - Gemmrigheim - Kirchheim (N) - Walheim - Besigheim - Bietigheim",
        "short": "N58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34061_:",
        "label": "N61",
        "long": "D\u00f6ffingen - Weil der Stadt - Hausen",
        "short": "N61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34062_:",
        "label": "N62",
        "long": "Leonberg - Gebersheim - Rutesheim - Perouse - Flacht - Weissach",
        "short": "N62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34063_:",
        "label": "N63",
        "long": "Universit\u00e4t - Gerlingen Schillerh\u00f6he - Leonberg Bf - Ramtel - Eltingen - Warmbronn - Universit\u00e4t",
        "short": "N63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34070_:",
        "label": "N70",
        "long": "Herrenberg - Bondorf - M\u00f6tzingen - Nagold",
        "short": "N70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34073_:",
        "label": "N73",
        "long": "B\u00f6blingen ZOB - Diezenhalde - Panzerkaserne - Sindelfingen Eichholz - B\u00f6blingen ZOB",
        "short": "N73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34074_:",
        "label": "N74",
        "long": "B\u00f6blingen - Holzgerlingen - Altdorf - Hildrizhausen - Weil i.S. - Neuweiler - Breitenstein - Sch\u00f6naich- B\u00f6bl.",
        "short": "N74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34075_:",
        "label": "N75",
        "long": "B\u00f6blingen - Dagersheim - Darmsheim - D\u00f6ffingen - D\u00e4tzingen - Aidlingen - Deufringen - Dachtel - B\u00f6blingen",
        "short": "N75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34077_:",
        "label": "N77",
        "long": "G\u00e4rtringen - Rohrau - Herrenberg - Affst\u00e4tt - Kuppingen - Oberjesingen - Deckenpfronn - G\u00e4rtringen",
        "short": "N77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34085_:",
        "label": "N85",
        "long": "N\u00fcrtingen - Rossdorf - Enzenhardt - Raidwangen - Gro\u00dfbettlingen - N\u00fcrtingen",
        "short": "N85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34087_:",
        "label": "N87",
        "long": "N\u00fcrtingen - Neckartenzlingen -Schlaitdorf - Altenriet - N\u00fcrtingen",
        "short": "N87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34089_:",
        "label": "N89",
        "long": "Bernhausen - Bonlanden - Aichtal - Neckartailfingen - Bernhausen",
        "short": "N89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34090_:",
        "label": "N90",
        "long": "G\u00f6ppingen ZOB - Faurndau - Wangen - Rechberghausen - Bartenbach - G\u00f6ppingen ZOB",
        "short": "N90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34091_:",
        "label": "N91",
        "long": "Uhingen - Schlierbach - Ebersbach - Uhingen",
        "short": "N91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34092_:",
        "label": "N92",
        "long": "G\u00f6ppingen ZOB - Jebenhausen - Hattenhofen - Zell - Bad Boll - Jebenhausen - G\u00f6ppingen ZOB",
        "short": "N92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34093_:",
        "label": "N93",
        "long": "G\u00f6ppingen ZOB - Bartenbach - Rechberghausen - Birenbach - W\u00e4schenbeuren - Maitis- Lenglingen - Hohenstaufen - G\u00f6ppingen",
        "short": "N93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34094_:",
        "label": "N94",
        "long": "G\u00f6ppingen ZOB - Eschenbach - Heiningen - G\u00f6ppingen ZOB",
        "short": "N94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34096_:",
        "label": "N96",
        "long": "Geislingen ZOB - Bad Ditzenbach - Gruibingen",
        "short": "N96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34097_:",
        "label": "N97",
        "long": "G\u00f6ppingen ZOB - S\u00fc\u00dfen - Donzdorf - B\u00f6hmenkirch",
        "short": "N97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:34098_:",
        "label": "N98",
        "long": "G\u00f6ppingen ZOB - Heiningen - Bad Boll - G\u00f6ppingen ZOB",
        "short": "N98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:35X10_:",
        "label": "X10",
        "long": "Kirchheim (T) - Flughafen/Messe",
        "short": "X10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:35X20_:",
        "label": "X20",
        "long": "Waiblingen - Esslingen",
        "short": "X20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:35X60_:",
        "label": "X60",
        "long": "Leonberg - Universit\u00e4t - Flughafen/Messe",
        "short": "X60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:35X92_:",
        "label": "X92",
        "long": "Kirchheim (T) - G\u00f6ppingen",
        "short": "X92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:35X93_:",
        "label": "X93",
        "long": "G\u00f6ppingen - Lorch",
        "short": "X93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36001a:",
        "label": "S1E",
        "long": "Kirchheim (T) - Plochingen (Schienenersatzverkehr)",
        "short": "S1E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36001e:",
        "label": "S1E",
        "long": "Vaihingen - Herrenberg (Schienenersatzverkehr)",
        "short": "S1E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36001r:",
        "label": "RE1E",
        "long": "Bietigheim - Vaihingen (E) - M\u00fchlacker",
        "short": "RE1E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36001s:",
        "label": "SEV1",
        "long": "Hauptbahnhof - Universit\u00e4t - Vaihingen Bf (Ost) (Schienenersatzverkehr)",
        "short": "SEV1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36002a:",
        "label": "S2E",
        "long": "Schorndorf - Waiblingen (Schienenersatzverkehr)",
        "short": "S2E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36002e:",
        "label": "S2E",
        "long": "Vaihingen - Filderstadt (Schienenersatzverkehr)",
        "short": "S2E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36003e:",
        "label": "S3E",
        "long": "Waiblingen - Backnang (Schienenersatzverkehr)",
        "short": "S3E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36003s:",
        "label": "SEV3",
        "long": "Hauptbahnhof - Flughafen (Messe) (Ersatzverkehr)",
        "short": "SEV3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36004e:",
        "label": "S4E",
        "long": "Backnang - Kirchberg (Schienenersatzverkehr)",
        "short": "S4E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36004s:",
        "label": "S4E",
        "long": "Kornwestheim - Zuffenhausen (Schienenersatzverkehr)",
        "short": "S4E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36005e:",
        "label": "S5E",
        "long": "Bietigheim - Ludwigsburg Bahnhof (Arena)",
        "short": "S5E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36005z:",
        "label": "RE5E",
        "long": "Stuttgart - G\u00f6ppingen (Schienenersatzverkehr)",
        "short": "RE5E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36006e:",
        "label": "S6E",
        "long": "Weil der Stadt - Renningen (Ersatzverkehr)",
        "short": "S6E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36006z:",
        "label": "SEV",
        "long": "T\u00fcbingen - / Reutlingen - Stuttgart (Schienenersatzverkehr)",
        "short": "SEV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36012e:",
        "label": "MEX12E",
        "long": "Metzingen - Wendlingen (Schienenersatzverkehr)",
        "short": "MEX12E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36013e:",
        "label": "MEX13E",
        "long": "Aalen - Schorndorf (Schienenersatzverkehr)",
        "short": "MEX13E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36014e:",
        "label": "RE14E",
        "long": "Herrenberg - Rottweil (Schienenersatzverkehr)",
        "short": "RE14E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36016e:",
        "label": "MEX16E",
        "long": "Ulm - Plochingen (Schienenersatzverkehr)",
        "short": "MEX16E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36017e:",
        "label": "MEX17E",
        "long": "M\u00fchlacker - Bietigheim",
        "short": "MEX17E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36018e:",
        "label": "MEX18E",
        "long": "N\u00fcrtingen - Reutlingen (Schienenersatzverkehr)",
        "short": "MEX18E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36060e:",
        "label": "S60E",
        "long": "B\u00f6blingen - Renningen (Schienenersatzverkehr)",
        "short": "S60E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36063e:",
        "label": "RB63E",
        "long": "Reutlingen - Metzingen - Bad Urach (Ersatzverkehr)",
        "short": "RB63E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36076e:",
        "label": "RB76E",
        "long": "Calw - Weil der Stadt (Ersatzverkehr)",
        "short": "RB76E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36090e:",
        "label": "RE90E",
        "long": "Backnang - Hauptbahnhof (Schienenersatzverkehr)",
        "short": "RE90E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "de:vvs:36200e:",
        "label": "RE200E",
        "long": "Wendlingen - Merklingen (Schienenersatzverkehr)",
        "short": "RE200E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50092_:",
        "label": "RT92",
        "long": "Heslach Vogelrain - Rudolf-Sophien-Stift",
        "short": "RT92",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50161_:",
        "label": "RT161",
        "long": "Ruftaxi Kirchheim (T) Altvaterweg - \u00d6tlingen",
        "short": "RT161",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50163_:",
        "label": "RT163",
        "long": "\u00d6tlingen - Lindorf - Kirchheim (T) ZOB - Schafhof",
        "short": "RT163",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50165_:",
        "label": "RT165",
        "long": "Kirchheim (T) - Ohmden - Zell (A)",
        "short": "RT165",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50202_:",
        "label": "RT202",
        "long": "Endersbach - Str\u00fcmpfelbach",
        "short": "RT202",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50206_:",
        "label": "RT206",
        "long": "Endersbach - Beutelsbach - Schnait",
        "short": "RT206",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50217_:",
        "label": "RT217",
        "long": "Grunbach - Buoch - Hebsack - Rohrbronn",
        "short": "RT217",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50380_:",
        "label": "RT380",
        "long": "Sulzbach (M) - Gro\u00dferlach",
        "short": "RT380",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50386_:",
        "label": "RT386",
        "long": "Sulzbach (M) - Spiegelberg",
        "short": "RT386",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50413_:",
        "label": "RT413",
        "long": "Ruftaxi Kornwestheim",
        "short": "RT413",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50753_:",
        "label": "RT753",
        "long": "Rohrau Rathaus - G\u00e4rtringen Bahnhof",
        "short": "RT753",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50759_:",
        "label": "RT759",
        "long": "Liebelsberg - Wildberg - Deckenpfronn - G\u00e4rtringen",
        "short": "RT759",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50775_:",
        "label": "RT775",
        "long": "Wildberg - Kuppingen - Herrenberg",
        "short": "RT775",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50779_:",
        "label": "RT779",
        "long": "Herrenb. ZOB Bhfstr. - Vogelsang - ZOB",
        "short": "RT779",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50780_:",
        "label": "RT780",
        "long": "Herrenberg ZOB - Nord - West - Kalkofenstra\u00dfe",
        "short": "RT780",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50782_:",
        "label": "RT782",
        "long": "Herrenberg ZOB - Ehb\u00fchl - Waldfriedhof",
        "short": "RT782",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50783_:",
        "label": "RT783",
        "long": "Herrenberg ZOB - Polizeihochschule - Herrenberg ZOB",
        "short": "RT783",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50791_:",
        "label": "RT791",
        "long": "Entringen - Breitenholz - Kayh",
        "short": "RT791",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50828_:",
        "label": "RT828",
        "long": "Dettenhausen - T\u00fcbingen",
        "short": "RT828",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50904_:",
        "label": "RT904",
        "long": "G\u00f6ppingen ZOB - Bartenbach - Hohrein Ortsmitte",
        "short": "RT904",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50915_:",
        "label": "RT915",
        "long": "Wangen - Oberw\u00e4lden - Rechberghausen",
        "short": "RT915",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50916_:",
        "label": "RT916",
        "long": "B\u00fcnzwangen - Ebersbach (F)",
        "short": "RT916",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50917_:",
        "label": "RT917",
        "long": "Ebersbach (F) - B\u00fcchenbronn",
        "short": "RT917",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50918_:",
        "label": "RT918",
        "long": "Uhingen - Baiereck",
        "short": "RT918",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50922_:",
        "label": "RT922",
        "long": "Uhingen - Sparwiesen",
        "short": "RT922",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50924_:",
        "label": "RT924",
        "long": "Ebersbach - Ro\u00dfw\u00e4lden - Bad Boll",
        "short": "RT924",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50934_:",
        "label": "RT934",
        "long": "Rechberghausen - B\u00f6rtlingen",
        "short": "RT934",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50935_:",
        "label": "RT935",
        "long": "Rechberghausen - Adelberg",
        "short": "RT935",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50941_:",
        "label": "RT941",
        "long": "Eislingen - Ottenbach",
        "short": "RT941",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50971_:",
        "label": "RT971",
        "long": "Donzdorf - Reichenbach u.R. -  Wi\u00dfgoldingen",
        "short": "RT971",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:50982_:",
        "label": "RT982",
        "long": "Gammelshausen - Bad Ditzenbach - Deggingen",
        "short": "RT982",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51004_:",
        "label": "RT4",
        "long": "Zuffenhausen Rathaus - Zazenhausen",
        "short": "RT4",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51006_:",
        "label": "RT6",
        "long": "Kelterplatz - Rotenberg",
        "short": "RT6",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51007_:",
        "label": "RT7",
        "long": "\u00c4hrenweg - Rohracker",
        "short": "RT7",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51016_:",
        "label": "RT16",
        "long": "Kirchh. (T) Marktplatz. - Rembrandtweg - Marktplatz",
        "short": "RT16",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51017_:",
        "label": "RT17",
        "long": "Ruftaxi Kirchheim (T) Im M\u00fcnzen - Saarstra\u00dfe - ZOB",
        "short": "RT17",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51037_:",
        "label": "RT37",
        "long": "Murrhardt Nord",
        "short": "RT37",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51038_:",
        "label": "RT38",
        "long": "Murrhardt S\u00fcd",
        "short": "RT38",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51039_:",
        "label": "RT39",
        "long": "Murrhardt Mitte",
        "short": "RT39",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51070_:",
        "label": "RT70",
        "long": "Degerloch (B27) - K\u00f6nigstr\u00e4\u00dfle - Ruhbank",
        "short": "RT70",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51099_:",
        "label": "RTN99",
        "long": "Gammelshausen - Bad Ditzenbach - Drackenstein",
        "short": "RTN99",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:51225_:",
        "label": "RT225",
        "long": "Ruftaxi Rommelshausen",
        "short": "RT225",
        "text_color": "FFB300",
        "type_label": "Bus"
      },
      {
        "color": "002FEB",
        "color_name": "blue",
        "has_shape": true,
        "id": "de:vvs:52967_:",
        "label": "LT967",
        "long": "Wiesensteig - Gosbach - Merklingen",
        "short": "LT967",
        "text_color": "FFB300",
        "type_label": "Bus"
      }
    ],
    "stop_count": 10123,
    "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-19",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 11010,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
    },
    {
      "code": "equal_shape_distance_diff_coordinates",
      "count": 249,
      "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": 24.0,
      "rank": 2,
      "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": 10123,
      "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": 3,
      "severity": "WARNING",
      "what": "10123 of 10123 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."
    }
  ],
  "validator_version": "8.0.1"
}
