{
  "agency": {
    "country": "LT",
    "id": "klaipeda-city-public-transport",
    "name": "Klaip\u0117da city public transport",
    "operating_note": "Official municipality-level export from the national GTFS directory. Counted as one feed record, not as a census of distinct operators.",
    "subdivision_code": "LT-20",
    "subdivision_name": "Klaip\u0117dos miestas"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 907,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 8376,
        "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": 907,
          "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": "907 of 907 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": 8376,
          "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": "8376 of 8376 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 6,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 29,
          "WARNING": 6
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 4,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "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_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "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."
        },
        {
          "code": "big_gap_in_service",
          "count": 8,
          "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": 0.8,
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 8,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 85.8,
      "status": "measured",
      "summary": "The MobilityData validator flagged 6 kinds of issue across 35 instances (0 error, 6 warning, 29 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 364,
        "effective_expiry_date": "2027-07-23",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2027-07-23",
        "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 364 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 364 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 through Lithuania's official open-data portal; credit the Lithuanian Transport Safety Administration and the named municipality.",
    "reachable": true,
    "sha256": "f1cdcd30b91ae112a8bf0b2e5ba5f312d0a64ad3407a848d392f5ca38e10abaa",
    "size_bytes": 2625434,
    "static_url": "https://www.visimarsrutai.lt/gtfs/KlaipedosM.zip"
  },
  "fetch": {
    "final_url": "https://www.visimarsrutai.lt/gtfs/KlaipedosM.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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      21.07081,
      55.2993,
      21.81351,
      55.97151
    ],
    "lat": 55.69664,
    "lon": 21.21198,
    "stop_count": 907
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 67,
        "trip_count": 8376,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 67,
    "trip_count": 8376
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 0.5,
    "margin_to_next_band": 9.5,
    "score": 70.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 4,
      "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": "4 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (M6, 31, M8, 116).",
      "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": 583,
      "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": "583 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Pilies st.\", \"Turgaus st.\", \"Turgaus 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": 907,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 8376
  },
  "route_map": {
    "drawn_route_count": 67,
    "has_shapes": true,
    "path": "data/artifacts/klaipeda-city-public-transport/geometry.geojson",
    "route_count": 67,
    "routes": [
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16442",
        "label": "102",
        "long": "Garg\u017edai - Endriejavas - \u017dadeikiai",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16445",
        "label": "105",
        "long": "Garg\u017edai - \u0160i\u016bpariai - Svencel\u0117",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16447",
        "label": "41",
        "long": "Klaip\u0117da (Autobus\u0173 stotis) - Dituva",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16450",
        "label": "115",
        "long": "Klaip\u0117da - Rusn\u0117",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16451",
        "label": "29",
        "long": "Kur\u0117no st. - Agluon\u0117nai",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16454",
        "label": "15B",
        "long": "Ligonin\u0117s - Normantai",
        "short": "15B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16455",
        "label": "19",
        "long": "Autobus\u0173 parkas - J\u016brinink\u0173 st.",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16456",
        "label": "45",
        "long": "Klaip\u0117da - Priekul\u0117 - Dreverna - Svencel\u0117",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16458",
        "label": "112",
        "long": "Garg\u017edai - Antkoptis - Judr\u0117nai",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16460",
        "label": "40",
        "long": "Klaip\u0117da (Naujojo Turgaus st.) - Dituva",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16461",
        "label": "1",
        "long": "Autobus\u0173 stotis - VLG",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16463",
        "label": "9A",
        "long": "Turgus - VLG",
        "short": "9A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16464",
        "label": "5",
        "long": "\u017diedo st. (Kretingos g.) - J\u016brinink\u0173 st.",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16466",
        "label": "11A",
        "long": "Kur\u0117no st. - \u0160ern\u0173 sodai",
        "short": "11A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16467",
        "label": "26",
        "long": "Atgimimo aik\u0161t\u0117 - Radailiai - Eket\u0117",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16469",
        "label": "104",
        "long": "Garg\u017edai - Pakalni\u0161kiai",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16471",
        "label": "16",
        "long": "Mogiliovo g. - Smiltel\u0117s g. - VLG",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "16472",
        "label": "8E",
        "long": "Ligonin\u0117s - J\u016brinink\u0173 st.",
        "short": "8E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16477",
        "label": "36",
        "long": "Klaip\u0117da - Ginduliai - Klemi\u0161k\u0117 II - Klaip\u0117da",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16479",
        "label": "109",
        "long": "Garg\u017edai - Vaiteli\u0173 sodai",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16480",
        "label": "8",
        "long": "Autobus\u0173 stotis - J\u016brinink\u0173 st.",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16481",
        "label": "43",
        "long": "Klaip\u0117da (Naujojo Turgaus st.) - SB Spengiai",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16483",
        "label": "20",
        "long": "Smelt\u0117 - Taikos pr. - Naikup\u0117s g. - Smelt\u0117",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16484",
        "label": "27",
        "long": "Akropolis - SB Tolupis - SB Ais\u0117",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16487",
        "label": "103",
        "long": "Garg\u017edai - Dovilai - Meds\u0117d\u017eiai",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16488",
        "label": "34",
        "long": "Naujojo Turgaus st. - \u0160ern\u0173 sodai",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16489",
        "label": "106",
        "long": "Garg\u017edai - Utriai",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16490",
        "label": "11",
        "long": "Turgus - L\u0117bartai",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16491",
        "label": "11B",
        "long": "Kur\u0117no st. - Dovilai",
        "short": "11B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "16492",
        "label": "116",
        "long": "Garg\u017edai - Klaip\u0117da",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16493",
        "label": "107",
        "long": "Garg\u017edai - Plikiai",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16494",
        "label": "110",
        "long": "Garg\u017edai - Dovilai - Klaip\u0117da",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16495",
        "label": "7",
        "long": "Klip\u0161\u010diai - Tru\u0161eliai - Klip\u0161\u010diai",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16497",
        "label": "25",
        "long": "Autobus\u0173 stotis - Vaiteliai",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16501",
        "label": "101",
        "long": "V\u0117\u017eai\u010diai - Klaip\u0117da",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16502",
        "label": "108",
        "long": "Garg\u017edai - Judr\u0117nai",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16504",
        "label": "28",
        "long": "Autobus\u0173 stotis - \u0160ern\u0173 sodai",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16506",
        "label": "10",
        "long": "Autobus\u0173 parkas - Statybinink\u0173 pr. - Smiltel\u0117s g. - Autobus\u0173 parkas",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16621",
        "label": "30",
        "long": "Klaip\u0117da - Ginduliai - Smilgynai - Slengiai - Klaip\u0117da",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "16691",
        "label": "31",
        "long": "Klaip\u0117da - Palanga - Palangos Oro Uostas",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "16844",
        "label": "M8",
        "long": "J\u016brinink\u0173 st. - Taikos pr. - Ligonin\u0117s",
        "short": "M8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16846",
        "label": "21",
        "long": "Akropolis - Jakai - Sudmantai - Ermita\u017eas PROMO - Akropolis",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "16848",
        "label": "M6",
        "long": "Mogiliovo g. - Taikos pr. - Melnrag\u0117",
        "short": "M6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16849",
        "label": "21A",
        "long": "Turgus - Jakai",
        "short": "21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16850",
        "label": "14A",
        "long": "Naujasis turgus - Turgus (Taikos pr.) - Turgus (Til\u017e\u0117s g.)",
        "short": "14A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "16851",
        "label": "2A",
        "long": "Sportinink\u0173 g. - Debreceno g.",
        "short": "2A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17069",
        "label": "17",
        "long": "Paupiai - Kalot\u0117",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17071",
        "label": "2",
        "long": "Kur\u0117no st. - Sportinink\u0173 g.",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17248",
        "label": "22A",
        "long": "Statybinink\u0173 pr. - LEZ",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17301",
        "label": "4",
        "long": "Statybinink\u0173 pr. - Giruliai",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17783",
        "label": "9",
        "long": "J\u016brinink\u0173 st. - Ligonin\u0117s",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17784",
        "label": "22B",
        "long": "Panev\u0117\u017eio g. - LEZ",
        "short": "22B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17785",
        "label": "3",
        "long": "Naikup\u0117s g. - Ligonin\u0117s",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17786",
        "label": "14",
        "long": "Arena - Klip\u0161\u010diai",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "17787",
        "label": "22",
        "long": "J\u016brinink\u0173 st. - LEZ",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "18539",
        "label": "46",
        "long": "Klaip\u0117da - Priekul\u0117 - Kintai - Vent\u0117",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "18801",
        "label": "18",
        "long": "Kur\u0117no st. - Panev\u0117\u017eio g.",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "19625",
        "label": "6",
        "long": "Mogiliovo g. - Melnrag\u0117",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "19626",
        "label": "12A",
        "long": "Turgus - Draugyst\u0117s gele\u017einkelio stotis",
        "short": "12A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "19627",
        "label": "12",
        "long": "Turgus - VLG",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "19628",
        "label": "15",
        "long": "Mogiliovo g. - Ligonin\u0117s",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "19629",
        "label": "1A",
        "long": "Turgus - VLG",
        "short": "1A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "20446",
        "label": "24",
        "long": "Universiteto st. - Karkl\u0117 - Kunkiai",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "20447",
        "label": "23",
        "long": "Ligonin\u0117s - \u017daliasis sl\u0117nis - Ligonin\u0117s",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "20448",
        "label": "42",
        "long": "Klaip\u0117da (Naujojo Turgaus st.) - Vaiteliai - Rasa",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "22000",
        "label": "4A",
        "long": "Statybinink\u0173 pr. - Giruliai",
        "short": "4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0073AC",
        "color_name": "teal",
        "has_shape": true,
        "id": "22001",
        "label": "L1",
        "long": "Pilies tiltas - Tauralaukio tiltas",
        "short": "L1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 907,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-24",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 907,
      "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": "907 of 907 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": 8376,
      "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": "8376 of 8376 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_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": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
