{
  "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.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 98.7
        },
        "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.8
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 37160,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_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": 1366,
        "translations": {
          "feed_lang": "sk",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 37160,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 98.7,
        "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": 1366,
          "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": "1366 of 1366 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": 483,
          "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.2,
          "severity": "WARNING",
          "what": "483 of 37160 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.8,
      "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": 1421,
          "WARNING": 723685
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 723643,
          "effort": "Usually one export setting.",
          "fix": "Set timepoint=1 on stops that are real time checks and 0 on the rest. If every published time is a scheduled one, mark them all 1.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rows in stop_times.txt leave the timepoint column blank.",
          "why": "That column says whether a time is a real checkpoint or an estimate. Blank leaves apps guessing, and they may show your estimates as promises."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 40,
          "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": 1366,
          "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": 50,
          "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 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.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 725106 instances (0 error, 723685 warning, 1421 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 120,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2026-09-01",
        "feed_version": "20260828121218",
        "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 120 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 official feed URL on file."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 120 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 99% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "One requirement remains for this feed to earn the conformance mark. States wheelchair access on 0% of stops and 99% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "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": "79e278a000832922c8ab1bfdba1a9aabe41ed186c28266b71b211149eea8922a",
    "size_bytes": 6332456,
    "source_provenance": "official",
    "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-09-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      16.97029,
      48.02165,
      17.2313,
      48.24153
    ],
    "lat": 48.15833,
    "lon": 17.11893,
    "stop_count": 1366
  },
  "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": 5301,
        "trip_share_pct": 14.3
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 73,
        "trip_count": 22947,
        "trip_share_pct": 61.8
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 15,
        "trip_count": 8912,
        "trip_share_pct": 24.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 92,
    "trip_count": 37160
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 6.2,
    "margin_to_next_band": 3.8,
    "score": 76.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 52,
      "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": "52 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": "Riders with low vision struggle to read a low-contrast route badge. It also washes 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": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose the ampersand."
    }
  ],
  "recompute": {
    "as_of": "2026-09-02",
    "feed_fetched_date": "2026-09-01",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1366,
    "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 1366 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": 37160
  },
  "route_map": {
    "drawn_route_count": 92,
    "has_shapes": true,
    "path": "data/artifacts/dpb-bratislava/geometry.geojson",
    "route_count": 92,
    "routes": [
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "139012",
        "label": "139",
        "long": "zmena trasy na 51, v\u00edkendov\u00e9 sprejazdovanie s 154",
        "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": "147997",
        "label": "147",
        "long": "v\u00fdluka Kozia ulica",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "151007",
        "label": "151",
        "long": "Platn\u00e9 aj 27.10.2025 - 19.04.2026",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "154012",
        "label": "154",
        "long": "zlep\u0161enie intervalu, sprejazdovanie s linkami 51, 139 a N29",
        "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": "184005",
        "label": "184",
        "long": "nov\u00e9 chrono, 1DPA->3DPA",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "191008",
        "label": "191",
        "long": "dojazdy z Rusoviec po Ju\u017en\u00e9 mesto, sprev\u00e1dzkovanie zast\u00e1vky Labutia",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "192010",
        "label": "192",
        "long": "zmena v\u00fdjazdovej a dojazdovej trasy, platn\u00e9 aj 6.6.-26.7.2026",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F56200",
        "color_name": "orange",
        "has_shape": true,
        "id": "1986",
        "label": "1",
        "long": "V\u00fdluka Centrum 1. etapa, platn\u00e9 aj 20.4.-30.6.2026",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "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": "21016",
        "label": "21",
        "long": "",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "23013",
        "label": "23",
        "long": "",
        "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": "26013",
        "label": "26",
        "long": "",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "27006",
        "label": "27",
        "long": "",
        "short": "27",
        "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": "E31E24",
        "color_name": "red",
        "has_shape": true,
        "id": "3019",
        "label": "3",
        "long": "platn\u00e1 aj 28.3.-30.6.2026",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "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": "33011",
        "label": "33",
        "long": "k\u013abov\u00e9 vozy",
        "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": "E51A4B",
        "color_name": "red",
        "has_shape": true,
        "id": "40015",
        "label": "40",
        "long": "posilnen\u00e1 61 cez \u0161kolsk\u00fd rok",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "A65430",
        "color_name": "brown",
        "has_shape": true,
        "id": "42009",
        "label": "42",
        "long": "",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "421014",
        "label": "N21",
        "long": "nov\u00e9 chrono na 50",
        "short": "N21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "429012",
        "label": "N29",
        "long": "zmena trasy na 51, v\u00edkendov\u00e9 sprejazdovanie s 154",
        "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": "431014",
        "label": "N31",
        "long": "nov\u00e9 chrono na 50",
        "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": "434013",
        "label": "N34",
        "long": "nov\u00e9 chrono na 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": "456983",
        "label": "N56",
        "long": "56 bez Bar\u00f3nky, NKD a Mi\u00da, platn\u00e9 aj 28.3.-31.5.2026, 1.7.-12.7.2026",
        "short": "N56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "461979",
        "label": "N61",
        "long": "v\u00fdluka Centrum, 65 zmeny intervalov R\u0160",
        "short": "N61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "470016",
        "label": "N70",
        "long": "",
        "short": "N70",
        "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": "472011",
        "label": "N72",
        "long": "",
        "short": "N72",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "474010",
        "label": "N74",
        "long": "platn\u00e9 aj 28.3.-30.6.2026",
        "short": "N74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "480013",
        "label": "N80",
        "long": "dojazdy z \u010cunova po Ju\u017en\u00e9 mesto, sprev\u00e1dzkovanie zast\u00e1vky Labutia",
        "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": "491007",
        "label": "N91",
        "long": "nov\u00e9 chrono na 87",
        "short": "N91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "493009",
        "label": "N93",
        "long": "93/4 a 5 -> 3DPA",
        "short": "N93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "495009",
        "label": "N95",
        "long": "93/4 a 5 -> 3DPA",
        "short": "N95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5071B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "4975",
        "label": "4",
        "long": "V\u00fdluka Centrum 1. etapa, platn\u00e9 aj 20.4.-30.6.2026",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "2B2A29",
        "color_name": "black",
        "has_shape": true,
        "id": "499020",
        "label": "N99",
        "long": "nov\u00e9 chrono na 99",
        "short": "N99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "065469",
        "color_name": "green",
        "has_shape": true,
        "id": "50014",
        "label": "50",
        "long": "nov\u00e9 chrono",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "51012",
        "label": "51",
        "long": "zmena trasy medzi Tehelnou a Mi\u00da Nov\u00e9 Mesto, bez elektrobusu, v\u00edkendov\u00e9 sprejazdovanie s 154",
        "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": "56983",
        "label": "56",
        "long": "bez Bar\u00f3nky, NKD a Mi\u00da, platn\u00e9 aj 28.3.-31.5.2026, 1.7.-12.7.2026",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "57008",
        "label": "57",
        "long": "platn\u00e9 aj 16.2-30.6.2026",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2A4493",
        "color_name": "blue",
        "has_shape": true,
        "id": "60006",
        "label": "60",
        "long": "zmena PD R\u0160 + 60/6 18m",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "A21517",
        "color_name": "red",
        "has_shape": true,
        "id": "61015",
        "label": "61",
        "long": "posilnen\u00e1 61 cez \u0161kolsk\u00fd rok",
        "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": "64007",
        "label": "64",
        "long": "zru\u0161enie soci\u00e1lky Vala\u0161sk\u00e1",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "65979",
        "label": "65",
        "long": "N61 v\u00fdluka Centrum, 65 zmeny intervalov R\u0160",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "66010",
        "label": "66",
        "long": "platn\u00e9 aj 28.3.-30.6.2026",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "67015",
        "label": "67",
        "long": "nov\u00e9 chrono",
        "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": "70011",
        "label": "70",
        "long": "nov\u00e9 chrono",
        "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": "72993",
        "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": "78015",
        "label": "78",
        "long": "nov\u00e9 chrono",
        "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": "80020",
        "label": "80",
        "long": "nov\u00e9 chrono; prejazdy z 99 aj v PDL",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007AB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "83013",
        "label": "83",
        "long": "nov\u00e9 chrono",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007AB8",
        "color_name": "teal",
        "has_shape": true,
        "id": "84013",
        "label": "84",
        "long": "nov\u00e9 chrono",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "87007",
        "label": "87",
        "long": "nov\u00e9 chrono, prv\u00fd spoj 87/11 u\u017e z Toryskej",
        "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": "898989",
        "color_name": "gray",
        "has_shape": true,
        "id": "90010",
        "label": "90",
        "long": "zmena v\u00fdjazdovej a dojazdovej trasy na 192, platn\u00e9 aj 6.6.-26.7.2026",
        "short": "90",
        "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": "91013",
        "label": "91",
        "long": "dojazdy z \u010cunova po Ju\u017en\u00e9 mesto, sprev\u00e1dzkovanie zast\u00e1vky Labutia",
        "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": "93009",
        "label": "93",
        "long": "93/4 a 5 -> 3DPA",
        "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": "98008",
        "label": "98",
        "long": "nov\u00e9 chrono",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE639F",
        "color_name": "pink",
        "has_shape": true,
        "id": "99020",
        "label": "99",
        "long": "nov\u00e9 chrono",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1366,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-02",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1366,
      "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": "1366 of 1366 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": 723643,
      "effort": "Usually one export setting.",
      "fix": "Set timepoint=1 on stops that are real time checks and 0 on the rest. If every published time is a scheduled one, mark them all 1.",
      "owner": "Likely your export tool",
      "points": 8.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "Some rows in stop_times.txt leave the timepoint column blank.",
      "why": "That column says whether a time is a real checkpoint or an estimate. Blank leaves apps guessing, and they may show your estimates as promises."
    }
  ],
  "validator_version": "8.0.1"
}
