{
  "agency": {
    "id": "champaign-urbana-mass-transit-district-mtd",
    "name": "Champaign Urbana Mass Transit District (MTD)",
    "subdivision_code": "US-IL",
    "subdivision_name": "Illinois"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 99.8,
          "stops_marked_accessible_pct": 99.7,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 99.7,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 14.9,
          "stop_names": 15.0,
          "wheelchair_stops": 24.9,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 8222,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 99.4,
        "headsign_scored_pct": 99.4,
        "mixed_case_stop_name_pct": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1936,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 8222,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 99.7,
        "wheelchair_marked_accessible_pct": 99.7,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 6,
          "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": 0.1,
          "severity": "WARNING",
          "what": "6 of 1936 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,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 50,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.1,
          "severity": "WARNING",
          "what": "50 of 8222 trips lack rider-facing destination or direction text.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 77.3,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (100% 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": 13,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 105,
          "WARNING": 322444
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_timepoint_value",
          "count": 321337,
          "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": "service_has_no_active_day_of_the_week",
          "count": 514,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "unusable_trip",
          "count": 311,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "expired_calendar",
          "count": 88,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 74,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "duplicate_route_name",
          "count": 47,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 45,
          "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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 14,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 12,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "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": "route_long_name_contains_short_name",
          "count": 1,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "big_gap_in_service",
          "count": 104,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 26.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 322549 instances (0 error, 322444 warning, 105 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 140,
        "effective_expiry_date": "2026-12-19",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-19",
        "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 140 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": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 140 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip."
  },
  "feed": {
    "license_note": "License: https://developer.cumtd.com/terms-of-use/",
    "reachable": true,
    "sha256": "e28377677dd8f80b5589194409d204b7467c186b2308b63ffe65de56bdb87a7b",
    "size_bytes": 5508398,
    "static_url": "http://developer.cumtd.com/gtfs/google_transit.zip"
  },
  "fetch": {
    "final_url": "https://developer.cumtd.com/gtfs/google_transit.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-08-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -88.32287,
      40.04807,
      -88.15999,
      40.15279
    ],
    "lat": 40.10902,
    "lon": -88.24515,
    "stop_count": 1936
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 90,
        "trip_count": 8222,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 90,
    "trip_count": 8222
  },
  "ntd_id_alignment": {
    "detail": "This feed provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk it on the P-50 form. The value does not need to equal the five-digit NTD ID; we do not have that ID on file, so the optional equality comparison is not checked yet.",
    "feed_agency_ids": [
      "CUMTD"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data covers the next 140 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, current, and identified with agency_id: the four feed checks for RY2026 all hold here. Only your own D-10 and P-50 filings make that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 57.0,
    "margin_to_next_band": 3.0,
    "score": 57.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 1752,
      "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": "1752 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"U.S. 150 & Dodson (NE Far Side)\", \"Winchester & Branch (NW Corner)\", \"Winchester & Branch (SE Corner)\", 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."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 1931,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 311,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "311 of 8222 trips list fewer than two stops.",
        "why": "A trip with one stop has no leg a rider can ride; trip planners can't route anyone on it, so the service effectively does not exist."
      }
    ],
    "orphan_stops": 0,
    "single_stop_trips": 311,
    "trips_total": 8222
  },
  "route_map": {
    "drawn_route_count": 89,
    "has_shapes": true,
    "path": "data/artifacts/champaign-urbana-mass-transit-district-mtd/geometry.geojson",
    "route_count": 90,
    "routes": [
      {
        "color": "355CAA",
        "color_name": "blue",
        "has_shape": true,
        "id": "BLUE",
        "label": "4",
        "long": "Blue",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9E8966",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRONZE",
        "label": "8",
        "long": "Bronze",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9E8966",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRONZE ALT",
        "label": "8",
        "long": "Bronze Alternate",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "825622",
        "color_name": "brown",
        "has_shape": true,
        "id": "BROWN",
        "label": "9",
        "long": "Brown",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "825622",
        "color_name": "brown",
        "has_shape": true,
        "id": "BROWN ALT",
        "label": "9",
        "long": "Brown Alternate",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CC0033",
        "color_name": "red",
        "has_shape": true,
        "id": "CHERRY",
        "label": "17",
        "long": "17 CHERRY",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C7994A",
        "color_name": "orange",
        "has_shape": true,
        "id": "GOLD",
        "label": "10",
        "long": "Gold",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C7994A",
        "color_name": "orange",
        "has_shape": true,
        "id": "GOLD ALT",
        "label": "10",
        "long": "Gold Alternate",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C7994A",
        "color_name": "orange",
        "has_shape": true,
        "id": "GOLDHOPPER",
        "label": "10",
        "long": "Gold",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN",
        "label": "5",
        "long": "Green",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN ALT",
        "label": "5",
        "long": "Green Alternate",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN EVENING",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN EVENING SATURDAY",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN EXPRESS",
        "label": "5",
        "long": "Green Express",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN EXPRESS ALT",
        "label": "5",
        "long": "Green Express Alternate",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN LATE NIGHT",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN LATE NIGHT SATURDAY",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN LATE NIGHT SUNDAY",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN SATURDAY",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREEN SUNDAY",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREENHOPPER",
        "label": "5",
        "long": "Green",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREENHOPPER EVENING",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008063",
        "color_name": "green",
        "has_shape": true,
        "id": "GREENHOPPER EVENING SATURDAY",
        "label": "50",
        "long": "Green",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "GREY",
        "label": "7",
        "long": "Grey",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "GREY ALT",
        "label": "7",
        "long": "Grey Alternate",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "GREY EVENING",
        "label": "70",
        "long": "Grey",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "GREY EVENING SATURDAY",
        "label": "70",
        "long": "Grey",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "GREY SATURDAY",
        "label": "70",
        "long": "Grey",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808285",
        "color_name": "gray",
        "has_shape": true,
        "id": "GREY SUNDAY",
        "label": "70",
        "long": "Grey",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI",
        "label": "22",
        "long": "Illini",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI EVENING",
        "label": "220",
        "long": "Illini",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI EVENING SATURDAY",
        "label": "220",
        "long": "Illini",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI EVENING SUNDAY",
        "label": "220",
        "long": "Illini",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI LIMITED",
        "label": "22",
        "long": "Illini Limited",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI LIMITED EVENING",
        "label": "220",
        "long": "Illini Limited",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI LIMITED EVENING SATURDAY",
        "label": "220",
        "long": "Illini Limited",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI LIMITED SATURDAY",
        "label": "220",
        "long": "Illini Limited",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5A1D5A",
        "color_name": "brown",
        "has_shape": true,
        "id": "ILLINI LIMITED SUNDAY",
        "label": "220",
        "long": "Illini Limited",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A78BC0",
        "color_name": "gray",
        "has_shape": true,
        "id": "LAVENDER",
        "label": "3",
        "long": "Lavender",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A78BC0",
        "color_name": "gray",
        "has_shape": true,
        "id": "LAVENDER ALT",
        "label": "3",
        "long": "Lavender Alternate",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A78BC0",
        "color_name": "gray",
        "has_shape": true,
        "id": "LAVENDER SATURDAY",
        "label": "30",
        "long": "Lavender",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A78BC0",
        "color_name": "gray",
        "has_shape": true,
        "id": "LAVENDER SUNDAY",
        "label": "30",
        "long": "Lavender",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B2D235",
        "color_name": "yellow",
        "has_shape": true,
        "id": "LIME EVENING",
        "label": "180",
        "long": "Lime",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B2D235",
        "color_name": "yellow",
        "has_shape": true,
        "id": "LIME EVENING SATURDAY",
        "label": "180",
        "long": "Lime",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B2D235",
        "color_name": "yellow",
        "has_shape": true,
        "id": "LIME SATURDAY",
        "label": "180",
        "long": "Lime",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B2D235",
        "color_name": "yellow",
        "has_shape": true,
        "id": "LIME SUNDAY",
        "label": "180",
        "long": "Lime",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "LINK",
        "label": "24",
        "long": "Link",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B3088",
        "color_name": "blue",
        "has_shape": true,
        "id": "NAVY",
        "label": "14",
        "long": "Navy",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F99F2A",
        "color_name": "orange",
        "has_shape": true,
        "id": "ORANGE",
        "label": "6",
        "long": "Orange",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99F2A",
        "color_name": "orange",
        "has_shape": true,
        "id": "ORANGE ALT",
        "label": "6",
        "long": "Orange Alternate",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F99F2A",
        "color_name": "orange",
        "has_shape": true,
        "id": "ORANGEHOPPER",
        "label": "6",
        "long": "Orange",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFBFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "PINK",
        "label": "16",
        "long": "Pink",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFBFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "PINK ALT",
        "label": "16",
        "long": "Pink Alternate",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "RAVEN",
        "label": "21",
        "long": "Raven",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED1C24",
        "color_name": "red",
        "has_shape": true,
        "id": "RED",
        "label": "2",
        "long": "Red",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED1C24",
        "color_name": "red",
        "has_shape": true,
        "id": "RED SATURDAY",
        "label": "20",
        "long": "Red",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EB008B",
        "color_name": "pink",
        "has_shape": false,
        "id": "RUBY",
        "label": "11",
        "long": "Ruby",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EB008B",
        "color_name": "pink",
        "has_shape": true,
        "id": "RUBY EVENING",
        "label": "110",
        "long": "Ruby",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EB008B",
        "color_name": "pink",
        "has_shape": true,
        "id": "RUBY EVENING SATURDAY",
        "label": "110",
        "long": "Ruby",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EB008B",
        "color_name": "pink",
        "has_shape": true,
        "id": "RUBY SATURDAY",
        "label": "110",
        "long": "Ruby",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EB008B",
        "color_name": "pink",
        "has_shape": true,
        "id": "RUBY SUNDAY",
        "label": "110",
        "long": "Ruby",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER",
        "label": "13",
        "long": "Silver",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER EVENING",
        "label": "130",
        "long": "Silver",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER EVENING SATURDAY",
        "label": "130",
        "long": "Silver",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER EVENING SUNDAY",
        "label": "130",
        "long": "Silver",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER LATE NIGHT",
        "label": "130",
        "long": "Silver",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER LIMITED EVENING",
        "label": "130",
        "long": "Silver Limited",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER LIMITED EVENING SATURDAY",
        "label": "130",
        "long": "Silver Limited",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER LIMITED SATURDAY",
        "label": "130",
        "long": "Silver Limited",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER LIMITED SUNDAY",
        "label": "130",
        "long": "Silver Limited",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER SATURDAY",
        "label": "130",
        "long": "Silver",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "CCCCCC",
        "color_name": "white",
        "has_shape": true,
        "id": "SILVER SUNDAY",
        "label": "130",
        "long": "Silver",
        "short": "130",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "006991",
        "color_name": "teal",
        "has_shape": true,
        "id": "TEAL",
        "label": "12",
        "long": "Teal",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006991",
        "color_name": "teal",
        "has_shape": true,
        "id": "TEAL EVENING",
        "label": "120",
        "long": "Teal",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006991",
        "color_name": "teal",
        "has_shape": true,
        "id": "TEAL EVENING SATURDAY",
        "label": "120",
        "long": "Teal",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006991",
        "color_name": "teal",
        "has_shape": true,
        "id": "TEAL LATE NIGHT",
        "label": "120",
        "long": "Teal",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006991",
        "color_name": "teal",
        "has_shape": true,
        "id": "TEAL LATE NIGHT SATURDAY",
        "label": "120",
        "long": "Teal",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006991",
        "color_name": "teal",
        "has_shape": true,
        "id": "TEAL LATE NIGHT SUNDAY",
        "label": "120",
        "long": "Teal",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006991",
        "color_name": "teal",
        "has_shape": true,
        "id": "TEAL SATURDAY",
        "label": "120",
        "long": "Teal",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006991",
        "color_name": "teal",
        "has_shape": true,
        "id": "TEAL SUNDAY",
        "label": "120",
        "long": "Teal",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW",
        "label": "1",
        "long": "Yellow",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW ALT",
        "label": "1",
        "long": "Yellow Alternate",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW EVENING",
        "label": "100",
        "long": "Yellow",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW EVENING SATURDAY",
        "label": "100",
        "long": "Yellow",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW LATE NIGHT",
        "label": "100",
        "long": "Yellow",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW LATE NIGHT SATURDAY",
        "label": "100",
        "long": "Yellow",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW LATE NIGHT SUNDAY",
        "label": "100",
        "long": "Yellow",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW SATURDAY",
        "label": "100",
        "long": "Yellow",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOW SUNDAY",
        "label": "100",
        "long": "Yellow",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCEE1F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "YELLOWHOPPER",
        "label": "1",
        "long": "Yellow",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1936,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "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"
  },
  "shapes_readiness": {
    "detail": "All 8222 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 8222,
    "trips_with_shape": 8222
  },
  "snapshot_date": "2026-08-01",
  "top_fixes": [
    {
      "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": 1,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 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": 321337,
      "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"
}
