{
  "agency": {
    "id": "suntran-2354",
    "name": "SunTran",
    "subdivision_code": "US-AZ",
    "subdivision_name": "Arizona"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 100.0,
          "stops_marked_accessible_pct": 66.9,
          "stops_marked_not_accessible_pct": 33.1,
          "stops_stated_pct": 100.0,
          "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": 25.0,
          "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": 5605,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2200,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 5605,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 100.0,
        "wheelchair_marked_accessible_pct": 66.9,
        "wheelchair_marked_not_accessible_pct": 33.1
      },
      "findings": [
        {
          "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": 77.5,
      "status": "measured",
      "summary": "100% of stops state wheelchair accessibility (67% marked accessible, 33% 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": 6,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 428
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 421,
          "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": "expired_calendar",
          "count": 3,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 1,
          "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": 4.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": "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."
        }
      ],
      "name": "correctness",
      "score": 72.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 6 kinds of issue across 428 instances (0 error, 428 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": -77,
        "effective_expiry_date": "2026-05-16",
        "feed_end_date": "2026-05-16",
        "feed_start_date": "2026-02-15",
        "feed_version": "Feb1526_20260121",
        "has_feed_info": true,
        "last_service_date": "2026-05-16",
        "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 77 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 77 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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data expired 77 days ago.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 100% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. Service data expired 77 days ago."
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "f57bec4a90c5817b70b54c5bc3f9cbc3e8348230d3dde944c2e1ea05608e9faf",
    "size_bytes": 2017646,
    "static_url": "https://www.suntran.com/wp-content/uploads/2024/07/SunTranGTFS.zip"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-arizona-suntran-gtfs-2354.zip?alt=media",
    "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-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -112.87227,
      31.86837,
      -110.77245,
      32.48443
    ],
    "lat": 32.22372,
    "lon": -110.94901,
    "stop_count": 2200
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 3,
        "trip_count": 1505,
        "trip_share_pct": 26.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 45,
        "trip_count": 4100,
        "trip_share_pct": 73.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 48,
    "trip_count": 5605
  },
  "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": [
      "SunTran"
    ],
    "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 expired 77 days ago, so FTA would find the link out of date.",
        "key": "current",
        "status": "not_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": "not_ready",
    "summary": "Resolve this before you certify on the D-10. Service data expired 77 days ago, so FTA would find the link out of date."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 55.7,
    "margin_to_next_band": 4.3,
    "score": 55.7
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 21,
      "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": "21 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (10, 103X, 108X, 110X, 12, 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": 2165,
      "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": "2165 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Park/Speedway (NE)\", \"Glenn/Campbell (SE)\", \"Glenn/Alvernon (SE)\", 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": 2200,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 5605
  },
  "route_map": {
    "drawn_route_count": 48,
    "has_shapes": true,
    "path": "data/artifacts/suntran-2354/geometry.geojson",
    "route_count": 48,
    "routes": [
      {
        "color": "FFD457",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23030",
        "label": "1",
        "long": "Glenn/Swan",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FA0CA0",
        "color_name": "pink",
        "has_shape": true,
        "id": "23031",
        "label": "10",
        "long": "Ruthrauff",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "003B7B",
        "color_name": "teal",
        "has_shape": true,
        "id": "23032",
        "label": "101X",
        "long": "Golf Links-Downtown Express",
        "short": "101X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "806300",
        "color_name": "brown",
        "has_shape": true,
        "id": "23033",
        "label": "102X",
        "long": "Northwest-UA Express",
        "short": "102X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "957CA0",
        "color_name": "gray",
        "has_shape": true,
        "id": "23034",
        "label": "103X",
        "long": "Northwest-Downtown Express",
        "short": "103X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "451F03",
        "color_name": "black",
        "has_shape": true,
        "id": "23035",
        "label": "104X",
        "long": "Marana-Downtown Express",
        "short": "104X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E00085",
        "color_name": "pink",
        "has_shape": true,
        "id": "23036",
        "label": "105X",
        "long": "Foothills-Downtown Express",
        "short": "105X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5B57A6",
        "color_name": "purple",
        "has_shape": true,
        "id": "23037",
        "label": "107X",
        "long": "Oro Valley-Downtown Express",
        "short": "107X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DA9B3C",
        "color_name": "orange",
        "has_shape": true,
        "id": "23038",
        "label": "108X",
        "long": "Broadway-Downtown Express",
        "short": "108X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4D4A8D",
        "color_name": "purple",
        "has_shape": true,
        "id": "23039",
        "label": "109X",
        "long": "Catalina Hwy-Downtown Express",
        "short": "109X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7C5C36",
        "color_name": "brown",
        "has_shape": true,
        "id": "23040",
        "label": "11",
        "long": "Alvernon/Ajo",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B1EB",
        "color_name": "teal",
        "has_shape": true,
        "id": "23041",
        "label": "110X",
        "long": "Rita Ranch-Downtown Express",
        "short": "110X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB6D1D",
        "color_name": "orange",
        "has_shape": true,
        "id": "23042",
        "label": "12",
        "long": "S 12th Ave",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00569C",
        "color_name": "teal",
        "has_shape": true,
        "id": "23043",
        "label": "15",
        "long": "Campbell Ave",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A3B4",
        "color_name": "teal",
        "has_shape": true,
        "id": "23044",
        "label": "16",
        "long": "Oracle/S. 6th Ave",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEAE",
        "color_name": "teal",
        "has_shape": true,
        "id": "23045",
        "label": "17",
        "long": "Country Club/29th St.",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00C200",
        "color_name": "green",
        "has_shape": true,
        "id": "23046",
        "label": "19",
        "long": "Stone Ave",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C4A4A5",
        "color_name": "pink",
        "has_shape": true,
        "id": "23047",
        "label": "2",
        "long": "Tucson Marketplace",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "92278F",
        "color_name": "purple",
        "has_shape": true,
        "id": "23048",
        "label": "203X",
        "long": "Oro Valley-Aero Park  Express",
        "short": "203X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AB67",
        "color_name": "green",
        "has_shape": true,
        "id": "23049",
        "label": "204X",
        "long": "Northwest- Aero Park Express",
        "short": "204X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE1957",
        "color_name": "red",
        "has_shape": true,
        "id": "23050",
        "label": "21",
        "long": "Congress/Silverbell",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056CE",
        "color_name": "blue",
        "has_shape": true,
        "id": "23052",
        "label": "23",
        "long": "Mission Road",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AB67",
        "color_name": "green",
        "has_shape": true,
        "id": "23053",
        "label": "25",
        "long": "S Park Ave",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F0AF13",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23054",
        "label": "26",
        "long": "Benson Highway",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6C75A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23055",
        "label": "27",
        "long": "Midvale/Valencia",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "896EFF",
        "color_name": "purple",
        "has_shape": true,
        "id": "23056",
        "label": "29",
        "long": "Pascua Yaqui/Banner UMC South",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F0AF13",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23057",
        "label": "3",
        "long": "6th St/Wilmot",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7941E",
        "color_name": "orange",
        "has_shape": true,
        "id": "23058",
        "label": "34",
        "long": "Craycroft/Ft Lowell",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "994708",
        "color_name": "brown",
        "has_shape": true,
        "id": "23059",
        "label": "37",
        "long": "Pantano",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0096D1",
        "color_name": "teal",
        "has_shape": true,
        "id": "23060",
        "label": "4",
        "long": "Speedway",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "28903B",
        "color_name": "green",
        "has_shape": true,
        "id": "23061",
        "label": "401",
        "long": "N Oracle/Catalina",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0054A4",
        "color_name": "teal",
        "has_shape": true,
        "id": "23062",
        "label": "412",
        "long": "Thornydale/Orange Grove",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "72AAA0",
        "color_name": "gray",
        "has_shape": true,
        "id": "23063",
        "label": "413",
        "long": "Marana/I-10",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "621100",
        "color_name": "black",
        "has_shape": true,
        "id": "23064",
        "label": "421X",
        "long": "Green Valley/Sahuarita Connector",
        "short": "421X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A1A234",
        "color_name": "brown",
        "has_shape": true,
        "id": "23065",
        "label": "430",
        "long": "Tucson Estates",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9D4D0A",
        "color_name": "brown",
        "has_shape": true,
        "id": "23066",
        "label": "440",
        "long": "San Xavier",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C1272D",
        "color_name": "red",
        "has_shape": true,
        "id": "23067",
        "label": "450",
        "long": "Southeast Tucson/Rita Ranch",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2890CF",
        "color_name": "teal",
        "has_shape": true,
        "id": "23068",
        "label": "486",
        "long": "Ajo",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "566C11",
        "color_name": "brown",
        "has_shape": true,
        "id": "23069",
        "label": "5",
        "long": "Pima/West Speedway",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AAC02A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23070",
        "label": "6",
        "long": "Euclid/N 1st Ave",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A1F03",
        "color_name": "brown",
        "has_shape": true,
        "id": "23071",
        "label": "61",
        "long": "La Cholla",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008000",
        "color_name": "green",
        "has_shape": true,
        "id": "23072",
        "label": "62",
        "long": "Ina Rd",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008066",
        "color_name": "green",
        "has_shape": true,
        "id": "23073",
        "label": "7",
        "long": "22nd St",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "23075",
        "label": "720",
        "long": "Sun Link Extra Service",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "23076",
        "label": "790",
        "long": "Sun Link - Street Fair",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "CE1141",
        "color_name": "red",
        "has_shape": true,
        "id": "23077",
        "label": "8",
        "long": "Broadway",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7D007D",
        "color_name": "purple",
        "has_shape": true,
        "id": "23078",
        "label": "9",
        "long": "Grant Road",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "23081",
        "label": "700",
        "long": "Sun Link",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      }
    ],
    "stop_count": 2200,
    "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 5605 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 5605,
    "trips_with_shape": 5605
  },
  "snapshot_date": "2026-08-01",
  "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 77 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": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    },
    {
      "code": "mixed_case_recommended_field",
      "count": 421,
      "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"
}
