{
  "agency": {
    "country": "DE",
    "id": "hnv-heilbronn",
    "name": "Heilbronner\u00b7Hohenloher\u00b7Haller Nahverkehr (HNV)",
    "operating_note": "One association feed for the Heilbronn, Hohenlohe, and Schw\u00e4bisch Hall area's operators; counted as one feed record, not a distinct-agency count.",
    "subdivision_code": "DE-BW",
    "subdivision_name": "Baden-W\u00fcrttemberg"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 38.1,
          "stops_marked_accessible_pct": 0.9,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.9,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 14.9,
          "stop_names": 15.0,
          "wheelchair_stops": 0.2,
          "wheelchair_trips": 15.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_applicable_trips": 22812,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 99.5,
        "headsign_scored_pct": 99.5,
        "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": 4767,
        "translations": {
          "feed_lang": "DE",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 22812,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 0.9,
        "wheelchair_marked_accessible_pct": 0.9,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 4724,
          "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": 24.8,
          "severity": "WARNING",
          "what": "4724 of 4767 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_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_missing_headsigns",
          "count": 109,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.1,
          "severity": "WARNING",
          "what": "109 of 22812 trips have no headsign, the text that tells riders where the transit vehicle is going.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "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": "App makers and state data programs have nobody to email when they spot a problem. Small errors then sit in the feed for months."
        },
        {
          "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 to link entrances, platforms, and elevators. Give each one a level.",
          "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": 52.6,
      "status": "measured",
      "summary": "1% of stops state wheelchair accessibility (1% 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": 17,
        "instances_by_severity": {
          "ERROR": 1,
          "INFO": 1024,
          "WARNING": 5630
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "point_near_origin",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Point near origin (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 2380,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 1262,
          "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": 8.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": "expired_calendar",
          "count": 890,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "unused_shape",
          "count": 824,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 157,
          "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": "fast_travel_between_consecutive_stops",
          "count": 52,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.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": "fast_travel_between_far_stops",
          "count": 40,
          "effort": "Minutes per flagged trip once you open it.",
          "fix": "Check the two stop times for a wrong digit first. Then check whether a stop sits at the wrong coordinates, or a stop between them is missing.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Between two distant stops, the times imply a speed no transit vehicle reaches.",
          "why": "A rider gets a trip plan that cannot happen. Live systems then report delays that are not real."
        },
        {
          "code": "duplicate_route_name",
          "count": 13,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 4,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 4,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "route_short_name_too_long",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": "single_shape_point",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'single_shape_point' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Single shape point (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 819,
          "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": "platform_without_parent_station",
          "count": 201,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "transfer_distance_above_2_km",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'transfer_distance_above_2_km' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Transfer distance above 2 km (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 5.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 17 kinds of issue across 6655 instances (1 error, 5630 warning, 1024 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 101,
        "effective_expiry_date": "2026-12-12",
        "feed_end_date": "2026-12-12",
        "feed_start_date": "2026-05-03",
        "feed_version": "20260817",
        "has_feed_info": true,
        "last_service_date": "2026-12-12",
        "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 101 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 configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 101 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 1% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 1 validator error to resolve. States wheelchair access on 1% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "Datenlizenz Deutschland - Namensnennung 2.0 through NVBW's open data portal; mark reuse as a dataset of NVBW GmbH with a link back to the portal. Route shapes derive from OpenStreetMap and carry the OpenStreetMap contributors credit.",
    "reachable": true,
    "sha256": "2da9713687b744c48c083750c378bcf4707b5aa8fb175d1b8707b2da9937f051",
    "size_bytes": 84427760,
    "source_provenance": "unverified",
    "static_url": "https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/hnv.zip"
  },
  "fetch": {
    "final_url": "https://www.nvbw.de/fileadmin/user_upload/service/open_data/fahrplandaten_mit_liniennetz/hnv.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-09-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -1.67233,
      43.58393,
      30.51983,
      52.50761
    ],
    "lat": 49.18448,
    "lon": 9.27581,
    "stop_count": 4766
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 5,
        "trip_count": 2827,
        "trip_share_pct": 12.4
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 37,
        "trip_count": 4672,
        "trip_share_pct": 20.5
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 235,
        "trip_count": 15313,
        "trip_share_pct": 67.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 277,
    "trip_count": 22812
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 43.8,
    "margin_to_next_band": 16.2,
    "score": 43.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 192,
      "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": "192 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Salzburg Alpensiedlung P+R\", \"Praha Florenc/Busbahnhof\", \"K\u00f6ln/Bonn Flughafen Terminal 2\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose 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 if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "recompute": {
    "as_of": "2026-09-02",
    "feed_fetched_date": "2026-09-01",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 4683,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 22812
  },
  "route_map": {
    "drawn_route_count": 227,
    "has_shapes": true,
    "path": "data/artifacts/hnv-heilbronn/geometry.geojson",
    "route_count": 277,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-15-001-1",
        "label": "B\u00fcrgerbus 1",
        "long": "B\u00fcrgerbus Nordheim",
        "short": "B\u00fcrgerbus 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-15-002-1",
        "label": "B\u00fcrgerBus 1",
        "long": "Einsetzfahrt BB NH",
        "short": "B\u00fcrgerBus 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-15-003-1",
        "label": "B\u00fcrgerBus 1",
        "long": "Aussetzfahrt BB NH",
        "short": "B\u00fcrgerBus 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-3-Nord-1",
        "label": "Nordstadt-Linie",
        "long": "Nordstadt-Linie",
        "short": "Nordstadt-Linie",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-3-Sud-1",
        "label": "S\u00fcdstadt-Linie",
        "long": "S\u00fcdstadt-Linie",
        "short": "S\u00fcdstadt-Linie",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-4-0No-1",
        "label": "Nord",
        "long": "Nord",
        "short": "Nord",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-4-Sue-1",
        "label": "S\u00fcd",
        "long": "S\u00fcd",
        "short": "S\u00fcd",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-5-001-1",
        "label": "B\u00fcrgerBus 1",
        "long": "Ringlinie Salinenklinik",
        "short": "B\u00fcrgerBus 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-6-BBB0-1",
        "label": "B\u00fcrgerBus",
        "long": "BBBW2",
        "short": "B\u00fcrgerBus",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-6-BBB1-1",
        "label": "B\u00fcrgerBus",
        "long": "BBBW3",
        "short": "B\u00fcrgerBus",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bbw-6-BBBW-1",
        "label": "B\u00fcrgerBus",
        "long": "BBBW1_neu",
        "short": "B\u00fcrgerBus",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-132B-1",
        "label": "1326",
        "long": "",
        "short": "1326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-192D-1",
        "label": "1925",
        "long": "",
        "short": "1925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-A001-1",
        "label": "N3214",
        "long": "",
        "short": "N3214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-A02B-1",
        "label": "N1316",
        "long": "",
        "short": "N1316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-A02L-1",
        "label": "N1315",
        "long": "",
        "short": "N1315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-A03A-1",
        "label": "N3205",
        "long": "",
        "short": "N3205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-A03G-1",
        "label": "N1222",
        "long": "",
        "short": "N1222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N10A-1",
        "label": "N109",
        "long": "",
        "short": "N109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N11A-1",
        "label": "N116",
        "long": "",
        "short": "N116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N16B-1",
        "label": "N168",
        "long": "",
        "short": "N168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N18A-1",
        "label": "N184",
        "long": "",
        "short": "N184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N21A-1",
        "label": "N215",
        "long": "",
        "short": "N215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N22A-1",
        "label": "N228",
        "long": "",
        "short": "N228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N36C-1",
        "label": "N36",
        "long": "",
        "short": "N36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N95F-1",
        "label": "N955",
        "long": "",
        "short": "N955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "bus-2-N96A-1",
        "label": "N965",
        "long": "",
        "short": "N965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-006Y-1",
        "label": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "long": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-007Y-1",
        "label": "Hauptbahnhof/Busbahnhof - Osterburken",
        "long": "Hauptbahnhof/Busbahnhof - Osterburken",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-008Y-1",
        "label": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "long": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-010Y-1",
        "label": "Hbf ZOB - Bahnhof Durlach",
        "long": "Hbf ZOB - Bahnhof Durlach",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-013Y-1",
        "label": "S\u00fcdausgang - Hbf ZOB",
        "long": "S\u00fcdausgang - Hbf ZOB",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-024Y-1",
        "label": "ZOB Lauda - Hauptbahnhof/Busbahnhof",
        "long": "ZOB Lauda - Hauptbahnhof/Busbahnhof",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-025Y-1",
        "label": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "long": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-026Y-1",
        "label": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "long": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-031Y-1",
        "label": "S\u00fcdausgang - Hbf ZOB",
        "long": "S\u00fcdausgang - Hbf ZOB",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-032Y-1",
        "label": "ZOB Lauda - Hbf ZOB",
        "long": "ZOB Lauda - Hbf ZOB",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-033Y-1",
        "label": "Hbf ZOB - S\u00fcdausgang",
        "long": "Hbf ZOB - S\u00fcdausgang",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-034Y-1",
        "label": "Hbf ZOB - S\u00fcdausgang",
        "long": "Hbf ZOB - S\u00fcdausgang",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-051Y-1",
        "label": "ZOB Lauda - Hauptbahnhof/Busbahnhof",
        "long": "ZOB Lauda - Hauptbahnhof/Busbahnhof",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-052Y-1",
        "label": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "long": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-053Y-1",
        "label": "ZOB Lauda - Hauptbahnhof/Busbahnhof",
        "long": "ZOB Lauda - Hauptbahnhof/Busbahnhof",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-054Y-1",
        "label": "ZOB Lauda - Hauptbahnhof/Busbahnhof",
        "long": "ZOB Lauda - Hauptbahnhof/Busbahnhof",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-060Y-1",
        "label": "Hbf (Arnulf-Klett-Platz) - Hauptbahnhof/Busbahnhof",
        "long": "Hbf (Arnulf-Klett-Platz) - Hauptbahnhof/Busbahnhof",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-063Y-1",
        "label": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "long": "Hauptbahnhof/Busbahnhof - ZOB Lauda",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-R41S-1",
        "label": "SEV S41",
        "long": "",
        "short": "SEV S41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-T08-1",
        "label": "SEV",
        "long": "",
        "short": "SEV",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-T83-1",
        "label": "SEV",
        "long": "",
        "short": "SEV",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "ddb-87-V07-1",
        "label": "SEV S7",
        "long": "",
        "short": "SEV S7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-707-1",
        "label": "Hauptbahnhof - Hauptbahnhof",
        "long": "Hauptbahnhof - Hauptbahnhof",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-751-1",
        "label": "Hauptbahnhof - Hauptbahnhof",
        "long": "Hauptbahnhof - Hauptbahnhof",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T08-1",
        "label": "RE 8",
        "long": "",
        "short": "RE 8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T10A-1",
        "label": "RE10a",
        "long": "",
        "short": "RE10a",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T10B-1",
        "label": "RE10b",
        "long": "",
        "short": "RE10b",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T12-1",
        "label": "MEX12",
        "long": "",
        "short": "MEX12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T12S-1",
        "label": "MEX12",
        "long": "",
        "short": "MEX12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T18-1",
        "label": "MEX18",
        "long": "",
        "short": "MEX18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T18S-1",
        "label": "MEX18",
        "long": "",
        "short": "MEX18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T41-1",
        "label": "RB 41",
        "long": "",
        "short": "RB 41",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T45-1",
        "label": "RE 45",
        "long": "",
        "short": "RE 45",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T79-1",
        "label": "RB 79",
        "long": "",
        "short": "RB 79",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T80-1",
        "label": "RE 80",
        "long": "",
        "short": "RE 80",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-T83-1",
        "label": "RB 83",
        "long": "",
        "short": "RB 83",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "ddb-90-V07-1",
        "label": "RE 7",
        "long": "",
        "short": "RE 7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "ddb-92-V07Q-1",
        "label": "S7",
        "long": "",
        "short": "S7",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-11-SREa-1",
        "label": "SEV10a",
        "long": "Schienenersatzverkehr RE 10a Heilbronn - Bad Friedrichshall - Mosbach-Neckarelz",
        "short": "SEV10a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-11-SREb-1",
        "label": "SEV10b",
        "long": "Schienenersatzverkehr RE 10b Bad Friedrichshall - Heilbronn",
        "short": "SEV10b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-001E-1",
        "label": "1",
        "long": "(Waldheide - J\u00e4gerhaus -) Trappensee - /Rampachertal - Pf\u00fchlpark - Harmonie - HBF - B\u00f6ckingen - Klingenberg",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-002E-1",
        "label": "2",
        "long": "Hochschule Heilbronn, Campus Sontheim - Sontheim - B\u00f6ckingen - Klinikum Heilbronn",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-005E-1",
        "label": "5",
        "long": "B\u00f6ckingen - HBF - Harmonie - Europaplatz - Industrieplatz",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-008E-1",
        "label": "8",
        "long": "Biberach/Neckargartach/Frankenbach - Schanz Nord - HBF - Zukunftspark - Containerterminal - Neckargartach - B\u00f6llinger H\u00f6fe",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-010E-1",
        "label": "10",
        "long": "Schanz S\u00fcd - /Frankenbach Maihalde - Klinikum Heilbronn - HBF - Allee Post - Hohenstaufenstra\u00dfe - Herbert-Hoover-Siedlung",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-011E-1",
        "label": "11",
        "long": "Badener Hof - Gemmingstal - Allee Post Ost - Harmonie/Kunsthalle - Schickhardtstra\u00dfe",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-012E-1",
        "label": "12",
        "long": "Neckargartach Im Falter - Sachsen\u00e4cker - Harmonie - HBF - Zukunftspark - Sachsen\u00e4cker- Neckargartach Im Falter",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-013E-1",
        "label": "13",
        "long": "Allee Post - HBF - Gr\u00fcnewaldschule - Haselter - LebensWerkstatt - BSZ Haselter - Friedrichstra\u00dfe - Ziegeleipark - Westfriedhof",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-031E-1",
        "label": "31",
        "long": "Horkheim  - Sontheim - S\u00fcdbahnhof - Allee Post - Harmonie - Industrieplatz - Biberach - Kirchhausen",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-032E-1",
        "label": "32",
        "long": "Horkheim - /Sontheim - S\u00fcdbahnhof/Rosenberg - Allee Post - Harmonie - Industrieplatz - Neckargartach - Frankenbach",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-033E-1",
        "label": "33",
        "long": "Horkheim - Sontheim - S\u00fcdbahnhof - Allee Post - Harmonie - Industrieplatz - Neckargartach - B\u00f6llinger H\u00f6fe",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-041E-1",
        "label": "41",
        "long": "Sontheim - Rosenberg - Allee Post - Harmonie - Kreuzgrund - Schanz S\u00fcd",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-042E-1",
        "label": "42",
        "long": "Sontheim - Rosenberg - Allee Post - Harmonie - Klinikum Heilbronn - Kreuzgrund - Schanz S\u00fcd",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-061E-1",
        "label": "61",
        "long": "Flein - J\u00f6rg-Ratgeb-Platz - S\u00fcdbahnhof - Allee Post - HBF Schanz Nord - Frankenbach - Kirchhausen (- B\u00f6llinger H\u00f6fe)",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-062E-1",
        "label": "62",
        "long": "Flein - J\u00f6rg-Ratgeb-Platz - S\u00fcdbahnhof - Allee Post - HBF - Schanz Nord - B\u00f6llinger H\u00f6fe",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-064E-1",
        "label": "64",
        "long": "Flein - Hochschule Heilbronn - S\u00fcdbahnhof - Allee Post - HBF",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-067-1",
        "label": "67",
        "long": "Kirchhausen - Biberach - B\u00f6llinger H\u00f6fe - Frankenbach - Klinikum Heilbronn",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-104F-1",
        "label": "FW 1",
        "long": "Horkheim - Sontheim - Schickhardstra\u00dfe - Hbf/Willy-Brand-Platz",
        "short": "FW 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-105F-1",
        "label": "FW 2",
        "long": "Neckargartach - Frankenbach - B\u00f6ckingen - Hbf/Willy-Brand-Platz",
        "short": "FW 2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-106E-1",
        "label": "B",
        "long": "Ausflugsverkehr: Heilbronn Harmonie - Wartberg",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-108E-1",
        "label": "60",
        "long": "Pendelbus Flein",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-111S-1",
        "label": "SEV S41",
        "long": "SEV S41/42 Hbf - Hans-Rie\u00dfer-Stra\u00dfe",
        "short": "SEV S41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-30-904E-1",
        "label": "LKTF",
        "long": "Sonderfahrplan Landeskinderturnfest",
        "short": "LKTF",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-001-1",
        "label": "1",
        "long": "",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-002-1",
        "label": "2",
        "long": "\u00d6hringen - Neuenstein - Waldzimmern - Giebelheide - Niedernhall - K\u00fcnzelsau",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-003-1",
        "label": "3",
        "long": "",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-004-1",
        "label": "4",
        "long": "",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-005-1",
        "label": "5",
        "long": "Niedernhall - Giebelheide - Waldzimmern (-Tal\u00e4cker) - Gaisbach",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-006-1",
        "label": "6",
        "long": "\u00d6hringen - Baumerlenbach - Forchtenberg - Niedernhall - K\u00fcnzelsau",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-007-1",
        "label": "7",
        "long": "K\u00fcnzelsau - Gaisbach - Haag - Kupferzell - Waldenburg Bf",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-008-1",
        "label": "8",
        "long": "",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-009-1",
        "label": "9",
        "long": "",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-010-1",
        "label": "10",
        "long": "Mulfingen - Ailringen - D\u00f6rzbach - Krautheim",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-011-1",
        "label": "11",
        "long": "M\u00f6ckm\u00fchl - Jagsthausen - Sch\u00f6ntal - Krautheim - D\u00f6rzbach - Ailringen/Me\u00dfbach",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-013-1",
        "label": "13",
        "long": "",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-014-1",
        "label": "14",
        "long": "",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-015-1",
        "label": "15",
        "long": "",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-017-1",
        "label": "17",
        "long": "",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-019-1",
        "label": "19",
        "long": "K\u00fcnzelsau - Krautheim - D\u00f6rzbach - Bad Mergentheim",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-021-1",
        "label": "21",
        "long": "",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-022-1",
        "label": "22",
        "long": "",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-023-1",
        "label": "23",
        "long": "",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-024-1",
        "label": "24",
        "long": "",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-025-1",
        "label": "25",
        "long": "",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-026-1",
        "label": "26",
        "long": "(SHA-Hessental -) Schw\u00e4bisch Hall - Unterm\u00fcnkheim - Braunsbach - K\u00fcnzelsau",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-027-1",
        "label": "27",
        "long": "",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-028-1",
        "label": "28",
        "long": "SHA-Hessental - Schw\u00e4bisch Hall - Unterm\u00fcnkheim - Kupferzell - K\u00fcnzelsau",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-030-1",
        "label": "CBK",
        "long": "City-Bus K\u00fcnzelsau",
        "short": "CBK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "hnv-31-031-1",
        "label": "KBB",
        "long": "Bergbahn K\u00fcnzelsau: Bergbahn Talstation - Bergbahn Bergstation u. zur\u00fcck",
        "short": "KBB",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-033-1",
        "label": "33",
        "long": "Forsthaus - Sailach/Obersteinbach - Sportschule - Rathaus - Waldenburg Bf.",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-034-1",
        "label": "34",
        "long": "",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-035-1",
        "label": "35",
        "long": "",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-037-1",
        "label": "37",
        "long": "",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-038-1",
        "label": "38",
        "long": "\u00d6hringen - Pfedelbach - Oberohrn - Untersteinbach - Schuppach",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-039-1",
        "label": "39",
        "long": "",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-040-1",
        "label": "40",
        "long": "\u00d6hringen - Windischenbach - Pfedelbach - Buchhorn - Gleichen",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-042-1",
        "label": "42",
        "long": "",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-043-1",
        "label": "43",
        "long": "",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-046-1",
        "label": "46",
        "long": "",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-047-1",
        "label": "47",
        "long": "Eschenau - Waldbach - Dimbach - Schwabbach - Bretzfeld",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-048-1",
        "label": "48",
        "long": "",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-050-1",
        "label": "50",
        "long": "",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-051-1",
        "label": "51",
        "long": "",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-052-1",
        "label": "52",
        "long": "",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-053-1",
        "label": "53",
        "long": "",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-054-1",
        "label": "54",
        "long": "",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-055-1",
        "label": "55",
        "long": "",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-058-1",
        "label": "58",
        "long": "",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-066-1",
        "label": "66",
        "long": "",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-067-1",
        "label": "67",
        "long": "",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-070-1",
        "label": "70",
        "long": "Waldzimmern - Neufels - Gaisbach - Haag - Kupferzell - Waldenburg Bf.",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-071-1",
        "label": "71",
        "long": "Kupferzell - Gaisbach - Rechbach - Kemmeten",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-072-1",
        "label": "72",
        "long": "",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-077-1",
        "label": "77",
        "long": "",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-079-1",
        "label": "79",
        "long": "",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-091E-1",
        "label": "91E",
        "long": "Stadtbus Neckarsulm Sch\u00fclerverkehr",
        "short": "91E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-091N-1",
        "label": "91",
        "long": "Bf Ost -ZOB/Ballei - Realschule - Amorbach (- Dahenfeld)",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-092E-1",
        "label": "92E",
        "long": "Stadtbus Neckarsulm Sch\u00fclerverkehr",
        "short": "92E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-092N-1",
        "label": "92",
        "long": "Neuberg - Realschule - ZOB/Ballei - Bf Ost - Trendpark - Stra\u00dfen\u00e4cker",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-093N-1",
        "label": "93",
        "long": "Neuberg - ZOB/Ballei - Bf Ost - Trendpark - Gewerbegebiet S\u00fcd",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-094N-1",
        "label": "94",
        "long": "Obereisesheim - Bf West - ZOB/Ballei - Stadtwerke - AQUAtoll",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-100X-1",
        "label": "X 1",
        "long": "",
        "short": "X 1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-108-1",
        "label": "8 A",
        "long": "",
        "short": "8 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-111A-1",
        "label": "11 A",
        "long": "Krautheim - Laibach - Klepsau - D\u00f6rzbach - Me\u00dfbach",
        "short": "11 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-20H-1",
        "label": "20",
        "long": "",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-602-1",
        "label": "602",
        "long": "B\u00f6ttingen - Gundelsheim - H\u00f6chstberg - Duttenberg - Offenau - Bad Friedrichshall",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-602R-1",
        "label": "602R",
        "long": "Ring-Taxi Kochendorf - Untergriesheim - Duttenberg - Kochendorf",
        "short": "602R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-604-1",
        "label": "604",
        "long": "Neckarelz/B\u00f6ttingen - Gundelsheim - Offenau - Bad Friedrichshall",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-610-1",
        "label": "610",
        "long": "",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-618-1",
        "label": "618",
        "long": "M\u00f6ckm\u00fchl - Roigheim - Billigheim - M\u00f6ckm\u00fchl",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-620-1",
        "label": "620",
        "long": "Neuenstadt (K) GIK - Heilbronn",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-621-1",
        "label": "621",
        "long": "(Neudenau -) Stein - Kochert\u00fcrn- Neuenstadt a.K.",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-622-1",
        "label": "622",
        "long": "M\u00f6ckm\u00fchl - Lampoldhausen - Gochsen - Neuenstadt a.K.",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-623-1",
        "label": "623",
        "long": "Neudeck - Langenbeutingen - Brettach - Neuenstadt a.K.",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-624-1",
        "label": "624",
        "long": "Neuenstadt a.K. - Amorbach - Plattenwald - Neckarsulm",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-625-1",
        "label": "625",
        "long": "Neuenstadt a.K. - Degmarn - Oedheim - Bad Friedrichshall",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-627-1",
        "label": "627",
        "long": "Neuenstadt a.K. - Langenbrettach - \u00d6hringen Neuenstadt a. K. - \u00d6hringen",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-628-1",
        "label": "628",
        "long": "Bad Friedrichshall - Hagenbach - Oedheim - Bad Friedrichshall",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-630-1",
        "label": "630",
        "long": "M\u00f6ckm\u00fchl - Widdern - Unterkessach - Leibenstadt - Korb - M\u00f6ckm\u00fchl",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-631-1",
        "label": "631",
        "long": "Heilbronn - Erlenbach - Binswangen",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-632-1",
        "label": "632",
        "long": "Lehrensteinsfeld - Ellhofen - Grantschen - Wimmental",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-633-1",
        "label": "633",
        "long": "H\u00f6lzern - Eberstadt - Gellmersbach - Weinsberg",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-635-1",
        "label": "635",
        "long": "(Mainhardt) - W\u00fcstenrot - L\u00f6wenstein - Willsbach",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-636-1",
        "label": "636",
        "long": "Rundverkehr Obersulm - Reisach - Lichtenstern - Obersulm",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-640-1",
        "label": "640",
        "long": "Heilbronn - Untergruppenbach - Auenstein - Beilstein",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-641-1",
        "label": "641",
        "long": "Heilbronn - Flein - Ilsfeld - Beilstein",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-642-1",
        "label": "642",
        "long": "Heilbronn - Untergruppenbach - Abstatt - Beilstein",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-644-1",
        "label": "644",
        "long": "(Ilsfeld -) Beilstein - Beilstein Teilorte - Prevorst",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-645-1",
        "label": "645",
        "long": "Vorhof - Unterheinriet - Happenbach - Untergruppenbach - Obergruppenbach",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-646-1",
        "label": "646",
        "long": "Untergruppenb. - Abstatt - Ilsfeld - Neckarwesth. - Kirchh.(N)",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-647-1",
        "label": "647",
        "long": "Untergruppenbach - Unterheinriet - Oberheinriet Lehrensteinsfeld - Ellhofen",
        "short": "647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-648-1",
        "label": "648",
        "long": "Untergruppenbach - Abstatt - Ilsfeld - Beilstein",
        "short": "648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-648H-1",
        "label": "648HN",
        "long": "Heilbronn - Untergruppenbach - Oberheinriet/Ilsfeld",
        "short": "648HN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-649-1",
        "label": "649",
        "long": "Lauffen - Talheim - Flein - Untergruppenbach",
        "short": "649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-651-1",
        "label": "651",
        "long": "Lauffen(N) - Neckarwestheim - Talheim - Flein - Heilbronn",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-652-1",
        "label": "652",
        "long": "City Bus Lauffen (N)",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-660-1",
        "label": "660",
        "long": "Heilbronn - Nordheim - Nordhausen - D\u00fcrrenzimmern - Brackenheim",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-661-1",
        "label": "661",
        "long": "Heilbronn - Nordheim - Brackenheim - G\u00fcglingen - Ochsenburg",
        "short": "661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-662-1",
        "label": "662",
        "long": "Heilbronn - Nordheim - Hausen - Brackenheim",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-663-1",
        "label": "663",
        "long": "Brackenheim - Botenheim - Cleebronn - Eibensbach - G\u00fcglingen",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-664-1",
        "label": "664",
        "long": "Lauffen - Hausen - Meimsheim - Brackenheim",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-665-1",
        "label": "665",
        "long": "Brackenheim - Neipperg - Stockheim - G\u00fcglingen",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-666-1",
        "label": "666",
        "long": "Brackenheim - Cleebronn - B\u00f6nnigheim - Freudental",
        "short": "666",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-667-1",
        "label": "667",
        "long": "Lauffen - Hausen - D\u00fcrrenzimmern - Brackenheim",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-668-1",
        "label": "668",
        "long": "Lauffen - Meimsheim - Brackenheim",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-669-1",
        "label": "669",
        "long": "(Heilbronn) - Lauffen - Nordheim - Nordhausen",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-670-1",
        "label": "670",
        "long": "Brackenheim - Neipperg - Schwaigern",
        "short": "670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-671-1",
        "label": "671",
        "long": "Schwaigern - Massenbachhausen - Gemmingen - Stebbach",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-672-1",
        "label": "672",
        "long": "Schwaigern - Stetten - Niederhofen - Kleingartach (- Michelbach)",
        "short": "672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-673-1",
        "label": "673",
        "long": "Richen - Adelshofen - Eppingen",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-674-1",
        "label": "674",
        "long": "Kleingartach - Eppingen",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-675-1",
        "label": "675",
        "long": "Elsenz - Landshausen - Rohrbach - Eppingen",
        "short": "675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-676-1",
        "label": "676",
        "long": "Zaberfeld - M\u00fchlbach - Eppingen",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-677-1",
        "label": "677",
        "long": "Leingarten - Massenbach - Massenbachhausen - Kirchhausen",
        "short": "677",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-678-1",
        "label": "678",
        "long": "Bockschaft - Berwangen - Kirchardt - Eppingen",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-679-1",
        "label": "679",
        "long": "Nordheim - Leingarten",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-681-1",
        "label": "681",
        "long": "Waibstadt - Neckarbischofsheim - Untergimpern - Obergimpern - H\u00fcffenhardt - Siegelsbach - Bad Rappenau",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-682-1",
        "label": "682",
        "long": "Heilbronn - Biberach - Gemmingen",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-683-1",
        "label": "683",
        "long": "Heilbronn - Kirchhausen - Gemmingen",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-684-1",
        "label": "684",
        "long": "Bad Wimpfen - Heinsheim - Zimmerhof - Bad Rappenau",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-685-1",
        "label": "685",
        "long": "Bad Rappenau - Bonfeld - F\u00fcrfeld - Treschklingen - Bad Rappenau",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-686-1",
        "label": "686",
        "long": "Bad Rappenau - Bonfeld - Gemmingen",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-688-1",
        "label": "688",
        "long": "Bad Wimpfen - Biberach (- Bonfeld)",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-689-1",
        "label": "689",
        "long": "Bad Wimpfen - Biberach - Bonfeld F\u00fcrfeld - Treschklingen -Bad Rappenau",
        "short": "689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-691-1",
        "label": "691",
        "long": "Bad Friedrichshall - Plattenwald - Amorbach - Neckarsulm - Kaufland",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-691R-1",
        "label": "691R",
        "long": "Ringbus Kochendorf",
        "short": "691R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-692-1",
        "label": "692",
        "long": "Weinsberg - Erlenbach - Binswangen - Neckarsulm",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-694-1",
        "label": "694",
        "long": "(Bad Wimpfen) - Untereisesheim - Obereisesheim (- Heilbronn) - Neckarsulm",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-695-1",
        "label": "695",
        "long": "B\u00f6llinger H\u00f6fe - Obereisesheim - Neckarsulm",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-X91N-1",
        "label": "X91",
        "long": "Bf Ost -ZOB/Ballei - Realschule - Amorbach (- Dahenfeld)",
        "short": "X91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-X93N-1",
        "label": "X93",
        "long": "Expressbus: Bahnhof Ost - Trendpark",
        "short": "X93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-31-X95N-1",
        "label": "X95",
        "long": "Expressbus: Bahnhof Ost - Trendpark S\u00fcd",
        "short": "X95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-34-n20-1",
        "label": "N20",
        "long": "Nightlife Shuttle: Heilbronn - Kochertal",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-50-R35-1",
        "label": "R 35",
        "long": "Rufbus: \u00d6hringen - Pfedelbach - Michelbach - Neuenstein",
        "short": "R 35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-50-R38-1",
        "label": "R 38",
        "long": "Rufbus: \u00d6hringen - Windischenbach - Pfedelbach - Heuberg - Untersteinbach",
        "short": "R 38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-50-R42-1",
        "label": "R 42",
        "long": "Rufbus: Bretzfeld - Adolzfurt -  Unterheimbach - Geddelsbach",
        "short": "R 42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-50-R46-1",
        "label": "R 46",
        "long": "Rufbus: Bretzfeld - Waldbach -  Schwabbach - Siebeneich",
        "short": "R 46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "hnv-50-R50-1",
        "label": "R 50",
        "long": "Rufbus: \u00d6hringen - Oberma\u00dfholderbach - Westernbach - Zweiflingen",
        "short": "R 50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "kvv-22-304E-1",
        "label": "S4",
        "long": "Karlsruhe - Heilbronn - \u00d6hringen",
        "short": "S4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "kvv-22-341E-1",
        "label": "S41",
        "long": "Heilbronn - Mosbach (Baden)",
        "short": "S41",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "kvv-22-342E-1",
        "label": "S42",
        "long": "Heilbronn - Sinsheim",
        "short": "S42",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-23-134C-1",
        "label": "134",
        "long": "Elsenz - Eichelberg - Tiefenbach - Odenheim - \u00d6stringenSonderfahrplan - nur g\u00fcltig am 21.08.2026",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-940E-1",
        "label": "SEV S4",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig am 17.08. und 18.08.2026  Schwaigern - Heilbronn",
        "short": "SEV S4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-941E-1",
        "label": "SEV S41",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 11.09.2026  Ha\u00dfmersheim - Gundelsheim",
        "short": "SEV S41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-1",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 20.06. und 21.06.2026   Neckarsulm - Bad Friedrichshall - Sinsheim",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-2",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 24.06. auf 25.06.2026   Neckarsulm - Bad Friedrichshal",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-3",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 02.07. und 03.07.2026   Steinsfurt - Grombach",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-4",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 09.07. auf 10.07.2026   Neckarsulm - Bad Friedrichshal (- Sinsheim)",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-5",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 17.07. auf 18.07.2026   Neckarsulm - Bad Friedrichshal",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-6",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 22.07. auf 23.07.2026   Neckarsulm - Bad Friedrichshal",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-7",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 28.07. und 29.07.2026   Bad Wimpfen - Sinsheim",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-8",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig 01.08. bis 10.09.2026   Neckarsulm - Bad Friedrichshall - Bad Rappenau / Mosbach",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "kvv-40-942E-9",
        "label": "SEV S41/S42",
        "long": "SCHIENENERSATZVERKEHR g\u00fcltig am 11.09.2026  Mosbach - Bad Friedrichshall - Neckarsulm",
        "short": "SEV S41/S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "rab-34-845-1",
        "label": "MEX18",
        "long": "",
        "short": "MEX18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "rab-34-846-1",
        "label": "MEX12",
        "long": "",
        "short": "MEX12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "rbs-3-061-1",
        "label": "61",
        "long": "",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "rbs-3-X91-1",
        "label": "X91",
        "long": "",
        "short": "X91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "rbs-3-X93-1",
        "label": "X93",
        "long": "",
        "short": "X93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "rbs-3-X95-1",
        "label": "X95",
        "long": "",
        "short": "X95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vpe-4-902-1",
        "label": "902",
        "long": "Schulbusse  Ochsenburg - Sternenfels - Freudenstein - Maulbronn (-M\u00fchlacker)",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-20-741-1",
        "label": "741",
        "long": "Sinsheim Hbf - Steinsfurt - Kirchardt - Bockschaft - Berwangen u. zur\u00fcck",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-20-763-1",
        "label": "763",
        "long": "Sinsheim Hbf - Weiler - Hilsbach - (Elsenz)",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-32-782-1",
        "label": "782",
        "long": "Waibstadt - Neckarbischofsheim - Helmhof - Untergimpern",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-32-795-1",
        "label": "795",
        "long": "Waibstadt - Reichartshausen - Helmstadt - H\u00fcffenhardt - Bad Rappenau",
        "short": "795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-33-745-1",
        "label": "745",
        "long": "Daudenzell - Neckarbischofsheim - Neckarkatzenbach - Daudenzell Aglasterhausen",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-33-844-1",
        "label": "844",
        "long": "Buchen - Rosenberg - Osterburken - Krautheim",
        "short": "844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-35-859-1",
        "label": "681",
        "long": "H\u00fcffenhardt - Obergimpern - Siegelsbach - Bad Rappenau",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-49-933-1",
        "label": "933",
        "long": "Krautheim - Assamstadt - Bad Mergentheim",
        "short": "933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vrn-49-955-1",
        "label": "955",
        "long": "Hollenbach - Sch\u00f6nb\u00fchl - Wachbach - Bad Mergentheim",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-029-1",
        "label": "29",
        "long": "",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-029-2",
        "label": "29",
        "long": "",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-032-1",
        "label": "32",
        "long": "",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-032-2",
        "label": "32",
        "long": "",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-071-1",
        "label": "71",
        "long": "",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-071-2",
        "label": "71",
        "long": "",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-091-1",
        "label": "91",
        "long": "",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-091-2",
        "label": "91",
        "long": "",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-104-1",
        "label": "104",
        "long": "",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-20-104-2",
        "label": "104",
        "long": "",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vsh-30-020-1",
        "label": "20",
        "long": "",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-31-385-1",
        "label": "385",
        "long": "Sulzbach (M) - W\u00fcstenrot (inkl. R\u00e4uberbus)",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-31-460-1",
        "label": "460",
        "long": "Beilstein - Oberstenfeld - Gro\u00dfbottwar - Steinheim (M) - Marbach (N)",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-31-460a-1",
        "label": "460A",
        "long": "Beilstein - Oberstenfeld - Gro\u00dfbottwar - Steinheim (M) - Marbach (N)",
        "short": "460A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-31-567-1",
        "label": "567",
        "long": "(Murr -) Pleidelsheim - Gro\u00dfingersheim - Bietigheim - Freudental - Hohenhaslach",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-31-572-1",
        "label": "572",
        "long": "Bietigheim - Tripsdrill - Kirbachtal (Fahrrad- & Wanderbus ''Stromer'')",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-31-X46-1",
        "label": "X46",
        "long": "Beilstein - Oberstenfeld - Gro\u00dfbottwar - Marbach (N)",
        "short": "X46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-34-046-1",
        "label": "N46",
        "long": "Marbach (N) - Gro\u00dfbottwar - Oberstenfeld - Gronau - Beilstein",
        "short": "N46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-36-008e-1",
        "label": "RE8E",
        "long": "Stuttgart - Heilbronn - Lauda (Schienenersatzverkehr)",
        "short": "RE8E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-36-018e-1",
        "label": "MEX18E",
        "long": "Bietigheim - Lauffen (Schienenersatzverkehr)",
        "short": "MEX18E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "vvs-36-018z-1",
        "label": "MEX18E",
        "long": "Bietigheim - Lauffen (Schienenersatzverkehr)",
        "short": "MEX18E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 4766,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "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.3"
  },
  "snapshot_date": "2026-09-02",
  "top_fixes": [
    {
      "code": "point_near_origin",
      "count": 1,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Point near origin (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 4724,
      "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": 24.8,
      "rank": 2,
      "severity": "WARNING",
      "what": "4724 of 4767 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_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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
