{
  "agency": {
    "country": "LT",
    "id": "vilnius-public-transport-judu",
    "name": "Vilnius public transport (JUDU)",
    "subdivision_code": "LT-57",
    "subdivision_name": "Vilniaus miestas"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 31.1,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 83.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 12.4
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1529,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 19417,
        "wheelchair_accessible_pct": 83.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": 1529,
          "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": "1529 of 1529 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": 3308,
          "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": 2.6,
          "severity": "WARNING",
          "what": "3308 of 19417 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 49.9,
      "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": 7,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 5307,
          "WARNING": 85
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 59,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "unexpected_enum_value",
          "count": 16,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 9,
          "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": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 5299,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "platform_without_parent_station",
          "count": 6,
          "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": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 2,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 73.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 7 kinds of issue across 5392 instances (0 error, 85 warning, 5307 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 348,
        "effective_expiry_date": "2027-07-01",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-07-01",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 348 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 348 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 83% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 83% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "S\u012e Susisiekimo paslaugos data-use terms permit free reuse, publication, translation, and adaptation; name S\u012eSP as the data source with a link and keep republished data current.",
    "reachable": true,
    "sha256": "d1323fce6a98b034c0110e872c85993d0caa4c65f33657ed62c2fb8f0f78b597",
    "size_bytes": 3187245,
    "static_url": "https://www.stops.lt/vilnius/vilnius/gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 7
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 32
      }
    },
    "bikes": {
      "allowed_count": 32,
      "allowed_pct": 100.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 32,
      "stated_pct": 100.0,
      "total_count": 32
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 32
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 1,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 7,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 32
  },
  "fetch": {
    "final_url": "https://www.stops.lt/vilnius/vilnius/gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      25.04569,
      54.57716,
      25.5165,
      54.85708
    ],
    "lat": 54.6967,
    "lon": 25.27323,
    "stop_count": 1529
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 98,
        "trip_count": 15490,
        "trip_share_pct": 79.8
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 1,
        "trip_count": 32,
        "trip_share_pct": 0.2
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 16,
        "trip_count": 3895,
        "trip_share_pct": 20.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 115,
    "trip_count": 19417
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 9.1,
    "margin_to_next_band": 0.9,
    "score": 69.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 1,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "1 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (L1).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 840,
      "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": "840 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Bij\u016bn\u0173 st.\", \"Buki\u0161ki\u0173 st.\", \"Gele\u017einio Vilko st.\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 1529,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 19417
  },
  "route_map": {
    "drawn_route_count": 115,
    "has_shapes": true,
    "path": "data/artifacts/vilnius-public-transport-judu/geometry.geojson",
    "route_count": 115,
    "routes": [
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_1",
        "label": "1",
        "long": "Stotis\u2013Viking\u0173 g.\u2013Oro uostas\u2013Rod\u016bnios sodai",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_10",
        "label": "10",
        "long": "Fabijoni\u0161k\u0117s\u2013Baltupiai\u2013Marku\u010diai",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_11",
        "label": "11",
        "long": "\u017dv\u0117rynas\u2013Senamiestis\u2013U\u017eupis",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_114",
        "label": "114",
        "long": "\u0160iaur\u0117s miestelis\u2013Antakalnis\u2013Milei\u0161i\u0161ki\u0173 \u2013S.Kerbed\u017eio g.\u2013Dvar\u010dionys\u2013Vinci\u016bni\u0161k\u0117s",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_115",
        "label": "115",
        "long": "Antakalnis\u2013Rokanti\u0161k\u0117s\u2013Parko\u2013Linksmoji g.",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_116",
        "label": "116",
        "long": "\u017dv\u0117rynas\u2013Gudeli\u0173 \u0161ilas\u2013Lazdynai\u2013Unguri\u0173 g.",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_117",
        "label": "117",
        "long": "Pilait\u0117\u2013Kriau\u010di\u016bnai\u2013Platini\u0161k\u0117s",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_118",
        "label": "118",
        "long": "Pilait\u0117\u2013Varn\u0117s g.\u2013Perk\u016bnkiemis",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_119",
        "label": "119",
        "long": "\u0160iaur\u0117s miestelis\u2013Antakalnis\u2013Rokanti\u0161k\u0117s\u2013Egli\u0161k\u0117s",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_12",
        "label": "12",
        "long": "Stotis\u2013Rudamina\u2013Skaidi\u0161k\u0117s",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_120",
        "label": "120",
        "long": "Visoriai\u2013Santari\u0161k\u0117s\u2013\u017dali\u0173j\u0173 E\u017eer\u0173 g.\u2013Kry\u017eiokai",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_121",
        "label": "121",
        "long": "Santari\u0161k\u0117s\u2013Ma\u017eieji Gulbinai\u2013Did\u017ei\u0173j\u0173 Gulbin\u0173 g.",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_122",
        "label": "122",
        "long": "Naujininkai\u2013Kaln\u0117nai\u2013Guriai\u2013Pavilnys\u2013Naujoji Vilnia",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_123",
        "label": "123",
        "long": "\u017demieji Paneriai (Vaduvos g.) \u2013 Centras (Luki\u0161ki\u0173 g.)",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_125",
        "label": "125",
        "long": "Gabijos progimnazija\u2013Visori\u0173 g.\u2013Bajorai\u2013 Visoriai",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_13",
        "label": "13",
        "long": "\u017demasis Pavilnys\u2013Marku\u010diai\u2013Stotis\u2013Vilkp\u0117d\u0117",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_14",
        "label": "14",
        "long": "Rudamina\u2013Did\u017eiasalis\u2013Grigai\u010diai\u2013Parko\u2013Arim\u0173 g.",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_15",
        "label": "15",
        "long": "\u017dolyno g.\u2013Antakalnis\u2013Turni\u0161k\u0117s",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_16",
        "label": "16",
        "long": "Stotis\u2013Nem\u0117\u017eis\u2013Skaidi\u0161k\u0117s",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_17",
        "label": "17",
        "long": "Antakalnis\u2013Nemen\u010din\u0117s pl.\u2013Antaviliai",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_18",
        "label": "18",
        "long": "Antakalnis\u2013Dvar\u010dionys\u2013Parko g.",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_19",
        "label": "19",
        "long": "Stotis\u2013Lydos pl.\u2013Salininkai",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_2",
        "label": "2",
        "long": "Stotis\u2013Liepkalnio\u2013Viking\u0173 g.\u2013Oro uostas",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_20",
        "label": "20",
        "long": "\u017demieji Paneriai\u2013M\u016brin\u0117 Vok\u0117\u2013Lazdynai",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_21",
        "label": "21",
        "long": "Lazdyn\u0117liai\u2013Lazdynai\u2013Centras",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_22",
        "label": "22",
        "long": "Lazdynai\u2013Oslo g.\u2013Centras",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_24",
        "label": "24",
        "long": "Fabijoni\u0161k\u0117s\u2013Ukmerg\u0117s g.\u2013\u017demieji Paneriai (Apylanka per P. \u017dadeikos g.)",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_25",
        "label": "25",
        "long": "\u017demieji Paneriai\u2013Kazb\u0117j\u0173\u2013V. A. Grai\u010di\u016bno g.\u2013Vaidotai",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_26",
        "label": "26",
        "long": "Ozo g.\u2013Kalvarij\u0173 g.\u2013Santari\u0161k\u0117s\u2013Did\u017eioji Rie\u0161\u0117\u2013Didieji Gulbinai",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_27",
        "label": "27",
        "long": "Kalvarij\u0173\u2013Tuskul\u0117n\u0173\u2013Oland\u0173\u2013Arim\u0173 g.",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_28",
        "label": "28",
        "long": "\u017demieji Paneriai\u2013Grigi\u0161k\u0117s\u2013Valai",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_29",
        "label": "29",
        "long": "Vilkp\u0117d\u0117\u2013\u017demait\u0117s g.\u2013Lazdynai\u2013Grigi\u0161k\u0117s",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_3",
        "label": "3",
        "long": "Stotis\u2013Ei\u0161i\u0161ki\u0173 pl.\u2013Dilgyn\u0117\u2013Salininkai\u2013Vaidotai",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_30",
        "label": "30",
        "long": "Pilait\u0117\u2013Konstitucijos pr.\u2013Apkas\u0173 g.\u2013\u0160iaur\u0117s miestelis",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_31",
        "label": "31",
        "long": "Stotis\u2013Pavilnys\u2013Naujoji Vilnia",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_32",
        "label": "32",
        "long": "\u017dv\u0117rynas\u2013Zuj\u016bnai\u2013Gineiti\u0161k\u0117s\u2013Perk\u016bnkiemis",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_33",
        "label": "33",
        "long": "\u0160iaur\u0117s miestelis\u2013Rinktin\u0117s\u2013Oland\u0173 g.\u2013Sukil\u0117li\u0173 g.\u2013Guriai",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_34",
        "label": "34",
        "long": "Stotis\u2013Oland\u0173 g.\u2013Baltupiai\u2013Jeruzal\u0117s g.\u2013Visoriai",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_35",
        "label": "35",
        "long": "\u017dalgirio\u2013Kalvarij\u0173 g.\u2013Naujieji Verkiai\u2013O\u017ekiniai",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_36",
        "label": "36",
        "long": "\u017dalgirio\u2013Kalvarij\u0173 g.\u2013Balsiai\u2013Naujaneriai\u2013Pagub\u0117",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_37",
        "label": "37",
        "long": "Kalvarij\u0173\u2013Tuskul\u0117n\u0173\u2013Oland\u0173 g.\u2013Rokanti\u0161k\u0117s",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_38",
        "label": "38",
        "long": "Antakalnis\u2013Dvar\u010dionys\u2013\u0160il\u0117n\u0173 g.",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_39",
        "label": "39",
        "long": "Antakalnis\u2013Nemen\u010din\u0117s pl.\u2013Bal\u017eio g.",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_4",
        "label": "4",
        "long": "Stotis\u2013Rod\u016bnios kelias\u2013Kirtimai",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_40",
        "label": "40",
        "long": "Perk\u016bnkiemis\u2013Fabijoni\u0161k\u0117s\u2013S.Stanevi\u010diaus g.\u2013Centras (Apylanka)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_41",
        "label": "41",
        "long": "Stotis\u2013Ei\u0161i\u0161ki\u0173 pl.\u2013U\u017eusienis",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_42",
        "label": "42",
        "long": "Stotis\u2013Ei\u0161i\u0161ki\u0173 pl.\u2013Salininkai",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_43",
        "label": "43",
        "long": "Justini\u0161k\u0117s\u2013\u0160e\u0161kin\u0117\u2013\u017daliasis tiltas\u2013Centras",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_46",
        "label": "46",
        "long": "Perk\u016bnkiemis\u2013Laisv\u0117s pr.\u2013A.Go\u0161tauto g.\u2013Centras",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_48",
        "label": "48",
        "long": "\u0160e\u0161kin\u0117\u2013Pa\u0161ilai\u010diai\u2013Santari\u0161k\u0117s",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_49",
        "label": "49",
        "long": "Bajorai\u2013Ateities g.\u2013Didlaukio g.\u2013\u017dalgirio g.\u2013Lazdynai\u2013Buk\u010diai",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_5",
        "label": "5",
        "long": "Fabijoni\u0161k\u0117s\u2013\u017dalgirio g.\u2013Tuskul\u0117n\u0173 g.\u2013\u0160iaur\u0117s miestelis",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_50",
        "label": "50",
        "long": "Antakalnis\u2013Didlaukio g.\u2013Baltupio g.\u2013Bajorai",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_51",
        "label": "51",
        "long": "\u017demieji Paneriai\u2013Trak\u0173 Vok\u0117\u2013Pagiriai",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_52",
        "label": "52",
        "long": "Tarand\u0117\u2013Ukmerg\u0117s g.\u2013Pa\u0161ilai\u010diai",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_53",
        "label": "53",
        "long": "Fabijoni\u0161k\u0117s\u2013Kalvarij\u0173\u2013Pylimo g.\u2013Stotis",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_54",
        "label": "54",
        "long": "Pilait\u0117\u2013Lazdynai\u2013Stotis",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_55",
        "label": "55",
        "long": "\u0160iltnami\u0173 g.\u2013Laisv\u0117s pr.\u2013Fabijoni\u0161k\u0117s\u2013Santari\u0161k\u0117s",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_56",
        "label": "56",
        "long": "Fabijoni\u0161k\u0117s\u2013\u0160e\u0161kin\u0117\u2013Konstitucijos pr.\u2013A.Go\u0161tauto g.\u2013Vilkp\u0117d\u0117 (Apylanka)",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_57",
        "label": "57",
        "long": "Fabijoni\u0161k\u0117s\u2013Ateities g.\u2013Jeruzal\u0117\u2013Bajorai\u2013Buki\u0161kis",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_58",
        "label": "58",
        "long": "Stotis\u2013Dz\u016bk\u0173 g.\u2013Minsko pl.\u2013Kaln\u0117nai\u2013Guriai\u2013Grigai\u010diai",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_59",
        "label": "59",
        "long": "Grigi\u0161k\u0117s\u2013Lazdynai\u2013Laisv\u0117s pr.\u2013\u017dv\u0117rynas",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_61",
        "label": "61",
        "long": "Stotis\u2013Nem\u0117\u017eis\u2013Kuprioni\u0161k\u0117s",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_62",
        "label": "62",
        "long": "\u017demieji Paneriai\u2013M\u016brin\u0117 Vok\u0117\u2013 Gureliai\u2013Lazdynai",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_63",
        "label": "63",
        "long": "\u017dv\u0117rynas\u2013Pilait\u0117s pr.\u2013Karveli\u0161k\u0117s",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_65",
        "label": "65",
        "long": "O\u017ekiniai\u2013Naujieji Verkiai\u2013Balsi\u0173 g.\u2013Pagub\u0117",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_66",
        "label": "66",
        "long": "\u017dalgirio\u2013Kalvarij\u0173\u2013\u017dali\u0173j\u0173 E\u017eer\u0173 g.\u2013Skirgi\u0161k\u0117s",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_67",
        "label": "67",
        "long": "Parko\u2013Pramon\u0117s g.\u2013Mick\u016bnai",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_68",
        "label": "68",
        "long": "Lazdynai\u2013M\u016brin\u0117 Vok\u0117\u2013Lentvaris\u2013Grigi\u0161k\u0117s",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_69",
        "label": "69",
        "long": "\u0160iaur\u0117s miestelis\u2013Kernav\u0117s g.\u2013Lazdynai\u2013Lazdyn\u0117liai",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_7",
        "label": "7",
        "long": "\u0160iaur\u0117s miestelis\u2013Verki\u0173 g.\u2013Vir\u0161uli\u0161k\u0117s\u2013Lazdynai",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_73",
        "label": "73",
        "long": "Justini\u0161k\u0117s\u2013Centras\u2013Naugarduko g.\u2013Vilkp\u0117d\u0117",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_74",
        "label": "74",
        "long": "Stotis\u2013Suba\u010diaus\u2013Parko g.",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_75",
        "label": "75",
        "long": "Santari\u0161k\u0117s\u2013Visori\u0173 g.\u2013Fabijoni\u0161k\u0117s\u2013\u0160e\u0161kin\u0117\u2013Justini\u0161k\u0117s\u2013Pilait\u0117",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_76",
        "label": "76",
        "long": "Ateities\u2013Balsi\u0173 g.\u2013Sakali\u0161k\u0117s\u2013Bireliai",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_78",
        "label": "78",
        "long": "Stotis\u2013Ei\u0161i\u0161ki\u0173 pl.\u2013Pagiriai",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_8",
        "label": "8",
        "long": "\u017demieji Paneriai\u2013Auk\u0161tieji Paneriai\u2013Vaidotai",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_82",
        "label": "82",
        "long": "Stotis\u2013Salininkai\u2013Mi\u0161kiniai\u2013Juod\u0161iliai",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_87",
        "label": "87",
        "long": "Ateities g.\u2013Mol\u0117t\u0173 pl.\u2013Rie\u0161\u0117\u2013Bendor\u0117liai\u2013\u0160e\u0161kin\u0117",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_88",
        "label": "88",
        "long": "Oro uostas\u2013Centras\u2013Europos aik\u0161t\u0117",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_89",
        "label": "89",
        "long": "Nepriklausomyb\u0117s aik\u0161t\u0117\u2013Senamiestis\u2013Drujos g.\u2013Stotis",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_bus_9",
        "label": "9",
        "long": "Zuiki\u0173\u2013Agrast\u0173 g.\u2013Baltoji Vok\u0117\u2013Vaidotai",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "vilnius_expressbus_1G",
        "label": "1G",
        "long": "Stotis\u2013Kalvarij\u0173 g.\u2013Santari\u0161k\u0117s",
        "short": "1G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "vilnius_expressbus_2G",
        "label": "2G",
        "long": "Santari\u0161k\u0117s\u2013Laisv\u0117s pr.\u2013Stotis",
        "short": "2G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "vilnius_expressbus_3G",
        "label": "3G",
        "long": "Perk\u016bnkiemis\u2013\u0160e\u0161kin\u0117\u2013Centras\u2013Oro uostas",
        "short": "3G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "vilnius_expressbus_3G-A",
        "label": "3G-A",
        "long": "Fabijoni\u0161k\u0117s\u2013\u017daliasis tiltas (Apylanka P. \u017dadeikos g.)",
        "short": "3G-A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "vilnius_expressbus_4G",
        "label": "4G",
        "long": "Pilait\u0117\u2013Konstitucijos pr.\u2013Saul\u0117tekis",
        "short": "4G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "vilnius_expressbus_5G",
        "label": "5G",
        "long": "Perk\u016bnkiemis\u2013Ozo g.\u2013Saul\u0117tekis",
        "short": "5G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "vilnius_expressbus_6G",
        "label": "6G",
        "long": "Parko\u2013Oland\u0173 g.\u2013\u017daliasis tiltas",
        "short": "6G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A59B",
        "color_name": "teal",
        "has_shape": true,
        "id": "vilnius_ferry_L1",
        "label": "L1",
        "long": "\u017dirm\u016bn\u0173 papl\u016bdimys\u2013\u017daliasis tiltas\u2013Verslo trikampis",
        "short": "L1",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N1",
        "label": "N1",
        "long": "Centras\u2013Antakalnis\u2013Saul\u0117tekis",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N2",
        "label": "N2",
        "long": "Centras\u2013Lazdynai\u2013Karolini\u0161k\u0117s\u2013Pilait\u0117 (Apylanka per st. MO muziejus)",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N3",
        "label": "N3",
        "long": "Centras\u2013\u017dirm\u016bnai\u2013Baltupiai\u2013Santari\u0161k\u0117s",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N4",
        "label": "N4",
        "long": "Centras\u2013Kalvarij\u0173\u2013S. Stanevi\u010diaus g.\u2013Gabijos progimnazija",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N5",
        "label": "N5",
        "long": "Centras\u2013Marku\u010diai\u2013Pavilnys\u2013Naujoji Vilnia",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N6",
        "label": "N6",
        "long": "Centras\u2013\u0160e\u0161kin\u0117\u2013Pa\u0161ilai\u010diai\u2013Bajor\u0173 kalvos",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N7",
        "label": "N7",
        "long": "Centras\u2013\u017dv\u0117rynas\u2013Justini\u0161k\u0117s\u2013Perk\u016bnkiemis\u2013Gabijos progimnazija",
        "short": "N7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N8",
        "label": "N8",
        "long": "Europos aik\u0161t\u0117\u2013Centras\u2013Stotis\u2013Naujininkai\u2013Oro uostas",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "vilnius_nightbus_N9",
        "label": "N9",
        "long": "Centras\u2013Naujamiestis\u2013\u017demieji Paneriai\u2013Grigi\u0161k\u0117s (Apylanka per st. MO muziejus)",
        "short": "N9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_1",
        "label": "1",
        "long": "Karolini\u0161k\u0117s\u2013\u017dv\u0117rynas\u2013Stotis",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_10",
        "label": "10",
        "long": "Saul\u0117tekis\u2013Kalvarij\u0173 g.\u2013Naujininkai",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_12",
        "label": "12",
        "long": "\u017dirm\u016bnai\u2013\u0160eimyni\u0161ki\u0173\u2013Tauro g.\u2013\u017demieji Paneriai (Apylanka be Reformat\u0173 st.)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_15",
        "label": "15",
        "long": "Stotis\u2013\u017demieji Paneriai\u2013Titnago g.",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_16",
        "label": "16",
        "long": "Pa\u0161ilai\u010diai\u2013Lazdynai\u2013Stotis",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_17",
        "label": "17",
        "long": "\u017dirm\u016bnai\u2013Naujininkai",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_18",
        "label": "18",
        "long": "Perk\u016bnkiemis\u2013Justini\u0161k\u0117s\u2013\u017demieji Paneriai\u2013Titnago g.",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_19",
        "label": "19",
        "long": "Pa\u0161ilai\u010diai\u2013Konstitucijos pr.\u2013Antakalnis\u2013Saul\u0117tekis",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_2",
        "label": "2",
        "long": "Saul\u0117tekis\u2013\u017dygimant\u0173 g.\u2013Stotis",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_20",
        "label": "20",
        "long": "\u017dirm\u016bnai\u2013\u017dygimant\u0173\u2013Pylimo g.\u2013Stotis",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_21",
        "label": "21",
        "long": "Antakalnis\u2013\u0160ilo tiltas\u2013\u017dirm\u016bnai",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_3",
        "label": "3",
        "long": "Karolini\u0161k\u0117s\u2013\u017dv\u0117rynas\u2013\u017dirm\u016bnai\u2013Valakampiai",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_4",
        "label": "4",
        "long": "Antakalnis\u2013Centras\u2013\u017demieji Paneriai",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_6",
        "label": "6",
        "long": "\u017dirm\u016bnai\u2013Kalvarij\u0173\u2013Tauro g.\u2013\u017demieji Paneriai (Apylanka be Reformat\u0173 st.)",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_7",
        "label": "7",
        "long": "Perk\u016bnkiemis\u2013Justini\u0161k\u0117s\u2013\u017dv\u0117rynas\u2013Stotis",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "DC3131",
        "color_name": "red",
        "has_shape": true,
        "id": "vilnius_trol_9",
        "label": "9",
        "long": "Karolini\u0161k\u0117s\u2013\u0160eimyni\u0161ki\u0173 g.\u2013\u017dirm\u016bnai",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      }
    ],
    "stop_count": 1529,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1529,
      "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": "1529 of 1529 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_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,
      "rank": 2,
      "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."
    },
    {
      "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"
}
