{
  "agency": {
    "country": "LT",
    "id": "lithuania-ltsa-national-routes",
    "name": "Lietuvos transporto saugos administracija national routes",
    "operating_note": "The intercity and long-distance layer of the national GTFS directory, licensed by the Lithuanian Transport Safety Administration. Distinct from the municipal exports already listed, and not the site's combined national archive, which repackages feeds the registry already carries."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 0.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 642,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 0.0,
        "headsign_scored_pct": 0.0,
        "mixed_case_stop_name_pct": 99.7,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1990,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 642,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1990,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "1990 of 1990 stops don't say whether a wheelchair user can board there.",
          "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
        },
        {
          "code": "scorecard_wheelchair_accessible_unknown",
          "count": 642,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "642 of 642 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 642,
          "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": 15.0,
          "severity": "WARNING",
          "what": "642 of 642 trips have no headsign, the text that tells riders where the bus 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."
        }
      ],
      "name": "completeness",
      "score": 22.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 12,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 443,
          "WARNING": 7385
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 3857,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 3477,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "stop_without_stop_time",
          "count": 32,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "expired_calendar",
          "count": 9,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 3,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 3,
          "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": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 2,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 1,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "service_extends_far_in_the_future",
          "count": 362,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_extends_far_in_the_future' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Service extends far in the future (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 68,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 13,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 49.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 12 kinds of issue across 7828 instances (0 error, 7385 warning, 443 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 26780,
        "effective_expiry_date": "2099-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2099-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "unusually_distant",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service is published through 2099-12-31, an unusually distant end date. It may be intentional, but confirm it before treating the feed as maintained.",
      "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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "The published window is current, but its service end date is unusually distant; confirm that date is intentional.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "CC BY 4.0 through Lithuania's official open-data portal; credit the Lithuanian Transport Safety Administration.",
    "reachable": true,
    "sha256": "df5b0b576eaa994b85f7c2a079a5f781811747d641bc81f56ea3b63c4a6e577c",
    "size_bytes": 21475208,
    "source_provenance": "official",
    "static_url": "https://www.visimarsrutai.lt/gtfs/LTSAR.zip"
  },
  "fetch": {
    "final_url": "https://www.visimarsrutai.lt/gtfs/LTSAR.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-05T00:00:00+00:00",
  "geo": {
    "bbox": [
      21.00749,
      53.97527,
      26.42215,
      56.35657
    ],
    "lat": 55.32582,
    "lon": 23.99277,
    "stop_count": 1990
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 227,
        "trip_count": 642,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 227,
    "trip_count": 642
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 49.8,
    "margin_to_next_band": 10.2,
    "score": 49.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 6,
      "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": "6 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Suba\u010dius gl\u017e. st.\", \"Skapi\u0161kio g.st.\", \"Kalot\u0117s st.\", and more).",
      "why": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1990,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 32,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "32 of 1990 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 32,
    "single_stop_trips": 0,
    "trips_total": 642
  },
  "route_map": {
    "drawn_route_count": 227,
    "has_shapes": true,
    "path": "data/artifacts/lithuania-ltsa-national-routes/geometry.geojson",
    "route_count": 227,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1021",
        "label": "M-973",
        "long": "Vilnius-Visaginas",
        "short": "M-973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1034",
        "label": "M-336",
        "long": "Kaunas-Roki\u0161kis",
        "short": "M-336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1043",
        "label": "M-301",
        "long": "\u0160ilal\u0117-Vilnius",
        "short": "M-301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1047",
        "label": "M-565",
        "long": "Panev\u0117\u017eys-Roki\u0161kis",
        "short": "M-565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1049",
        "label": "M-653",
        "long": "Roki\u0161kis-Vilnius",
        "short": "M-653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1055",
        "label": "M-566",
        "long": "Panev\u0117\u017eys-Roki\u0161kis",
        "short": "M-566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14288",
        "label": "M-203",
        "long": "Druskininkai-Vilnius",
        "short": "M-203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16361",
        "label": "M-904",
        "long": "Panev\u0117\u017eys-Klaip\u0117da",
        "short": "M-904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16364",
        "label": "M-905",
        "long": "Panev\u0117\u017eys-Klaip\u0117da",
        "short": "M-905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16901",
        "label": "M-977",
        "long": "Vilnius-Visaginas",
        "short": "M-977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18227",
        "label": "M-846",
        "long": "Utena-Kaunas",
        "short": "M-846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1954",
        "label": "M-354",
        "long": "Druskininkai-\u0160ventoji",
        "short": "M-354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2029",
        "label": "M-355",
        "long": "Kaunas-\u0160ventoji",
        "short": "M-355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2034",
        "label": "M-175",
        "long": "Bir\u017eai-Vilnius",
        "short": "M-175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20682",
        "label": "M-112",
        "long": "Alytus-Kaunas",
        "short": "M-112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "421",
        "label": "M-998",
        "long": "Zarasai-Vilnius",
        "short": "M-998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "429",
        "label": "M-949",
        "long": "Vilnius-Roki\u0161kis",
        "short": "M-949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "432",
        "label": "M-996",
        "long": "Zarasai-Vilnius",
        "short": "M-996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "437",
        "label": "M-263",
        "long": "Marijampol\u0117-Kaunas",
        "short": "M-263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "439",
        "label": "M-946",
        "long": "Vilnius-Roki\u0161kis",
        "short": "M-946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "441",
        "label": "M-262",
        "long": "Marijampol\u0117-Kaunas",
        "short": "M-262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "444",
        "label": "M-304",
        "long": "Kaunas-Kalvarija",
        "short": "M-304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "445",
        "label": "M-316",
        "long": "Kaunas-Lazdijai",
        "short": "M-316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "448",
        "label": "M-849",
        "long": "Utena-Panev\u0117\u017eys",
        "short": "M-849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "449",
        "label": "M-264",
        "long": "Marijampol\u0117-Kaunas",
        "short": "M-264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "450",
        "label": "M-328",
        "long": "Kaunas-Panev\u0117\u017eys",
        "short": "M-328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "454",
        "label": "M-947",
        "long": "Vilnius-Mol\u0117tai-Utena-Roki\u0161kis",
        "short": "M-947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "456",
        "label": "M-972",
        "long": "Vilnius-Zarasai",
        "short": "M-972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "459",
        "label": "M-997",
        "long": "Zarasai-Vilnius",
        "short": "M-997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "483",
        "label": "M-136",
        "long": "Alytus-Vilnius",
        "short": "M-136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "484",
        "label": "M-137",
        "long": "Alytus-Vilnius",
        "short": "M-137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "485",
        "label": "M-124",
        "long": "Alytus-Vilnius",
        "short": "M-124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "486",
        "label": "M-123",
        "long": "Alytus-Vilnius",
        "short": "M-123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "487",
        "label": "M-125",
        "long": "Alytus-Vilnius",
        "short": "M-125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "488",
        "label": "M-128",
        "long": "Alytus-Vilnius",
        "short": "M-128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "491",
        "label": "M-610",
        "long": "Prienai-Vilnius",
        "short": "M-610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "493",
        "label": "M-225",
        "long": "Kaunas-Vilnius",
        "short": "M-225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "494",
        "label": "M-507",
        "long": "Naujoji Akmen\u0117-Kaunas",
        "short": "M-507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "495",
        "label": "M-508",
        "long": "Naujoji Akmen\u0117-Klaip\u0117da",
        "short": "M-508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "496",
        "label": "M-508A",
        "long": "Naujoji Akmen\u0117-Palanga",
        "short": "M-508A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "497",
        "label": "M-160",
        "long": "Bir\u017eai-Kaunas",
        "short": "M-160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "499",
        "label": "M-162",
        "long": "Bir\u017eai-\u0160iauliai",
        "short": "M-162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "505",
        "label": "M-191",
        "long": "Druskininkai-Kaunas",
        "short": "M-191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "506",
        "label": "M-193",
        "long": "Druskininkai-Kaunas",
        "short": "M-193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "507",
        "label": "M-194",
        "long": "Druskininkai-Kaunas",
        "short": "M-194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "508",
        "label": "M-195",
        "long": "Druskininkai-Kaunas",
        "short": "M-195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "509",
        "label": "M-198",
        "long": "Druskininkai-Vilnius",
        "short": "M-198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "510",
        "label": "M-199",
        "long": "Druskininkai-Vilnius",
        "short": "M-199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "511",
        "label": "M-200",
        "long": "Druskininkai-Vilnius",
        "short": "M-200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "512",
        "label": "M-201",
        "long": "Druskininkai-Vilnius",
        "short": "M-201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "513",
        "label": "M-202",
        "long": "Druskininkai-Vilnius",
        "short": "M-202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "516",
        "label": "M-229",
        "long": "Joni\u0161kis-\u0160iauliai",
        "short": "M-229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "522",
        "label": "M-235",
        "long": "Sudargas-Kaunas",
        "short": "M-235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "528",
        "label": "M-107",
        "long": "Alytus-Kaunas",
        "short": "M-107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "529",
        "label": "M-108",
        "long": "Alytus-Kaunas",
        "short": "M-108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "530",
        "label": "M-109",
        "long": "Alytus-Kaunas",
        "short": "M-109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "532",
        "label": "M-116",
        "long": "Alytus-Ma\u017eeikiai",
        "short": "M-116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "533",
        "label": "M-117",
        "long": "Alytus-\u0160ventoji",
        "short": "M-117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "534",
        "label": "M-119",
        "long": "Alytus-Panev\u0117\u017eys",
        "short": "M-119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "535",
        "label": "M-120",
        "long": "Alytus-Panev\u0117\u017eys",
        "short": "M-120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "536",
        "label": "M-122",
        "long": "Alytus-\u0160iauliai",
        "short": "M-122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "537",
        "label": "M-126",
        "long": "Alytus-Vilnius",
        "short": "M-126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "538",
        "label": "M-132",
        "long": "Alytus-Vilnius",
        "short": "M-132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "540",
        "label": "M-135",
        "long": "Marijampol\u0117-Vilnius",
        "short": "M-135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "541",
        "label": "M-141",
        "long": "Anyk\u0161\u010diai-Vilnius",
        "short": "M-141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "542",
        "label": "M-281",
        "long": "Kaunas-Bir\u017eai",
        "short": "M-281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "543",
        "label": "M-283",
        "long": "Kaunas-Bir\u017eai",
        "short": "M-283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "544",
        "label": "M-285",
        "long": "Kaunas-Druskininkai",
        "short": "M-285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "546",
        "label": "M-286A",
        "long": "\u0160iauliai-Druskininkai",
        "short": "M-286A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "547",
        "label": "M-287",
        "long": "Kaunas-Druskininkai",
        "short": "M-287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "548",
        "label": "M-288",
        "long": "Kaunas-Druskininkai",
        "short": "M-288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "549",
        "label": "M-289",
        "long": "Kaunas-Druskininkai",
        "short": "M-289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "550",
        "label": "M-290",
        "long": "Kaunas-Druskininkai",
        "short": "M-290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "552",
        "label": "M-299",
        "long": "Kaunas-Joni\u0161k\u0117lis",
        "short": "M-299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "553",
        "label": "M-305",
        "long": "Kaunas-Kap\u010diamiestis",
        "short": "M-305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "554",
        "label": "M-308",
        "long": "Kaunas-\u0160iauliai",
        "short": "M-308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "555",
        "label": "M-310",
        "long": "Kaunas-Palanga",
        "short": "M-310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "556",
        "label": "M-311",
        "long": "Kaunas-Palanga",
        "short": "M-311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "557",
        "label": "M-312",
        "long": "Kaunas-Klaip\u0117da",
        "short": "M-312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "558",
        "label": "M-314",
        "long": "Kaunas-Klaip\u0117da",
        "short": "M-314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "559",
        "label": "M-315",
        "long": "Kaunas-Lazdijai",
        "short": "M-315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "561",
        "label": "M-319",
        "long": "\u0160iauliai-Vilkavi\u0161kis",
        "short": "M-319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "562",
        "label": "M-320",
        "long": "Kaunas-Ma\u017eeikiai",
        "short": "M-320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "563",
        "label": "M-321",
        "long": "Kaunas-Ma\u017eeikiai",
        "short": "M-321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "564",
        "label": "M-321A",
        "long": "Kaunas-Ma\u017eeikiai",
        "short": "M-321A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "565",
        "label": "M-322",
        "long": "Kaunas-Naujoji Akmen\u0117",
        "short": "M-322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "566",
        "label": "M-323",
        "long": "Kaunas-Nida",
        "short": "M-323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "567",
        "label": "M-324",
        "long": "Kaunas-Obeliai",
        "short": "M-324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "568",
        "label": "M-325",
        "long": "Kaunas-Naujoji Akmen\u0117",
        "short": "M-325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "569",
        "label": "M-329",
        "long": "Kaunas-Panev\u0117\u017eys",
        "short": "M-329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "572",
        "label": "M-339",
        "long": "Vilnius-Skuodas",
        "short": "M-339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "574",
        "label": "M-346",
        "long": "Kaunas-\u0160iauliai",
        "short": "M-346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "576",
        "label": "M-351",
        "long": "Kaunas-\u0160ilal\u0117",
        "short": "M-351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "577",
        "label": "M-352",
        "long": "Vilnius-Klaip\u0117da",
        "short": "M-352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "579",
        "label": "M-354A",
        "long": "Druskininkai-Palanga",
        "short": "M-354A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "581",
        "label": "M-356",
        "long": "Kaunas-\u0160ventoji",
        "short": "M-356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "582",
        "label": "M-359",
        "long": "Vilnius-\u0160akiai",
        "short": "M-359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "583",
        "label": "M-360",
        "long": "Vilnius-Vilkavi\u0161kis",
        "short": "M-360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "584",
        "label": "M-361",
        "long": "Kaunas-Vilnius",
        "short": "M-361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "585",
        "label": "M-362",
        "long": "Kaunas-Vilnius",
        "short": "M-362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "586",
        "label": "M-363",
        "long": "Kaunas-Var\u0117na",
        "short": "M-363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "587",
        "label": "M-364",
        "long": "Kaunas-Vilkavi\u0161kis",
        "short": "M-364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "588",
        "label": "M-365",
        "long": "Kaunas-Vilkavi\u0161kis",
        "short": "M-365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "589",
        "label": "M-366",
        "long": "Vilnius-\u0160akiai",
        "short": "M-366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "590",
        "label": "M-367",
        "long": "Kaunas-Vilnius",
        "short": "M-367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "591",
        "label": "M-368",
        "long": "Kaunas-Vilnius",
        "short": "M-368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "592",
        "label": "M-369",
        "long": "Kaunas-Vi\u0161tytis",
        "short": "M-369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "593",
        "label": "M-371",
        "long": "Kaunas-\u017dagar\u0117",
        "short": "M-371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "594",
        "label": "M-372",
        "long": "Kaunas-Visaginas",
        "short": "M-372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "595",
        "label": "M-380",
        "long": "Palanga-Druskininkai",
        "short": "M-380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "596",
        "label": "M-444",
        "long": "Lazdijai-Kaunas",
        "short": "M-444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "597",
        "label": "M-806",
        "long": "\u0160ilal\u0117-Vilnius",
        "short": "M-806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "598",
        "label": "M-865",
        "long": "Var\u0117na-Kaunas",
        "short": "M-865",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "600",
        "label": "M-878",
        "long": "Vilkavi\u0161kis-Kaunas",
        "short": "M-878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "601",
        "label": "M-882",
        "long": "Vilkavi\u0161kis-Panev\u0117\u017eys",
        "short": "M-882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "603",
        "label": "M-885",
        "long": "Vilkavi\u0161kis-Vilnius",
        "short": "M-885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "604",
        "label": "M-889",
        "long": "Vilnius-Balninkai",
        "short": "M-889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "605",
        "label": "M-902",
        "long": "Vilnius-Druskininkai",
        "short": "M-902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "606",
        "label": "M-952",
        "long": "Vilnius-Kaunas",
        "short": "M-952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "607",
        "label": "M-966",
        "long": "Vilnius-\u0160ilal\u0117",
        "short": "M-966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "610",
        "label": "M-387",
        "long": "Klaip\u0117da-Kaunas",
        "short": "M-387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "611",
        "label": "M-387A",
        "long": "Palanga-Kaunas",
        "short": "M-387A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "619",
        "label": "M-428",
        "long": "Klaip\u0117da-Vilnius",
        "short": "M-428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "620",
        "label": "M-428A",
        "long": "Palanga-Vilnius",
        "short": "M-428A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "621",
        "label": "M-426",
        "long": "Klaip\u0117da-Vilnius",
        "short": "M-426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "622",
        "label": "M-427",
        "long": "Klaip\u0117da-Vilnius",
        "short": "M-427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "629",
        "label": "M-265",
        "long": "Marijampol\u0117-Ignalina",
        "short": "M-265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "630",
        "label": "M-266",
        "long": "Marijampol\u0117-Kaunas",
        "short": "M-266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "632",
        "label": "M-268A",
        "long": "Marijampol\u0117-Palanga",
        "short": "M-268A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "634",
        "label": "M-272",
        "long": "Marijampol\u0117-Vilnius",
        "short": "M-272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "635",
        "label": "M-273",
        "long": "Marijampol\u0117-Vilnius",
        "short": "M-273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "636",
        "label": "M-274",
        "long": "Marijampol\u0117-Vilnius",
        "short": "M-274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "637",
        "label": "M-470",
        "long": "Ma\u017eeikiai-Kaunas",
        "short": "M-470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "638",
        "label": "M-471",
        "long": "Ma\u017eeikiai-Kaunas",
        "short": "M-471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "639",
        "label": "M-473",
        "long": "Ma\u017eeikiai-Klaip\u0117da",
        "short": "M-473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "642",
        "label": "M-479",
        "long": "Ma\u017eeikiai-Klaip\u0117da",
        "short": "M-479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "643",
        "label": "M-480",
        "long": "Ma\u017eeikiai-Klaip\u0117da",
        "short": "M-480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "644",
        "label": "M-518",
        "long": "Palanga-Vilnius",
        "short": "M-518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "645",
        "label": "M-519",
        "long": "Palanga-Vilnius",
        "short": "M-519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "647",
        "label": "M-523",
        "long": "\u0160ventoji-Kaunas",
        "short": "M-523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "649",
        "label": "M-787",
        "long": "\u0160ventoji-Vilnius",
        "short": "M-787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "653",
        "label": "M-532",
        "long": "Panev\u0117\u017eys-Bir\u017eai",
        "short": "M-532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "654",
        "label": "M-533",
        "long": "Vilnius-Bir\u017eai",
        "short": "M-533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "655",
        "label": "M-534",
        "long": "Vilnius-Bir\u017eai",
        "short": "M-534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "656",
        "label": "M-537",
        "long": "Panev\u0117\u017eys-Druskininkai",
        "short": "M-537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "659",
        "label": "M-549",
        "long": "Panev\u0117\u017eys-Kaunas",
        "short": "M-549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "660",
        "label": "M-550",
        "long": "Panev\u0117\u017eys-Kaunas",
        "short": "M-550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "661",
        "label": "M-551",
        "long": "Panev\u0117\u017eys-Kaunas",
        "short": "M-551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "663",
        "label": "M-555",
        "long": "Panev\u0117\u017eys-Klaip\u0117da",
        "short": "M-555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "665",
        "label": "M-561",
        "long": "Panev\u0117\u017eys-\u0160ventoji",
        "short": "M-561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "671",
        "label": "M-588",
        "long": "Panev\u0117\u017eys-Vilnius",
        "short": "M-588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "673",
        "label": "M-591",
        "long": "Panev\u0117\u017eys-Vilnius",
        "short": "M-591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "674",
        "label": "M-592",
        "long": "Panev\u0117\u017eys-Vilnius",
        "short": "M-592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "680",
        "label": "M-645",
        "long": "Roki\u0161kis-Panev\u0117\u017eys",
        "short": "M-645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "683",
        "label": "M-658",
        "long": "Skuodas-Klaip\u0117da",
        "short": "M-658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "684",
        "label": "M-659",
        "long": "Skuodas-Klaip\u0117da",
        "short": "M-659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "689",
        "label": "M-677A",
        "long": "\u0160akiai-Palanga",
        "short": "M-677A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "690",
        "label": "M-679",
        "long": "\u0160akiai-Vilnius",
        "short": "M-679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "691",
        "label": "M-680",
        "long": "\u0160akiai-Vilnius",
        "short": "M-680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "692",
        "label": "M-682",
        "long": "Ei\u0161i\u0161k\u0117s-Vilnius",
        "short": "M-682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "698",
        "label": "M-709",
        "long": "\u0160iauliai-Kaunas",
        "short": "M-709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "699",
        "label": "M-710",
        "long": "\u0160iauliai-Kaunas",
        "short": "M-710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "704",
        "label": "M-725",
        "long": "\u0160iauliai-Palanga",
        "short": "M-725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "712",
        "label": "M-750",
        "long": "\u0160iauliai-Vilnius",
        "short": "M-750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "715",
        "label": "M-760",
        "long": "\u0160ilal\u0117-Vilnius",
        "short": "M-760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "718",
        "label": "M-773",
        "long": "\u0160ilut\u0117-Vilnius",
        "short": "M-773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "723",
        "label": "M-796",
        "long": "Taurag\u0117-Klaip\u0117da",
        "short": "M-796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "725",
        "label": "M-797A",
        "long": "Taurag\u0117-Palanga",
        "short": "M-797A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "726",
        "label": "M-801",
        "long": "Taurag\u0117-\u0160iauliai",
        "short": "M-801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "729",
        "label": "M-808",
        "long": "Tel\u0161iai-Kaunas",
        "short": "M-808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "730",
        "label": "M-809",
        "long": "Tel\u0161iai-Kaunas",
        "short": "M-809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "731",
        "label": "M-811",
        "long": "Tel\u0161iai-Klaip\u0117da",
        "short": "M-811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "736",
        "label": "M-864",
        "long": "Var\u0117na-Kaunas",
        "short": "M-864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "737",
        "label": "M-869",
        "long": "Var\u0117na-Vilnius",
        "short": "M-869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "738",
        "label": "M-870",
        "long": "Var\u0117na-Vilnius",
        "short": "M-870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "742",
        "label": "M-886",
        "long": "Vilnius-Alytus",
        "short": "M-886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "744",
        "label": "M-895",
        "long": "Vilnius-Bir\u017eai",
        "short": "M-895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "745",
        "label": "M-896",
        "long": "Vilnius-Bir\u017eai",
        "short": "M-896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "746",
        "label": "M-897",
        "long": "Vilnius-Bir\u017eai",
        "short": "M-897",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "747",
        "label": "M-898",
        "long": "Vilnius- Bir\u017eai",
        "short": "M-898",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "748",
        "label": "M-906",
        "long": "Vilnius-Joni\u0161kis",
        "short": "M-906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "749",
        "label": "M-907",
        "long": "Vilnius-Joni\u0161kis",
        "short": "M-907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "750",
        "label": "M-909",
        "long": "Vilnius-Marijampol\u0117",
        "short": "M-909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "751",
        "label": "M-910",
        "long": "Vilnius-Kaunas",
        "short": "M-910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "752",
        "label": "M-911",
        "long": "Vilnius-Kaunas",
        "short": "M-911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7521",
        "label": "M-957A",
        "long": "Vilnius-Palanga",
        "short": "M-957A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "753",
        "label": "M-912",
        "long": "Vilnius-Kaunas",
        "short": "M-912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "754",
        "label": "M-913",
        "long": "Vilnius-Kaunas",
        "short": "M-913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "755",
        "label": "M-916",
        "long": "Vilnius-Klaip\u0117da",
        "short": "M-916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "757",
        "label": "M-918A",
        "long": "Vilnius-Palanga",
        "short": "M-918A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "758",
        "label": "M-919",
        "long": "Vilnius-Klaip\u0117da",
        "short": "M-919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "759",
        "label": "M-919A",
        "long": "Vilnius-Palanga",
        "short": "M-919A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "760",
        "label": "M-920",
        "long": "Vilnius-Klaip\u0117da",
        "short": "M-920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "761",
        "label": "M-920A",
        "long": "Vilnius-Palanga",
        "short": "M-920A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "762",
        "label": "M-922",
        "long": "Vilnius-Lazdijai",
        "short": "M-922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "763",
        "label": "M-923",
        "long": "Vilnius-Lazdijai",
        "short": "M-923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "765",
        "label": "M-925",
        "long": "Vilnius-Ma\u017eeikiai",
        "short": "M-925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "766",
        "label": "M-926",
        "long": "Vilnius-Ma\u017eeikiai",
        "short": "M-926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "768",
        "label": "M-931",
        "long": "Vilnius-Naujoji Akmen\u0117",
        "short": "M-931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "769",
        "label": "M-933",
        "long": "Vilnius-Nida",
        "short": "M-933",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "770",
        "label": "M-935",
        "long": "Vilnius-Palanga",
        "short": "M-935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "771",
        "label": "M-936",
        "long": "Vilnius-Palanga",
        "short": "M-936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "776",
        "label": "M-951",
        "long": "Vilnius-\u0160akiai",
        "short": "M-951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "778",
        "label": "M-954",
        "long": "Vilnius-Panev\u0117\u017eys",
        "short": "M-954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "779",
        "label": "M-955",
        "long": "Vilnius-\u0160ilal\u0117",
        "short": "M-955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "780",
        "label": "M-956",
        "long": "Vilnius-\u0160ilut\u0117",
        "short": "M-956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "781",
        "label": "M-957",
        "long": "Vilnius-\u0160ventoji",
        "short": "M-957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "782",
        "label": "M-958",
        "long": "Vilnius-\u0160ventoji",
        "short": "M-958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "783",
        "label": "M-959",
        "long": "Vilnius-Taurag\u0117",
        "short": "M-959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "786",
        "label": "M-970",
        "long": "Vilnius-Taurag\u0117",
        "short": "M-970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "787",
        "label": "M-975",
        "long": "Visaginas-Vilnius",
        "short": "M-975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "792",
        "label": "M-974",
        "long": "Visaginas-Vilnius",
        "short": "M-974",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "793",
        "label": "M-429",
        "long": "Klaip\u0117da-Zarasai",
        "short": "M-429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "796",
        "label": "M-490",
        "long": "Ma\u017eeikiai-Vilnius",
        "short": "M-490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "797",
        "label": "M-490A",
        "long": "Ma\u017eeikiai-Vilnius",
        "short": "M-490A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "798",
        "label": "M-491",
        "long": "Ma\u017eeikiai-Vilnius",
        "short": "M-491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "799",
        "label": "M-574",
        "long": "\u0160iauliai-Vilnius",
        "short": "M-574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "800",
        "label": "M-575",
        "long": "Panev\u0117\u017eys-\u0160iauliai",
        "short": "M-575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "803",
        "label": "M-751",
        "long": "\u0160iauliai-Vilnius",
        "short": "M-751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8561",
        "label": "M-286",
        "long": "Kaunas-Druskininkai",
        "short": "M-286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "863",
        "label": "M-961",
        "long": "Vilnius-Tro\u0161k\u016bnai",
        "short": "M-961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "877",
        "label": "M-967",
        "long": "Vilnius-Kybartai",
        "short": "M-967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "982",
        "label": "M-434",
        "long": "Kupi\u0161kis-Vilnius",
        "short": "M-434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "983",
        "label": "M-945",
        "long": "Vilnius-Roki\u0161kis",
        "short": "M-945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "989",
        "label": "M-655",
        "long": "Roki\u0161kis-Vilnius",
        "short": "M-655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "990",
        "label": "M-652",
        "long": "Roki\u0161kis-Vilnius",
        "short": "M-652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "996",
        "label": "M-976",
        "long": "Visaginas-Vilnius",
        "short": "M-976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1990,
    "stop_points_capped": false
  },
  "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-05",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1990,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1990 of 1990 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_wheelchair_accessible_unknown",
      "count": 642,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "642 of 642 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    },
    {
      "code": "scorecard_missing_headsigns",
      "count": 642,
      "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": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "642 of 642 trips have no headsign, the text that tells riders where the bus is going.",
      "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
    }
  ],
  "validator_version": "8.0.1"
}
