{
  "agency": {
    "id": "uta",
    "name": "UTA",
    "subdivision_code": "US-UT",
    "subdivision_name": "Utah"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 62.9,
          "stops_marked_accessible_pct": 40.7,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 40.7,
          "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": 10.2,
          "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": 10959,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 99.8,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 5246,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 10959,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 40.7,
        "wheelchair_marked_accessible_pct": 40.7,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 3110,
          "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": 14.8,
          "severity": "WARNING",
          "what": "3110 of 5246 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": 62.6,
      "status": "measured",
      "summary": "41% of stops state wheelchair accessibility (41% 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": 14,
        "instances_by_severity": {
          "ERROR": 613,
          "INFO": 16,
          "WARNING": 6149
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 579,
          "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": "equal_shape_distance_diff_coordinates",
          "count": 34,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 5288,
          "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": 8.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": "mixed_case_recommended_field",
          "count": 643,
          "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": "missing_recommended_field",
          "count": 87,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 76,
          "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": "stop_too_far_from_shape",
          "count": 24,
          "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": "service_has_no_active_day_of_the_week",
          "count": 14,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.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": "stops_match_shape_out_of_order",
          "count": 9,
          "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": 6.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": "expired_calendar",
          "count": 5,
          "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": 4.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": "feed_expiration_date7_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Export and publish an updated GTFS feed that covers at least the next 30 days of service.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 7 days.",
          "why": "When the calendar ends, Google Maps and other trip planners drop your agency entirely. Riders see no service at all."
        },
        {
          "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": "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": "trip_headsign_matches_intermediate_stop",
          "count": 16,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 14 kinds of issue across 6778 instances (613 error, 6149 warning, 16 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": -841,
        "effective_expiry_date": "2024-04-13",
        "feed_end_date": "2024-04-13",
        "feed_start_date": "2023-11-26",
        "feed_version": "2023 DEC_20231214",
        "has_feed_info": true,
        "last_service_date": "2024-04-13",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expired",
          "count": 1,
          "effort": "Usually one export setting; export on a schedule so it never lapses again.",
          "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
          "owner": "Likely your export tool",
          "points": 100.0,
          "severity": "ERROR",
          "what": "Service data ended 841 day(s) ago.",
          "why": "When the calendar runs out, trip planners stop showing this agency even though the transit vehicles are still running. Riders are told the service does not exist."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "Service data ended 841 day(s) ago. Trip planners have likely already dropped this feed.",
      "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": "mirror",
    "level": "provisional",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The agency's own feed URL was unreachable, so the Mobility Database's hosted mirror copy was scored instead."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data expired 841 days ago.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 41% 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. 2 validator errors to resolve. Service data expired 841 days ago. States wheelchair access on 41% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "66d9e02515295cb8ab702dea628b93b53f337bd5b970dfa0ce75cfc9983aaffe",
    "size_bytes": 4328705,
    "static_url": "https://transitfeeds.com/p/utah-transportation-authority/59/latest/download"
  },
  "fetch": {
    "final_url": "https://files.mobilitydatabase.org/mdb-1171/latest.zip",
    "max_attempts": 1,
    "origin_error": "HTTPError",
    "reader_archive_profile": "raw-v1",
    "source": "mirror",
    "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-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      -112.30446,
      39.97552,
      -111.57766,
      41.52816
    ],
    "lat": 40.70214,
    "lon": -111.91021,
    "stop_count": 5246
  },
  "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": 1516,
        "trip_share_pct": 13.8
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 1,
        "trip_count": 107,
        "trip_share_pct": 1.0
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 81,
        "trip_count": 9336,
        "trip_share_pct": 85.2
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 86,
    "trip_count": 10959
  },
  "ntd_id_alignment": {
    "detail": "Your agency.txt sets no nonblank agency_id. Every RY2026 NTD GTFS submission needs a stable value unique among the reporters represented in the feed, crosswalked on the P-50 form.",
    "feed_agency_ids": [],
    "fix": "Add agency_id to agency.txt and use the same value wherever routes.txt identifies that agency. Keep it stable, and enter its crosswalk to the reporter's NTD ID on P-50. It does not need to equal the five-digit NTD ID.",
    "status": "missing"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data expired 841 days ago, so FTA would find the link out of date.",
        "key": "current",
        "status": "not_ready"
      },
      {
        "detail": "agency.txt has no nonblank agency_id. Every RY2026 NTD GTFS submission needs a stable value unique among the reporters represented in the feed, crosswalked to each reporter's NTD ID on the P-50 form.",
        "key": "agency_id",
        "status": "not_ready"
      }
    ],
    "status": "not_ready",
    "summary": "Resolve this before you certify on the D-10. 2 validator errors to resolve. Service data expired 841 days ago, so FTA would find the link out of date. agency.txt has no nonblank agency_id. Every RY2026 NTD GTFS submission needs a stable value unique among the reporters represented in the feed, crosswalked to each reporter's NTD ID on the P-50 form."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 19.6,
    "margin_to_next_band": 40.4,
    "score": 19.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 17,
      "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": "17 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": 4883,
      "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": "4883 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"4015 W @ 4878 S\", \"4015 W @ 5000 S\", \"Constitution Blvd @ 3662 S\", 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": 5246,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 10959
  },
  "route_map": {
    "drawn_route_count": 86,
    "has_shapes": true,
    "path": "data/artifacts/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 /  CLFD STAT",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "2129",
        "label": "627",
        "long": "CLFD STATION  /  DATC",
        "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 / 1100 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 / 1300 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": "2EB566",
        "color_name": "green",
        "has_shape": true,
        "id": "51295",
        "label": "39",
        "long": "3900 SOUTH",
        "short": "39",
        "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": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "59571",
        "label": "880",
        "long": "SUNDANCE SKI SERVICE",
        "short": "880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004A97",
        "color_name": "teal",
        "has_shape": true,
        "id": "64546",
        "label": "628",
        "long": "MIDTOWN TROLLEY",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "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": "BE2036",
        "color_name": "red",
        "has_shape": true,
        "id": "84595",
        "label": "606",
        "long": "ENABLE INDUTRIES",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "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": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "88549",
        "label": "674",
        "long": "OGDEN  /  POWDER MOUNTAIN",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "88744",
        "label": "675",
        "long": "SNOWBASIN / OGDEN  SKI",
        "short": "675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "88745",
        "label": "677",
        "long": "LAYTON  /  SNOWBASIN",
        "short": "677",
        "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": "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": 5246,
    "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 10959 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 10959,
    "trips_with_shape": 10959
  },
  "snapshot_date": "2026-08-02",
  "top_fixes": [
    {
      "code": "scorecard_feed_expired",
      "count": 1,
      "effort": "Usually one export setting; export on a schedule so it never lapses again.",
      "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
      "owner": "Likely your export tool",
      "points": 100.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Service data ended 841 day(s) ago.",
      "why": "When the calendar runs out, trip planners stop showing this agency even though the transit vehicles are still running. Riders are told the service does not exist."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 579,
      "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": "equal_shape_distance_diff_coordinates",
      "count": 34,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
