{
  "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.7,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 46.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": 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": 11053,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 99.5,
        "headsign_scored_pct": 99.5,
        "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": 5436,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 11053,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 46.7,
        "wheelchair_marked_accessible_pct": 46.7,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 2895,
          "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": "2895 of 5436 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": 55,
          "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": "55 of 11053 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."
        }
      ],
      "name": "completeness",
      "score": 64.1,
      "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": 65,
          "INFO": 0,
          "WARNING": 2062
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 65,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1693,
          "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": 270,
          "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": 58,
          "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": 17,
          "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": "stop_without_stop_time",
          "count": 16,
          "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": 6.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": "unused_shape",
          "count": 6,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "feed_expiration_date30_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Schedule a feed re-export now so the new calendar is live well before the current one ends.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 30 days.",
          "why": "If a new feed isn't published before it ends, trip planners will drop your agency and riders will see no service."
        },
        {
          "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."
        }
      ],
      "name": "correctness",
      "score": 26.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 2127 instances (65 error, 2062 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 14,
        "effective_expiry_date": "2026-08-15",
        "feed_end_date": "2026-08-15",
        "feed_start_date": "2026-06-21",
        "feed_version": "2026 April SGR After_20260713",
        "has_feed_info": true,
        "last_service_date": "2026-08-15",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 66.0,
          "severity": "WARNING",
          "what": "Service data runs out in 14 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        }
      ],
      "name": "freshness",
      "score": 23.3,
      "status": "measured",
      "summary": "Service data runs out in 14 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data runs out in 14 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "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": "This feed is close to the conformance mark. 1 validator error to resolve. Service data runs out in 14 days; renew to qualify. States wheelchair access on 47% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "License: http://developer.rideuta.com/TermsOfUse.aspx",
    "reachable": true,
    "sha256": "e10dbf6590b052a82151bac5e8d447b953b2e3956de38bae6b90d3610d315da9",
    "size_bytes": 4382863,
    "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-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -112.30446,
      39.97552,
      -111.58247,
      41.52816
    ],
    "lat": 40.69979,
    "lon": -111.91037,
    "stop_count": 5436
  },
  "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.8
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 1,
        "trip_count": 113,
        "trip_share_pct": 1.0
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 81,
        "trip_count": 9420,
        "trip_share_pct": 85.2
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 86,
    "trip_count": 11053
  },
  "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": "1 validator error to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data runs out in 14 days; renew before you certify.",
        "key": "current",
        "status": "at_risk"
      },
      {
        "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": "at_risk",
    "summary": "This feed is close to NTD-ready. 1 validator error to resolve. Service data runs out in 14 days; renew before you certify."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 37.2,
    "margin_to_next_band": 22.8,
    "score": 37.2
  },
  "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": 5045,
      "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": "5045 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."
    }
  ],
  "routability": {
    "boardable_stops": 5436,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 16,
        "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": "16 of 5436 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": 16,
    "single_stop_trips": 0,
    "trips_total": 11053
  },
  "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",
        "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",
        "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": 5436,
    "stop_points_capped": true
  },
  "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 11053 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 11053,
    "trips_with_shape": 11053
  },
  "snapshot_date": "2026-08-01",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 66.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 14 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 65,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
    },
    {
      "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": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
