{
  "agency": {
    "id": "intercity-transit",
    "name": "Intercity Transit",
    "subdivision_code": "US-WA",
    "subdivision_name": "Washington"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.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": 0.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": 12159,
        "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": 1116,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 12159,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1116,
          "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": 25.0,
          "severity": "WARNING",
          "what": "1116 of 1116 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": 52.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% 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": 3,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 0,
          "WARNING": 4
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 2,
          "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 streets or point riders to the wrong corner."
        },
        {
          "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_without_stop_time",
          "count": 1,
          "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": 4.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 bus is scheduled to arrive."
        }
      ],
      "name": "correctness",
      "score": 88.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 3 kinds of issue across 4 instances (0 error, 4 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 42,
        "effective_expiry_date": "2026-09-12",
        "feed_end_date": "2026-09-12",
        "feed_start_date": "2026-07-09",
        "feed_version": "20260709",
        "has_feed_info": true,
        "last_service_date": "2026-09-12",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 70.0,
      "status": "measured",
      "summary": "Service data covers the next 42 days.",
      "weight": 0.2
    },
    "realtime": {
      "details": {
        "alerts_content": {
          "alerts": 2,
          "ended_over_30_days_ago": 0,
          "with_cause_and_effect": 2,
          "with_description": 0,
          "with_header_text": 2,
          "with_informed_entity": 2
        },
        "configured_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "coverage_pct": 100.0,
        "covered_trips": 20,
        "drift": {
          "median_seconds": 0,
          "observations": 968,
          "on_time_share_pct": 89.7,
          "p90_abs_seconds": 175
        },
        "kinds_configured": 3,
        "kinds_reachable": 3,
        "reachable_kinds": [
          "trip_updates",
          "vehicle_positions",
          "service_alerts"
        ],
        "rt_freshness": "fresh",
        "samples": 9,
        "scheduled_trips_in_window": 20,
        "vehicles_checked": 59,
        "vehicles_on_route_pct": 98.3,
        "worst_lag_seconds": 0
      },
      "findings": [],
      "name": "realtime",
      "score": 99.7,
      "status": "measured",
      "summary": "Sampled 9 times: 3 of 3 configured feeds healthy; 100.0% of scheduled trips had live predictions; 98.3% of vehicles on their route; predictions ran a median of 0s behind schedule.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "high",
    "measured_categories": 4,
    "notes": [
      "All four score categories were measured this run.",
      "Realtime was sampled in one bounded window of 9 snapshots.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 1,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 49 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% 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. States wheelchair access on 0% 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": "63ec4392818fb497090f1d96903c86596a24abe44e7fe08c69f8dcb40e40afd7",
    "size_bytes": 2602393,
    "static_url": "https://its.rideralerts.com/InfoPoint/gtfs-zip.ashx"
  },
  "fetch": {
    "final_url": "https://its.rideralerts.com/InfoPoint/gtfs-zip.ashx",
    "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-07-25T00:00:00+00:00",
  "geo": {
    "bbox": [
      -122.97713,
      46.93304,
      -122.48324,
      47.16107
    ],
    "lat": 47.0369,
    "lon": -122.86261,
    "stop_count": 1116
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 30,
        "trip_count": 12159,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 30,
    "trip_count": 12159
  },
  "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": [
      "0"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data covers the next 49 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "ready",
    "summary": "Published at a public URL, valid, current, and identified with agency_id: the four feed checks for RY2026 all hold here. Only your own D-10 and P-50 filings make that official; this is a heads-up, not a determination."
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 7.9,
    "margin_to_next_band": 2.1,
    "score": 77.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 5,
      "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": "5 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (9X, 34, 35, 77, 78).",
      "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": 962,
      "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": "962 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Capitol Way at 4th Ave [sb]\", \"Capitol Blvd at Carlyon Ave [sb]\", \"Crosby Blvd at Somerset Hill Dr [sb]\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "recompute": {
    "as_of": "2026-08-01",
    "feed_fetched_date": "2026-07-31",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 1116,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 1,
        "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": "1 of 1116 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": 1,
    "single_stop_trips": 0,
    "trips_total": 12159
  },
  "route_map": {
    "drawn_route_count": 29,
    "has_shapes": true,
    "path": "data/artifacts/intercity-transit/geometry.geojson",
    "route_count": 30,
    "routes": [
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Capitol Blvd",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Littlerock Rd",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "Mottman Rd",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "Legion Way/Union Ave",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "Friendly Grove",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Union Ave/Legion Way",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "Capitol Campus/SPSCC",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "Capital Mall Dr",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Conger Ave/Capital Mall",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "SPSCC/The Evergreen State College",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "Black Lake Blvd",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E27D1F",
        "color_name": "orange",
        "has_shape": true,
        "id": "34",
        "label": "34",
        "long": "The Evergreen State College/Capital Mall",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E27D1F",
        "color_name": "orange",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Courthouse/Capital Mall",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "41",
        "label": "41",
        "long": "Nightline",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "50",
        "label": "50",
        "long": "Martin Way",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Farmers Market/Lacey",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "College St/Yelm Hwy",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66A9D8",
        "color_name": "teal",
        "has_shape": true,
        "id": "600",
        "label": "600",
        "long": "Lakewood Commuter",
        "short": "600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "66A9D8",
        "color_name": "teal",
        "has_shape": true,
        "id": "610",
        "label": "610",
        "long": "Lacey Connector",
        "short": "610",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "Tumwater/Lacey",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "71",
        "label": "71",
        "long": "Britton Pkwy/Marvin Rd",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "72",
        "label": "72",
        "long": "Carpenter Rd/Corporate Center",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "Golf Club Rd/22nd Ave",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "74",
        "label": "74",
        "long": "Lilly Rd/26th Ave",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "75",
        "label": "75",
        "long": "Pacific Ave/Steilacoom Rd",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "76",
        "label": "76",
        "long": "Ruddell/SPSCC",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E27D1F",
        "color_name": "orange",
        "has_shape": true,
        "id": "77",
        "label": "77",
        "long": "Marvin Rd/Willamette Dr",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E27D1F",
        "color_name": "orange",
        "has_shape": true,
        "id": "78",
        "label": "78",
        "long": "Willamette Dr/Marvin Rd",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E27D1F",
        "color_name": "orange",
        "has_shape": true,
        "id": "9",
        "label": "9X",
        "long": "Crosstown Express",
        "short": "9X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "90",
        "label": "90",
        "long": "Yelm/Lacey",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1116,
    "stop_points_capped": false
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "shapes_readiness": {
    "detail": "All 12159 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 12159,
    "trips_with_shape": 12159
  },
  "snapshot_date": "2026-08-01",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1116,
      "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": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1116 of 1116 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,
      "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": "stop_too_far_from_shape_using_user_distance",
      "count": 2,
      "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,
      "rank": 3,
      "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 streets or point riders to the wrong corner."
    }
  ],
  "validator_version": "8.0.1"
}
