{
  "agency": {
    "id": "utah-transit-authority-uta",
    "name": "Utah Transit Authority (UTA)",
    "subdivision_code": "US-UT",
    "subdivision_name": "Utah"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 66.7,
          "stops_marked_accessible_pct": 46.8,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 46.8,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 11.7,
          "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": 11083,
        "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": 5423,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 11083,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 46.8,
        "wheelchair_marked_accessible_pct": 46.8,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2887,
          "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": 13.3,
          "severity": "WARNING",
          "what": "2887 of 5423 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 64.2,
      "status": "measured",
      "summary": "47% of stops state wheelchair accessibility (47% 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": 9,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 2,
          "WARNING": 2183
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 1700,
          "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": 8.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_too_far_from_shape_using_user_distance",
          "count": 399,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 60,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 21,
          "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": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 1,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "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": "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."
        }
      ],
      "name": "correctness",
      "score": 57.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 2185 instances (0 error, 2183 warning, 2 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 104,
        "effective_expiry_date": "2026-12-05",
        "feed_end_date": "2026-12-05",
        "feed_start_date": "2026-08-16",
        "feed_version": "2026 AUG_20260813",
        "has_feed_info": true,
        "last_service_date": "2026-12-05",
        "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 104 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 configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "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 104 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 47% of stops and 100% 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 47% of stops and 100% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "License: http://developer.rideuta.com/TermsOfUse.aspx",
    "reachable": true,
    "sha256": "9625e760097320f1ba8ad9ab319c3104e37cc43c836159d63846b128ad248221",
    "size_bytes": 4375825,
    "source_provenance": "unverified",
    "static_url": "https://gtfsfeed.rideuta.com/GTFS.zip"
  },
  "fetch": {
    "final_url": "https://gtfsfeed.rideuta.com/GTFS.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-08-21T00:00:00+00:00",
  "geo": {
    "bbox": [
      -112.30446,
      39.97552,
      -111.60323,
      41.52816
    ],
    "lat": 40.69985,
    "lon": -111.91082,
    "stop_count": 5423
  },
  "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": 1520,
        "trip_share_pct": 13.7
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 1,
        "trip_count": 120,
        "trip_share_pct": 1.1
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 81,
        "trip_count": 9443,
        "trip_share_pct": 85.2
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 86,
    "trip_count": 11083
  },
  "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": [
      "80001"
    ],
    "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 106 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": "C",
    "margin_to_lower_band": 0.0,
    "margin_to_next_band": 10.0,
    "score": 70.0
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 18,
      "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": "18 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 2, 200, 209, 21, 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": 5040,
      "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": "5040 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"4015 W / Ridgecrest Dr (SB)\", \"4015 W / 4990 S (SB)\", \"2700 W / 3650 S (SB)\", 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."
    }
  ],
  "recompute": {
    "as_of": "2026-08-23",
    "feed_fetched_date": "2026-08-22",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 5423,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 11083
  },
  "route_map": {
    "drawn_route_count": 85,
    "has_shapes": true,
    "path": "data/artifacts/utah-transit-authority-uta/geometry.geojson",
    "route_count": 86,
    "routes": [
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "10810",
        "label": "821",
        "long": "SOUTH COUNTY/PROVO STATION",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "19902",
        "label": "451",
        "long": "TOOELE FAST BUS",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "19906",
        "label": "455",
        "long": "U OF U/DAVIS COUNTY/WSU",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "19930",
        "label": "470",
        "long": "OGDEN - SALT LAKE INTERCITY",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "19936",
        "label": "473",
        "long": "SLC - OGDEN HWY 89 EXPRESS",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "2003",
        "label": "2",
        "long": "200 SOUTH",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "20160",
        "label": "223",
        "long": "2300 EAST/ HOLLADAY BLVD",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "20161",
        "label": "227",
        "long": "2700 WEST",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "20201",
        "label": "F94",
        "long": "9400 SOUTH FLEX",
        "short": "F94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "2022",
        "label": "21",
        "long": "2100 SOUTH / 2100 EAST",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2053",
        "label": "54",
        "long": "5400 SOUTH",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2061",
        "label": "62",
        "long": "6200 SOUTH",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2069",
        "label": "72",
        "long": "7200 SOUTH",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2116",
        "label": "604",
        "long": "WEST OGDEN",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "2121",
        "label": "612",
        "long": "WASHINGTON BLVD",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2122",
        "label": "613",
        "long": "WEBER INDUSTRIAL PARK",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2128",
        "label": "626",
        "long": "WEST ROY /  WSU DAVIS",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2129",
        "label": "627",
        "long": "CLFD STATION  /  FRUIT HEIGHTS PNR",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "21305",
        "label": "F638",
        "long": "THE BRIGHAM CITY Flex",
        "short": "F638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2131",
        "label": "630",
        "long": "BRIGHAM CITY/ OGDEN COMMUTER",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2133",
        "label": "640",
        "long": "LAYTON HILLS MALL / WSU OGDEN CAMP",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "2152",
        "label": "806",
        "long": "EAGLE MTN/SARATOGA SPR/LEHI STN/UVU",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "2153",
        "label": "807",
        "long": "NORTH COUNTY/LEHI STATION/UVU",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "2328",
        "label": "33",
        "long": "3300 SOUTH",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "2332",
        "label": "35",
        "long": "3500 SOUTH",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2343",
        "label": "45",
        "long": "4500 SOUTH",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2368",
        "label": "871",
        "long": "TECH CORRIDOR RAIL CONNECTOR",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "25310",
        "label": "509",
        "long": "900 W SHUTTLE",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "27610",
        "label": "200",
        "long": "STATE STREET NORTH",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "27613",
        "label": "209",
        "long": "900 EAST / 9TH Ave",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "27614",
        "label": "205",
        "long": "500 EAST",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "32878",
        "label": "213",
        "long": "1300 EAST",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "33219",
        "label": "F618",
        "long": "OGDEN BDO FLEX",
        "short": "F618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "33284",
        "label": "513",
        "long": "INDUSTRIAL BUSINESS PARK SHUTTLE",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "34504",
        "label": "240",
        "long": "4000 WEST/ DIXIE VALLEY",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "34505",
        "label": "248",
        "long": "4800 WEST",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "34520",
        "label": "F556",
        "long": "5600 WEST FLEX",
        "short": "F556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "34521",
        "label": "F570",
        "long": "7000 SOUTH FLEX",
        "short": "F570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "34522",
        "label": "F578",
        "long": "7800 SOUTH FLEX",
        "short": "F578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "35675",
        "label": "822",
        "long": "SOUTH UTAH COUNTY BYU/UVU LIMITED",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1191D0",
        "color_name": "teal",
        "has_shape": true,
        "id": "3686",
        "label": "830X",
        "long": "UTAH VALLEY EXPRESS (UVX)",
        "short": "830X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "3687",
        "label": "862",
        "long": "OREM EAST/WEST",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "3711",
        "label": "831",
        "long": "PROVO GRANDVIEW",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "3713",
        "label": "833",
        "long": "AIRPORT/PROVO STATION",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "37499",
        "label": "805",
        "long": "SANTAQUIN/PAYSON/SF/PROVO STN/UVU",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "37811",
        "label": "850",
        "long": "STATE STREET",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "39020",
        "label": "704",
        "long": "Green Line",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "39024",
        "label": "834",
        "long": "VINEYARD/RIVERWOODS/ PROVO STATION",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C227B9",
        "color_name": "pink",
        "has_shape": true,
        "id": "41065",
        "label": "750",
        "long": "FrontRunner",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "41354",
        "label": "551",
        "long": "INTERNATIONAL CENTER",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "44246",
        "label": "201",
        "long": "STATE STREET SOUTH",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77777A",
        "color_name": "gray",
        "has_shape": true,
        "id": "45389",
        "label": "720",
        "long": "S-Line",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "45407",
        "label": "217",
        "long": "REDWOOD ROAD",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "45408",
        "label": "17",
        "long": "1700 SOUTH",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "45409",
        "label": "9",
        "long": "900 SOUTH",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "45418",
        "label": "220",
        "long": "HIGHLAND DRIVE / 1100 EAST",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "45422",
        "label": "218",
        "long": "SOUTH JORDAN",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "45424",
        "label": "F590",
        "long": "9000 SOUTH FLEX",
        "short": "F590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "48851",
        "label": "F514",
        "long": "JORDAN GATEWAY FLEX",
        "short": "F514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "48862",
        "label": "667",
        "long": "LAGOON /  STATION PARK SHUTTLE",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "51572",
        "label": "47",
        "long": "4700 SOUTH",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "5907",
        "label": "701",
        "long": "Blue Line",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "64546",
        "label": "628",
        "long": "CLEARFIELD / LAYTON WESTSIDE",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "65123",
        "label": "972",
        "long": "BINGHM JNCT/SOL BRIGHTN",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "65743",
        "label": "994",
        "long": "90TH SO TRAX/SNWBRD/ALTA",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "73422",
        "label": "F620",
        "long": "WEST HAVEN FLEX",
        "short": "F620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "76841",
        "label": "F453",
        "long": "TOOELE SLC FLEX",
        "short": "F453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "79372",
        "label": "4",
        "long": "400 SOUTH",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "81586",
        "label": "601",
        "long": "OGDEN TROLLEY",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "8246",
        "label": "703",
        "long": "Red Line",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "87442",
        "label": "F232",
        "long": "3200 WEST FLEX",
        "short": "F232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "87443",
        "label": "F11",
        "long": "11TH AVENUE FLEX",
        "short": "F11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "87444",
        "label": "F525",
        "long": "MIDVALE FLEX",
        "short": "F525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "87445",
        "label": "F202",
        "long": "SANDY PARKWAY FLEX",
        "short": "F202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "87522",
        "label": "472",
        "long": "RIVERDALE / SALT LAKE EXPRESS",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "87708",
        "label": "1",
        "long": "SOUTH TEMPLE",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1191D0",
        "color_name": "teal",
        "has_shape": true,
        "id": "87711",
        "label": "50X",
        "long": "MID-VALLEY CONNECTOR BRT (MVX)",
        "short": "50X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1191D0",
        "color_name": "teal",
        "has_shape": true,
        "id": "90585",
        "label": "602",
        "long": "OGX WILDCAT SHUTTLE",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1191D0",
        "color_name": "teal",
        "has_shape": true,
        "id": "92235",
        "label": "603X",
        "long": "OGDEN EXPRESS (OGX)",
        "short": "603X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "92754",
        "label": "823",
        "long": "SPVL/SPFK",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "93045",
        "label": "39",
        "long": "3900 SOUTH",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "93348",
        "label": "417",
        "long": "NORTH REDWOOD RD",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "93610",
        "label": "126",
        "long": "12600 SOUTH",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "93611",
        "label": "219",
        "long": "SOUTH REDWOOD RD",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "9605",
        "label": "625",
        "long": "ATC / HARRISON BLVD / WSU",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "9606",
        "label": "645",
        "long": "MONROE BLVD",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 5423,
    "stop_points_capped": true
  },
  "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"
  },
  "shapes_readiness": {
    "detail": "All 11083 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 11083,
    "trips_with_shape": 11083
  },
  "snapshot_date": "2026-08-23",
  "top_fixes": [
    {
      "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": 1,
      "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_wheelchair_boarding_unknown",
      "count": 2887,
      "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": 13.3,
      "rank": 2,
      "severity": "WARNING",
      "what": "2887 of 5423 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": "mixed_case_recommended_field",
      "count": 1700,
      "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": 8.0,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
