{
  "agency": {
    "id": "washington-metropolitan-area-transit-authority-wmata",
    "name": "Bus"
  },
  "autofix": {
    "available": true,
    "download_path": "data/artifacts/washington-metropolitan-area-transit-authority-wmata/corrected.zip",
    "download_url": "https://d14aimrgrbaz2a.cloudfront.net/data/artifacts/washington-metropolitan-area-transit-authority-wmata/corrected.zip",
    "fixes": [
      {
        "code": "autofix_stop_name_case",
        "count": 1,
        "examples": [
          "FAIR OAKS MALL -> Fair Oaks Mall"
        ],
        "label": "Recased shouting stop names"
      },
      {
        "code": "autofix_route_name_case",
        "count": 185,
        "examples": [
          "ALEXANDRIA-PENTAGON -> Alexandria-pentagon",
          "HUNTING POINT-BALLSTON -> Hunting Point-ballston",
          "MT VERNON EXPRESS -> Mt Vernon Express"
        ],
        "label": "Recased shouting route names"
      }
    ],
    "total": 186
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.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_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": 9271,
        "trips": 87158,
        "wheelchair_accessible_pct": 0.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": 9271,
          "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": "9271 of 9271 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_wheelchair_accessible_unknown",
          "count": 87158,
          "effort": "Often one default setting in your export.",
          "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "87158 of 87158 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "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."
        }
      ],
      "name": "completeness",
      "score": 45.0,
      "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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 6,
          "WARNING": 817
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 791,
          "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": 8,
          "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": 6.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": "route_color_contrast",
          "count": 7,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 4,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 4,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.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": "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": "stop_too_far_from_shape",
          "count": 1,
          "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": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "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": "big_gap_in_service",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_file",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 59.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 823 instances (0 error, 817 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": -565,
        "feed_end_date": "2024-12-21",
        "feed_start_date": "2024-09-08",
        "feed_version": "S1000219",
        "has_feed_info": true,
        "last_service_date": "2024-12-21",
        "seasonal_boundary": false,
        "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 565 day(s) ago.",
          "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "Service data ended 565 day(s) ago. Trip planners have likely already dropped this feed.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "This agency publishes realtime, but the feed needs an access key we don't have 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 564 days ago.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. Service data expired 564 days ago. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "License: https://developer.wmata.com/license",
    "reachable": true,
    "sha256": "27c04af99b2bfb3a181c003dcf17d2b09d5ba21ca3b7fe4f6287a68ab7b66c72",
    "size_bytes": 39763994,
    "static_url": "https://api.wmata.com/gtfs/bus-gtfs-static.zip"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-district-of-columbia-washington-wmata-gtfs-1846.zip?alt=media",
    "max_attempts": 1,
    "origin_error": "HTTPError",
    "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-07-08T00:00:00+00:00",
  "geo": {
    "bbox": [
      -77.36607,
      38.69426,
      -76.72037,
      39.15572
    ],
    "lat": 38.90549,
    "lon": -77.00124,
    "stop_count": 9271
  },
  "ntd_id_alignment": {
    "detail": "Your feed's agency_id is 1; your National Transit Database ID is 30030. A feed that serves several agencies (a shared regional feed) can legitimately carry more than one agency_id, so a difference here is a heads-up, not an error.",
    "feed_agency_ids": [
      "1"
    ],
    "fix": "Optionally set the agency_id for your service to 30030 in agency.txt (and the matching agency_id in routes.txt) so the feed lines up with your NTD record. It is a convenience, not a required feed change: FTA also links agency_id to your NTD ID on your P-50 form.",
    "ntd_id": "30030",
    "status": "mismatch"
  },
  "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 564 days ago, so FTA would find the link out of date.",
        "key": "current",
        "status": "not_ready"
      }
    ],
    "status": "not_ready",
    "summary": "Resolve this before you certify on the D-10. Service data expired 564 days ago, so FTA would find the link out of date."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 39.9,
    "margin_to_next_band": 20.1,
    "score": 39.9
  },
  "recommendations": [
    {
      "code": "scorecard_route_color_low_contrast",
      "count": 7,
      "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": "7 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (16Y, 79, K9, MW1, REX, 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."
    },
    {
      "code": "scorecard_stop_name_needs_tts",
      "count": 9269,
      "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": "9269 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Madison Dr+Monroe Av\", \"Madison Dr+Monroe Av\", \"Madison Dr+Harrison Av\", 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-07-09",
    "feed_fetched_date": "2026-07-08",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 9271,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 87158
  },
  "route_map": {
    "drawn_route_count": 185,
    "has_shapes": true,
    "path": "data/artifacts/washington-metropolitan-area-transit-authority-wmata/geometry.geojson",
    "route_count": 185,
    "routes": [
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "10A",
        "label": "10A",
        "long": "ALEXANDRIA-PENTAGON",
        "short": "10A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "10B",
        "label": "10B",
        "long": "HUNTING POINT-BALLSTON",
        "short": "10B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "11Y",
        "label": "11Y",
        "long": "MT VERNON EXPRESS",
        "short": "11Y",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "16A",
        "label": "16A",
        "long": "COLUMBIA PIKE",
        "short": "16A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "16C",
        "label": "16C",
        "long": "COLUMBIA PIKE",
        "short": "16C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "16E",
        "label": "16E",
        "long": "COLUMBIA PIKE",
        "short": "16E",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "16M",
        "label": "16M",
        "long": "COLUMBIA PIKE - NATIONAL LANDING",
        "short": "16M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005695",
        "color_name": "teal",
        "has_shape": true,
        "id": "16Y",
        "label": "16Y",
        "long": "COLUMBIA PK-FARRAGUT SQUARE",
        "short": "16Y",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "17B",
        "label": "17B",
        "long": "KINGS PARK",
        "short": "17B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "17G",
        "label": "17G",
        "long": "KINGS PARK EXPRESS",
        "short": "17G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "17K",
        "label": "17K",
        "long": "KINGS PARK EXPRESS",
        "short": "17K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "17M",
        "label": "17M",
        "long": "KINGS PARK",
        "short": "17M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "18G",
        "label": "18G",
        "long": "ORANGE HUNT",
        "short": "18G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "18J",
        "label": "18J",
        "long": "ORANGE HUNT",
        "short": "18J",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "18P",
        "label": "18P",
        "long": "BURKE CENTRE",
        "short": "18P",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "1A",
        "label": "1A",
        "long": "WILSON BLVD",
        "short": "1A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "1B",
        "label": "1B",
        "long": "WILSON BLVD",
        "short": "1B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1C",
        "label": "1C",
        "long": "FAIR OAKS-DUNN LORING",
        "short": "1C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "21C",
        "label": "21C",
        "long": "LANDMARK-HOLMES RUN PARKWAY",
        "short": "21C",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "22A",
        "label": "22A",
        "long": "BARCROFT-SOUTH FAIRLINGTON",
        "short": "22A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "22F",
        "label": "22F",
        "long": "BARCROFT-SOUTH FAIRLINGTON",
        "short": "22F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "23A",
        "label": "23A",
        "long": "MCLEAN-CRYSTAL CITY",
        "short": "23A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "23B",
        "label": "23B",
        "long": "MCLEAN-CRYSTAL CITY",
        "short": "23B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "23T",
        "label": "23T",
        "long": "MCLEAN-CRYSTAL CITY",
        "short": "23T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "25B",
        "label": "25B",
        "long": "CARLIN SPRINGS ROAD",
        "short": "25B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "26A",
        "label": "26A",
        "long": "ANNANDALE-EAST FALLS CHURCH",
        "short": "26A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "28A",
        "label": "28A",
        "long": "LEESBURG PIKE",
        "short": "28A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "28F",
        "label": "28F",
        "long": "SKYLINE CITY",
        "short": "28F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "29G",
        "label": "29G",
        "long": "ANNANDALE",
        "short": "29G",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "29K",
        "label": "29K",
        "long": "ALEXANDRIA-FAIRFAX",
        "short": "29K",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "29N",
        "label": "29N",
        "long": "ALEXANDRIA-FAIRFAX",
        "short": "29N",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "2A",
        "label": "2A",
        "long": "WASHINGTON BLVD.-DUNN LORING",
        "short": "2A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "2B",
        "label": "2B",
        "long": "FAIR OAKS-JERMANTOWN ROAD",
        "short": "2B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "WISCONSIN AVENUE",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "PENNSYLVANIA AVENUE",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "33",
        "label": "33",
        "long": "WISCONSIN AVENUE",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "PENNSYLVANIA AVENUE",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "38B",
        "label": "38B",
        "long": "BALLSTON-FARRAGUT SQUARE",
        "short": "38B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "548ED5",
        "color_name": "teal",
        "has_shape": true,
        "id": "3F",
        "label": "3F",
        "long": "LANGSTON BLVD - MCPHERSON SQ L",
        "short": "3F",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "3Y",
        "label": "3Y",
        "long": "LANGSTON BLVD - MCPHERSON SQ",
        "short": "3Y",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "MOUNT PLEASANT",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "MOUNT PLEASANT",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "4B",
        "label": "4B",
        "long": "PERSHING DR.-ARLINGTON BLVD",
        "short": "4B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "14TH STREET",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "14TH STREET",
        "short": "54",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005695",
        "color_name": "teal",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "14TH STREET LIMITED",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "FORT TOTTEN-PETWORTH",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "TAKOMA-PETWORTH",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "TAKOMA-PETWORTH",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "FORT TOTTEN-FEDERAL TRIANGLE",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "GEORGIA AVENUE-7TH STREET",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "74",
        "label": "74",
        "long": "CONVENTION CTR-SW WATERFRONT",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005695",
        "color_name": "teal",
        "has_shape": true,
        "id": "79",
        "label": "79",
        "long": "GEORGIA AVENUE METROEXTRA",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "7A",
        "label": "7A",
        "long": "LANDMARK-NORTH FAIRLINGTON",
        "short": "7A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "7M",
        "label": "7M",
        "long": "MARK CENTER-PENTAGON",
        "short": "7M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "80",
        "label": "80",
        "long": "NORTH CAPITOL STREET",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "83",
        "label": "83",
        "long": "COLLEGE PARK",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "86",
        "label": "86",
        "long": "COLLEGE PARK",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "89M",
        "label": "89M",
        "long": "LAUREL",
        "short": "89M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "8W",
        "label": "8W",
        "long": "FOXCHASE-SEMINARY VALLEY",
        "short": "8W",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "90",
        "label": "90",
        "long": "U STREET-GARFIELD",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "92",
        "label": "92",
        "long": "U STREET-GARFIELD",
        "short": "92",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "96",
        "label": "96",
        "long": "EAST CAPITOL STREET-CARDOZO",
        "short": "96",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "A12",
        "label": "A12",
        "long": "MARTIN LUTHER KING JR HWY",
        "short": "A12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "A2",
        "label": "A2",
        "long": "ANACOSTIA-WASHINGTON HIGHLANDS L",
        "short": "A2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "A31",
        "label": "A31",
        "long": "MINNESOTA AVE - ANACOSTIA",
        "short": "A31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "A32",
        "label": "A32",
        "long": "MINNESOTA AVE - ANACOSTIA",
        "short": "A32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "A33",
        "label": "A33",
        "long": "MINNESOTA AVE - ANACOSTIA",
        "short": "A33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "A4",
        "label": "A4",
        "long": "ANACOSTIA-FORT DRUM",
        "short": "A4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "A6",
        "label": "A6",
        "long": "ANACOSTIA-LIVINGSTON",
        "short": "A6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "A7",
        "label": "A7",
        "long": "ANACOSTIA-LIVINGSTON",
        "short": "A7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "A8",
        "label": "A8",
        "long": "ANACOSTIA-LIVINGSTON",
        "short": "A8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "B2",
        "label": "B2",
        "long": "BLADENSBURG ROAD-ANACOSTIA",
        "short": "B2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "B21",
        "label": "B21",
        "long": "BOWIE STATE UNIVERSITY",
        "short": "B21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "B22",
        "label": "B22",
        "long": "BOWIE STATE UNIVERSITY",
        "short": "B22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "B24",
        "label": "B24",
        "long": "BOWIE-BELAIR",
        "short": "B24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "B27",
        "label": "B27",
        "long": "BOWIE-NEW CARROLLTON",
        "short": "B27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "C11",
        "label": "C11",
        "long": "CLINTON",
        "short": "C11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "C12",
        "label": "C12",
        "long": "HILLCREST HEIGHTS",
        "short": "C12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "C13",
        "label": "C13",
        "long": "CLINTON",
        "short": "C13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "C14",
        "label": "C14",
        "long": "HILLCREST HEIGHTS",
        "short": "C14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "C2",
        "label": "C2",
        "long": "GREENBELT-TWINBROOK",
        "short": "C2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "C21",
        "label": "C21",
        "long": "CENTRAL AVENUE",
        "short": "C21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "C22",
        "label": "C22",
        "long": "CENTRAL AVENUE",
        "short": "C22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "C26",
        "label": "C26",
        "long": "CENTRAL AVENUE",
        "short": "C26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "C29",
        "label": "C29",
        "long": "CENTRAL AVENUE",
        "short": "C29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "C4",
        "label": "C4",
        "long": "GREENBELT-TWINBROOK",
        "short": "C4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "C8",
        "label": "C8",
        "long": "COLLEGE PK-NORTH BETHESDA",
        "short": "C8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "D12",
        "label": "D12",
        "long": "SOUTHERN AVE-SUITLAND",
        "short": "D12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "D14",
        "label": "D14",
        "long": "OXON HILL-SUITLAND",
        "short": "D14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "D2",
        "label": "D2",
        "long": "GLOVER PARK-DUPONT CIRCLE",
        "short": "D2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "D31",
        "label": "D31",
        "long": "16TH ST - TENLEYTOWN",
        "short": "D31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "D32",
        "label": "D32",
        "long": "16TH ST - TENLEYTOWN",
        "short": "D32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "D33",
        "label": "D33",
        "long": "16TH ST - TENLEYTOWN",
        "short": "D33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "D34",
        "label": "D34",
        "long": "16TH ST - TENLEYTOWN",
        "short": "D34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "D4",
        "label": "D4",
        "long": "IVY CITY - FRANKLIN SQUARE",
        "short": "D4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "D51",
        "label": "D51",
        "long": "CONGRESS HGHTS - GEORGETOWN",
        "short": "D51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "D6",
        "label": "D6",
        "long": "SIBLEY HOSP STADIUM-ARMORY",
        "short": "D6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "D8",
        "label": "D8",
        "long": "HOSPITAL CENTER",
        "short": "D8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "E2",
        "label": "E2",
        "long": "IVY CITY-FORT TOTTEN",
        "short": "E2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "E4",
        "label": "E4",
        "long": "MILITARY ROAD-CROSSTOWN",
        "short": "E4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "F1",
        "label": "F1",
        "long": "CHILLUM ROAD",
        "short": "F1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "F12",
        "label": "F12",
        "long": "ARDWICK INDUSTRIAL PARK SHUTTLE",
        "short": "F12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "F13",
        "label": "F13",
        "long": "CHEVERLY-WASHINGTON BUS PARK LN",
        "short": "F13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "F14",
        "label": "F14",
        "long": "SHERIFF ROAD-CAPITOL HEIGHTS LN",
        "short": "F14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "F4",
        "label": "F4",
        "long": "NEW CARROLLTON-SILVER SPRING LN",
        "short": "F4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "F6",
        "label": "F6",
        "long": "NEW CARROLLTON-FORT TOTTEN",
        "short": "F6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "F8",
        "label": "F8",
        "long": "LANGLEY PARK-CHEVERLY",
        "short": "F8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "G12",
        "label": "G12",
        "long": "GREENBELT-NEW CARROLLTON",
        "short": "G12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "G14",
        "label": "G14",
        "long": "GREENBELT RD - GOOD LUCK RD",
        "short": "G14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "G2",
        "label": "G2",
        "long": "P STREET-LEDROIT PARK",
        "short": "G2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "G8",
        "label": "G8",
        "long": "RHODE ISLAND AVENUE",
        "short": "G8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "H12",
        "label": "H12",
        "long": "MARLOW HEIGHTS-TEMPLE HILLS",
        "short": "H12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "H2",
        "label": "H2",
        "long": "CROSSTOWN",
        "short": "H2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "H4",
        "label": "H4",
        "long": "CROSSTOWN",
        "short": "H4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "H6",
        "label": "H6",
        "long": "BROOKLAND-FORT LINCOLN",
        "short": "H6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "H8",
        "label": "H8",
        "long": "PARK ROAD-BROOKLAND",
        "short": "H8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "H9",
        "label": "H9",
        "long": "PARK ROAD-BROOKLAND",
        "short": "H9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "J1",
        "label": "J1",
        "long": "BETHESDA-SILVER SPRING",
        "short": "J1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "J12",
        "label": "J12",
        "long": "MARLBORO PIKE",
        "short": "J12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "J2",
        "label": "J2",
        "long": "BETHESDA-SILVER SPRING",
        "short": "J2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "K12",
        "label": "K12",
        "long": "FORESTVILLE",
        "short": "K12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "K2",
        "label": "K2",
        "long": "TAKOMA-FORT TOTTEN",
        "short": "K2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "K6",
        "label": "K6",
        "long": "NEW HAMPSHIRE AVE-MARYLAND",
        "short": "K6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005695",
        "color_name": "teal",
        "has_shape": true,
        "id": "K9",
        "label": "K9",
        "long": "NEW HAMPSHIRE AVE-MD LIMITED LN",
        "short": "K9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "L12",
        "label": "L12",
        "long": "LANDOVER RD",
        "short": "L12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L2",
        "label": "L2",
        "long": "CONNECTICUT AVE",
        "short": "L2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "L8",
        "label": "L8",
        "long": "CONNECTICUT AVE-MARYLAND",
        "short": "L8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "M4",
        "label": "M4",
        "long": "NEBRASKA AVE",
        "short": "M4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "M6",
        "label": "M6",
        "long": "FAIRFAX VILLAGE",
        "short": "M6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005695",
        "color_name": "teal",
        "has_shape": true,
        "id": "MW1",
        "label": "MW1",
        "long": "METROWAY-POTOMAC YARD",
        "short": "MW1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "N2",
        "label": "N2",
        "long": "MASSACHUSETTS AVE",
        "short": "N2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "N4",
        "label": "N4",
        "long": "MASSACHUSETTS AVE",
        "short": "N4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "N6",
        "label": "N6",
        "long": "MASSACHUSETTS AVE",
        "short": "N6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "NH1",
        "label": "NH1",
        "long": "NATIONAL HARBOR - SOUTHERN AVE",
        "short": "NH1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "NH2",
        "label": "NH2",
        "long": "NATIONAL HARBOR  - KING STREET",
        "short": "NH2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "P12",
        "label": "P12",
        "long": "EASTOVER-ADDISON ROAD",
        "short": "P12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "P18",
        "label": "P18",
        "long": "OXON HILL-FORT WASHINGTON",
        "short": "P18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "P6",
        "label": "P6",
        "long": "ANACOSTIA-ECKINGTON",
        "short": "P6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "Q2",
        "label": "Q2",
        "long": "VEIRS MILL ROAD",
        "short": "Q2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "Q4",
        "label": "Q4",
        "long": "VEIRS MILL ROAD",
        "short": "Q4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "Q6",
        "label": "Q6",
        "long": "VEIRS MILL ROAD",
        "short": "Q6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "R1",
        "label": "R1",
        "long": "RIGGS ROAD",
        "short": "R1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "R12",
        "label": "R12",
        "long": "KENILWORTH AVENUE",
        "short": "R12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "R2",
        "label": "R2",
        "long": "RIGGS ROAD",
        "short": "R2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "R4",
        "label": "R4",
        "long": "QUEENS CHAPEL ROAD",
        "short": "R4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005695",
        "color_name": "teal",
        "has_shape": true,
        "id": "REX",
        "label": "REX",
        "long": "RICHMOND HIGHWAY EXPRESS",
        "short": "REX",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "S2",
        "label": "S2",
        "long": "16TH STREET",
        "short": "S2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "S35",
        "label": "S35",
        "long": "FORT DUPONT SHUTTLE",
        "short": "S35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "S41",
        "label": "S41",
        "long": "RHODE ISLAND AV-CARVER TERR",
        "short": "S41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005695",
        "color_name": "teal",
        "has_shape": true,
        "id": "S9",
        "label": "S9",
        "long": "16TH STREET METROEXTRA",
        "short": "S9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "T14",
        "label": "T14",
        "long": "RHODE ISLAND AVE-NEW CARROLLTON",
        "short": "T14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "T18",
        "label": "T18",
        "long": "ANNAPOLIS ROAD",
        "short": "T18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "T2",
        "label": "T2",
        "long": "RIVER ROAD",
        "short": "T2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "U4",
        "label": "U4",
        "long": "SHERIFF ROAD-RIVER TERRACE",
        "short": "U4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "U5",
        "label": "U5",
        "long": "MAYFAIR-MARSHALL HEIGHTS",
        "short": "U5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "U6",
        "label": "U6",
        "long": "MAYFAIR-MARSHALL HEIGHTS",
        "short": "U6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "U7",
        "label": "U7",
        "long": "DEANWOOD-MINNESOTA AVE STA",
        "short": "U7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "V12",
        "label": "V12",
        "long": "DISTRICT HEIGHTS-SUITLAND",
        "short": "V12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "V14",
        "label": "V14",
        "long": "DISTRICT HEIGHTS - SEAT PLEASANT",
        "short": "V14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "V2",
        "label": "V2",
        "long": "CAPITOL HTS-MINNESOTA AVE",
        "short": "V2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "V4",
        "label": "V4",
        "long": "CAPITOL HTS-MINNESOTA AVE",
        "short": "V4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "V7",
        "label": "V7",
        "long": "BENNING HEIGHTS - ALABAMA AVENUE",
        "short": "V7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "V8",
        "label": "V8",
        "long": "BENNING HEIGHTS - ALABAMA AVENUE",
        "short": "V8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "W1",
        "label": "W1",
        "long": "SHIPLEY TERRACE - FORT DRUM",
        "short": "W1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "W14",
        "label": "W14",
        "long": "BOCK ROAD",
        "short": "W14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "W2",
        "label": "W2",
        "long": "UNITED MEDICAL CTR-ANACOSTIA LN",
        "short": "W2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "W3",
        "label": "W3",
        "long": "UNITED MEDICAL CTR-ANACOSTIA LN",
        "short": "W3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "W4",
        "label": "W4",
        "long": "DEANWOOD-ALABAMA AVE",
        "short": "W4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "W45",
        "label": "W45",
        "long": "MT PLEASANT - TENLEYTOWN",
        "short": "W45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "W47",
        "label": "W47",
        "long": "MT PLEASANT - TENLEYTOWN",
        "short": "W47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "W5",
        "label": "W5",
        "long": "ANACOSTIA-BLUE PLAINS",
        "short": "W5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "W6",
        "label": "W6",
        "long": "GARFIELD-ANACOSTIA LOOP",
        "short": "W6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "W8",
        "label": "W8",
        "long": "GARFIELD-ANACOSTIA LOOP",
        "short": "W8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "X2",
        "label": "X2",
        "long": "BENNING ROAD-H STREET",
        "short": "X2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "X3",
        "label": "X3",
        "long": "BENNING ROAD",
        "short": "X3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "X8",
        "label": "X8",
        "long": "MARYLAND AVE",
        "short": "X8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005695",
        "color_name": "teal",
        "has_shape": true,
        "id": "X9",
        "label": "X9",
        "long": "BENNING ROAD-H STREET LIMITED",
        "short": "X9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "Y2",
        "label": "Y2",
        "long": "GEORGIA AVE-MARYLAND",
        "short": "Y2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "Y7",
        "label": "Y7",
        "long": "GEORGIA AVE-MARYLAND",
        "short": "Y7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "Y8",
        "label": "Y8",
        "long": "GEORGIA AVE-MARYLAND",
        "short": "Y8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "Z2",
        "label": "Z2",
        "long": "COLESVILLE - ASHTON",
        "short": "Z2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0392C8",
        "color_name": "teal",
        "has_shape": true,
        "id": "Z6",
        "label": "Z6",
        "long": "SILVER SPRING-FAIRLAND",
        "short": "Z6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "727D84",
        "color_name": "gray",
        "has_shape": true,
        "id": "Z7",
        "label": "Z7",
        "long": "LAUREL-BURTONSVILLE EXPRESS",
        "short": "Z7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D83E26",
        "color_name": "red",
        "has_shape": true,
        "id": "Z8",
        "label": "Z8",
        "long": "SILVER SPRING-FAIRLAND",
        "short": "Z8",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9271,
    "stop_points_capped": true
  },
  "rubric_version": "1.1",
  "schema_version": "1.7",
  "shapes_readiness": {
    "detail": "All 87158 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 87158,
    "trips_with_shape": 87158
  },
  "snapshot_date": "2026-07-09",
  "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 565 day(s) ago.",
      "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 9271,
      "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": 2,
      "severity": "WARNING",
      "what": "9271 of 9271 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_wheelchair_accessible_unknown",
      "count": 87158,
      "effort": "Often one default setting in your export.",
      "fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "87158 of 87158 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
