{
  "agency": {
    "country": "SK",
    "id": "dpb-bratislava",
    "name": "Dopravn\u00fd podnik Bratislava, a.s. (DPB)",
    "subdivision_code": "SK-BL",
    "subdivision_name": "Bratislavsk\u00fd kraj"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.3,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 99.6
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 14.9
        },
        "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": 1350,
        "translations": {
          "feed_lang": "sk",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 35673,
        "wheelchair_accessible_pct": 99.6,
        "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": 1350,
          "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": "1350 of 1350 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": 147,
          "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": 0.1,
          "severity": "WARNING",
          "what": "147 of 35673 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."
        }
      ],
      "name": "completeness",
      "score": 59.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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 2388,
          "WARNING": 676840
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 676823,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 15,
          "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": "stop_without_stop_time",
          "count": 1,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "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": "platform_without_parent_station",
          "count": 1350,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 1033,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "big_gap_in_service",
          "count": 2,
          "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.5,
          "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": "future_calendar",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_calendar' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future calendar (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "future_feed",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_feed' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future feed (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 74.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 679228 instances (0 error, 676840 warning, 2388 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 165,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-07-20",
        "feed_version": "20260715065938",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 165 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 165 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% 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 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0; published by Dopravn\u00fd podnik Bratislava through the city's open-data portal data.bratislava.sk (ArcGIS item licenseInfo \"CC BY 4.0\", title \"Cestovn\u00e9 poriadky MHD vo form\u00e1te GTFS\").",
    "reachable": true,
    "sha256": "4711fe02b82762fda24f8b6919f1d3a9763af8a45c9378bfb256471e098f55b3",
    "size_bytes": 5833567,
    "static_url": "https://www.arcgis.com/sharing/rest/content/items/aba12fd2cbac4843bc7406151bc66106/data"
  },
  "fetch": {
    "final_url": "https://www.arcgis.com/sharing/rest/content/items/aba12fd2cbac4843bc7406151bc66106/data",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      16.97029,
      48.02165,
      17.2313,
      48.24153
    ],
    "lat": 48.15824,
    "lon": 17.11936,
    "stop_count": 1350
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 4,
        "trip_count": 4326,
        "trip_share_pct": 12.1
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 72,
        "trip_count": 22180,
        "trip_share_pct": 62.2
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 15,
        "trip_count": 9167,
        "trip_share_pct": 25.7
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 91,
    "trip_count": 35673
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 6.1,
    "margin_to_next_band": 3.9,
    "score": 76.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 51,
      "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": "51 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 9, 45, 47, 49, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 3,
      "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": "3 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Letisko / Airport\", \"Letisko / Airport\", \"Koliba P+R\").",
      "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": 1350,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 1,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "1 of 1350 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 1,
    "single_stop_trips": 0,
    "trips_total": 35673
  },
  "route_map": {
    "drawn_route_count": 91,
    "has_shapes": true,
    "path": "data/artifacts/dpb-bratislava/geometry.geojson",
    "route_count": 91,
    "routes": [
      {
        "color": "F56200",
        "color_name": "orange",
        "has_shape": true,
        "id": "1014",
        "label": "1",
        "long": "platn\u00e1 aj 16.2.-19.4.2026 s 1/4 negarantovanou",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "139990",
        "label": "139",
        "long": "V\u00fdluka Kuku\u010d\u00ednova + v\u00fdluka Nobelova na 51",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "144016",
        "label": "144",
        "long": "",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "145016",
        "label": "145",
        "long": "",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "147006",
        "label": "147",
        "long": "",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "151999",
        "label": "151",
        "long": "V\u00fdluka Kuku\u010d\u00ednova",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "154004",
        "label": "154",
        "long": "platn\u00e9 aj 27.7.-26.10.2026",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "163003",
        "label": "163",
        "long": "",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "184004",
        "label": "184",
        "long": "",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "191007",
        "label": "191",
        "long": "zast\u00e1vka Ju\u017en\u00e9 mesto",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "192982",
        "label": "192",
        "long": "v\u00fdluka Wolkrova",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "20020",
        "label": "20",
        "long": "",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3FA03B",
        "color_name": "green",
        "has_shape": true,
        "id": "21992",
        "label": "21",
        "long": "Uzavret\u00e1 cesta pri zast\u00e1vke Zamajersk\u00e9",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "23999",
        "label": "23",
        "long": "Uzavret\u00e1 cesta pri zast\u00e1vke Zamajersk\u00e9",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "25019",
        "label": "25",
        "long": "",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "26971",
        "label": "26",
        "long": "v\u00fdluka Wolkrova (83)",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "29019",
        "label": "29",
        "long": "",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "30016",
        "label": "30",
        "long": "",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "31007",
        "label": "31",
        "long": "",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "32008",
        "label": "32",
        "long": "",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "776AB4",
        "color_name": "purple",
        "has_shape": true,
        "id": "33010",
        "label": "33",
        "long": "v\u00fdjazdy a dojazdy s cestuj\u00facimi",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "35007",
        "label": "35",
        "long": "",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "36011",
        "label": "36",
        "long": "",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "37012",
        "label": "37",
        "long": "",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "39007",
        "label": "39",
        "long": "",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "3980",
        "label": "3",
        "long": "V\u00fdluka Centrum 2. etapa",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "E51A4B",
        "color_name": "red",
        "has_shape": true,
        "id": "40014",
        "label": "40",
        "long": "posilnen\u00e1 61 cez pr\u00e1zdniny",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "421994",
        "label": "N21",
        "long": "Uzavret\u00e1 cesta pri zast\u00e1vke Zamajersk\u00e9",
        "short": "N21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A65430",
        "color_name": "brown",
        "has_shape": true,
        "id": "42994",
        "label": "42",
        "long": "Dojazdy cez Sv\u00e4toplukovu",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "429990",
        "label": "N29",
        "long": "V\u00fdluka Kuku\u010d\u00ednova + v\u00fdluka Nobelova na 51",
        "short": "N29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "43014",
        "label": "43",
        "long": "",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "431994",
        "label": "N31",
        "long": "Uzavret\u00e1 cesta pri zast\u00e1vke Zamajersk\u00e9 na N21",
        "short": "N31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "433008",
        "label": "N33",
        "long": "",
        "short": "N33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "434971",
        "label": "N34",
        "long": "v\u00fdluka Wolkrova (83)",
        "short": "N34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "437012",
        "label": "N37",
        "long": "",
        "short": "N37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B94B94",
        "color_name": "pink",
        "has_shape": true,
        "id": "44011",
        "label": "44",
        "long": "",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "444011",
        "label": "N44",
        "long": "",
        "short": "N44",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "447011",
        "label": "N47",
        "long": "",
        "short": "N47",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "45020",
        "label": "45",
        "long": "",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "453010",
        "label": "N53",
        "long": "",
        "short": "N53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "455013",
        "label": "N55",
        "long": "",
        "short": "N55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "456981",
        "label": "N56",
        "long": "v\u00fdluka Nobelova, 56 bez Bar\u00f3nky, NKD a Mi\u00da",
        "short": "N56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "461980",
        "label": "N61",
        "long": "v\u00fdluka Centrum",
        "short": "N61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AD8B00",
        "color_name": "orange",
        "has_shape": true,
        "id": "47020",
        "label": "47",
        "long": "",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "470992",
        "label": "N70",
        "long": "Uzavret\u00e1 cesta pri zast\u00e1vke Zamajersk\u00e9 na 21",
        "short": "N70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "472011",
        "label": "N72",
        "long": "",
        "short": "N72",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "474990",
        "label": "N74",
        "long": "V\u00fdluka odbo\u010denie Vajnorsk\u00e1 \u203a Tom\u00e1\u0161ikova na 66",
        "short": "N74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "480012",
        "label": "N80",
        "long": "zast\u00e1vka Ju\u017en\u00e9 mesto",
        "short": "N80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D16C1A",
        "color_name": "orange",
        "has_shape": true,
        "id": "49008",
        "label": "49",
        "long": "",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "491006",
        "label": "N91",
        "long": "",
        "short": "N91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "493008",
        "label": "N93",
        "long": "Otvorenie mostu pri Technopole",
        "short": "N93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "495008",
        "label": "N95",
        "long": "Otvorenie mostu pri Technopole",
        "short": "N95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5071B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "4974",
        "label": "4",
        "long": "V\u00fdluka Centrum 2. etapa",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "499019",
        "label": "N99",
        "long": "Otvorenie mostu pri Technopole",
        "short": "N99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "065469",
        "color_name": "green",
        "has_shape": true,
        "id": "50994",
        "label": "50",
        "long": "Uzavret\u00e1 cesta pri zast\u00e1vke Zamajersk\u00e9 na N21",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "51990",
        "label": "51",
        "long": "V\u00fdluka Kuku\u010d\u00ednova + v\u00fdluka Nobelova",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "52987",
        "label": "52",
        "long": "+1min Drozdov\u00e1\u203aTbilisk\u00e1, vlo\u017eenie zast\u00e1vky Buzalkova",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "53010",
        "label": "53",
        "long": "",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "56981",
        "label": "56",
        "long": "bez Bar\u00f3nky, NKD a Mi\u00da, N56 v\u00fdluka Nobelova",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "57994",
        "label": "57",
        "long": "Posunut\u00e9 odchody kv\u00f4li v\u00fdluke na 4",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A4493",
        "color_name": "blue",
        "has_shape": true,
        "id": "60005",
        "label": "60",
        "long": "striedanie + 19:55 PD",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "A21517",
        "color_name": "red",
        "has_shape": true,
        "id": "61014",
        "label": "61",
        "long": "posilnen\u00e1 61 cez pr\u00e1zdniny",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "642F6C",
        "color_name": "purple",
        "has_shape": true,
        "id": "63013",
        "label": "63",
        "long": "",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0E562C",
        "color_name": "green",
        "has_shape": true,
        "id": "64006",
        "label": "64",
        "long": "",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "65980",
        "label": "65",
        "long": "v\u00fdluka Centrum",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "66990",
        "label": "66",
        "long": "V\u00fdluka odbo\u010denie Vajnorsk\u00e1 \u203a Tom\u00e1\u0161ikova",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "67986",
        "label": "67",
        "long": "V\u00fdluka odbo\u010denie Vajnorsk\u00e1 \u203a Tom\u00e1\u0161ikova + v\u00fdluka Nobelova",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "887917",
        "color_name": "brown",
        "has_shape": true,
        "id": "68011",
        "label": "68",
        "long": "Otvorenie mostu pri Technopole",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "69008",
        "label": "69",
        "long": "",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "70010",
        "label": "70",
        "long": "",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007DB3",
        "color_name": "teal",
        "has_shape": true,
        "id": "71008",
        "label": "71",
        "long": "",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "899D1B",
        "color_name": "brown",
        "has_shape": true,
        "id": "72005",
        "label": "72",
        "long": "",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "75008",
        "label": "75",
        "long": "",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "77009",
        "label": "77",
        "long": "",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "78986",
        "label": "78",
        "long": "V\u00fdluka odbo\u010denie Vajnorsk\u00e1 \u203a Tom\u00e1\u0161ikova + v\u00fdluka Nobelova",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "79007",
        "label": "79",
        "long": "",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D77E09",
        "color_name": "orange",
        "has_shape": true,
        "id": "80019",
        "label": "80",
        "long": "Bez zmeny chrono, otvorenie mostu pri Technopole",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007AB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "83971",
        "label": "83",
        "long": "v\u00fdluka Wolkrova",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007AB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "84971",
        "label": "84",
        "long": "v\u00fdluka Wolkrova",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "87006",
        "label": "87",
        "long": "",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "642F6C",
        "color_name": "purple",
        "has_shape": true,
        "id": "88013",
        "label": "88",
        "long": "",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "849717",
        "color_name": "brown",
        "has_shape": true,
        "id": "9015",
        "label": "9",
        "long": "cel\u00e1 v\u00fdprava z Kras\u0148an",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "90982",
        "label": "90",
        "long": "v\u00fdluka Wolkrova (192)",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "91012",
        "label": "91",
        "long": "zast\u00e1vka Ju\u017en\u00e9 mesto",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "92011",
        "label": "92",
        "long": "Otvorenie mostu pri Technopole",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB075F",
        "color_name": "red",
        "has_shape": true,
        "id": "93008",
        "label": "93",
        "long": "Otvorenie mostu pri Technopole",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "932011",
        "label": "\u0160k",
        "long": "",
        "short": "\u0160k",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB075F",
        "color_name": "red",
        "has_shape": true,
        "id": "94004",
        "label": "94",
        "long": "",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3FA03B",
        "color_name": "green",
        "has_shape": true,
        "id": "96009",
        "label": "96",
        "long": "",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B25C2E",
        "color_name": "brown",
        "has_shape": true,
        "id": "98007",
        "label": "98",
        "long": "Otvorenie mostu pri Technopole",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE639F",
        "color_name": "pink",
        "has_shape": true,
        "id": "99019",
        "label": "99",
        "long": "Otvorenie mostu pri Technopole",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1350,
    "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-19",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1350,
      "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": "1350 of 1350 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 2,
      "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": "missing_timepoint_value",
      "count": 676823,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Missing timepoint value (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
