{
  "agency": {
    "id": "metro-transit-intercity-transit-city-of-seattle-community-transit-pierce-transit-sound-transit-washington-state-ferries-seattlecentermonorail-everett-transit-seattle-children-s-hospital",
    "name": "Puget Sound Consolidated GTFS",
    "subdivision_code": "US-WA",
    "subdivision_name": "Washington"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 60.7,
          "stops_marked_accessible_pct": 62.8,
          "stops_marked_not_accessible_pct": 5.4,
          "stops_stated_pct": 68.2,
          "trips_stated_pct": 48.3
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 14.9,
          "stop_names": 14.5,
          "wheelchair_stops": 17.0,
          "wheelchair_trips": 7.3
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 132495,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 99.2,
        "headsign_scored_pct": 99.2,
        "mixed_case_stop_name_pct": 96.9,
        "pathways": {
          "has_entrances": true,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 13431,
        "translations": {
          "feed_lang": "EN",
          "has_translations": true,
          "languages": [
            "af",
            "ar",
            "bs",
            "cy",
            "de",
            "es",
            "fa",
            "fr",
            "hr",
            "it",
            "ko",
            "nl",
            "pt-pt",
            "ru",
            "sr",
            "sw",
            "tl",
            "vi",
            "zh-hans"
          ],
          "translated_tables": [
            "routes",
            "stops"
          ],
          "translation_count": 1919
        },
        "trips": 132495,
        "wheelchair_accessible_pct": 48.3,
        "wheelchair_boarding_pct": 68.2,
        "wheelchair_marked_accessible_pct": 62.8,
        "wheelchair_marked_not_accessible_pct": 5.4
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 4276,
          "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": 8.0,
          "severity": "WARNING",
          "what": "4276 of 13431 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": 68436,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 7.7,
          "severity": "WARNING",
          "what": "68436 of 132495 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 1098,
          "effort": "Usually one value per route pattern in your scheduling source.",
          "fix": "Add the destination, direction, or 'via' label riders actually see to trip_headsign. Do not copy the route name. If the label changes during the trip, use stop_headsign.",
          "owner": "",
          "points": 0.1,
          "severity": "WARNING",
          "what": "1098 of 132495 trips lack rider-facing destination or direction text.",
          "why": "When a route has multiple directions or patterns, the route name alone may not tell riders which service is coming."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 83.7,
      "status": "measured",
      "summary": "68% of stops state wheelchair accessibility (63% marked accessible, 5% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 25,
        "instances_by_severity": {
          "ERROR": 14560,
          "INFO": 98,
          "WARNING": 91015
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 14557,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_required_agency_id",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_required_agency_id' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Missing required agency id (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_timepoint_value",
          "count": 59868,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_timepoint_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing timepoint value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_bike_allowance",
          "count": 29934,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 556,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 495,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_without_stop_time",
          "count": 69,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "expired_calendar",
          "count": 35,
          "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": "stop_too_far_from_shape",
          "count": 16,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "route_short_name_too_long",
          "count": 8,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 6,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "unused_shape",
          "count": 6,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "unusable_trip",
          "count": 5,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "same_name_and_description_for_route",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_route' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Same name and description for route (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 3,
          "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": "service_has_no_active_day_of_the_week",
          "count": 3,
          "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": "equal_shape_distance_same_coordinates",
          "count": 2,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "missing_recommended_field",
          "count": 2,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 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 path or point riders to the wrong boarding location."
        },
        {
          "code": "more_than_one_entity",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'more_than_one_entity' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "More than one entity (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 52,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "platform_without_parent_station",
          "count": 32,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 9,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "big_gap_in_service",
          "count": 4,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 25 kinds of issue across 105673 instances (14560 error, 91015 warning, 98 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 27,
        "effective_expiry_date": "2026-08-28",
        "feed_end_date": "2026-08-28",
        "feed_start_date": "2026-06-08",
        "feed_version": "SPR26-160.5",
        "has_feed_info": true,
        "last_service_date": "2027-05-30",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 53.0,
          "severity": "WARNING",
          "what": "Service data runs out in 27 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        }
      ],
      "name": "freshness",
      "score": 45.0,
      "status": "measured",
      "summary": "Service data runs out in 27 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "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": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data runs out in 27 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 68% of stops and 48% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. Service data runs out in 27 days; renew to qualify. States wheelchair access on 68% of stops and 48% 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": "19bbb89be84a14c6b08e8faa2671d753bb82e5d1dfe6629564a64ccc569f0a1b",
    "size_bytes": 35898031,
    "static_url": "https://gtfs.sound.obaweb.org/prod/gtfs_puget_sound_consolidated.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 3,
        "allowed_pct": 10.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 3,
        "stated_pct": 10.0,
        "total_count": 30
      },
      "trips": {
        "allowed_count": 332,
        "allowed_pct": 1.1,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 332,
        "stated_pct": 1.1,
        "total_count": 31275
      }
    },
    "bikes": {
      "allowed_count": 1341,
      "allowed_pct": 4.3,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 1341,
      "stated_pct": 4.3,
      "total_count": 31275
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 31275
    },
    "fares": {
      "applied": true,
      "fare_free": false,
      "model": "legacy",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 48,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 30,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 31275
  },
  "fetch": {
    "final_url": "https://gtfs.sound.obaweb.org/prod/gtfs_puget_sound_consolidated.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-08-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -123.01475,
      46.93304,
      -121.601,
      48.59793
    ],
    "lat": 47.57566,
    "lon": -122.32203,
    "stop_count": 13431
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 5,
        "trip_count": 7281,
        "trip_share_pct": 5.5
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 4,
        "trip_count": 2072,
        "trip_share_pct": 1.6
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 336,
        "trip_count": 91867,
        "trip_share_pct": 69.3
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 48,
        "trip_count": 31275,
        "trip_share_pct": 23.6
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 393,
    "trip_count": 132495
  },
  "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": [
      "1",
      "19",
      "20",
      "23",
      "29",
      "3",
      "40",
      "51",
      "95",
      "96",
      "97"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data runs out in 27 days; renew before you certify.",
        "key": "current",
        "status": "at_risk"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "at_risk",
    "summary": "This feed is close to NTD-ready. 2 validator errors to resolve. Service data runs out in 27 days; renew before you certify."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 37.4,
    "margin_to_next_band": 22.6,
    "score": 37.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 27,
      "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": "27 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (973, 975, 34, 35, 77, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 5777,
      "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": "5777 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Howell St & Yale Ave\", \"Lilly Rd at 23rd Ave\", \"26th Ave at Village St\", 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."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 13210,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 5,
        "effort": "Usually an export setting or a stop_times mapping in your software.",
        "fix": "Check your scheduling export: every trip should list each stop it calls at, in order, with times.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "WARNING",
        "what": "5 of 132495 trips list fewer than two stops.",
        "why": "A trip with one stop has no leg a rider can ride; trip planners can't route anyone on it, so the service effectively does not exist."
      },
      {
        "code": "scorecard_orphan_stops",
        "count": 69,
        "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": "69 of 13210 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": 69,
    "single_stop_trips": 5,
    "trips_total": 132495
  },
  "route_map": {
    "drawn_route_count": 386,
    "has_shapes": true,
    "path": "data/artifacts/metro-transit-intercity-transit-city-of-seattle-community-transit-pierce-transit-sound-transit-washington-state-ferries-seattlecentermonorail-everett-transit-seattle-children-s-hospital/geometry.geojson",
    "route_count": 393,
    "routes": [
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "6th Ave / Pacific Ave",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFB819",
        "color_name": "yellow",
        "has_shape": false,
        "id": "1-SHUTTLE",
        "label": "Shuttle",
        "long": "1 Line Shuttle Bus",
        "short": "Shuttle",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Pearl St",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "Gig Harbor",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100001",
        "label": "1",
        "long": "",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100002",
        "label": "10",
        "long": "",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100003",
        "label": "101",
        "long": "",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100004",
        "label": "105",
        "long": "",
        "short": "105",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100005",
        "label": "106",
        "long": "",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100006",
        "label": "107",
        "long": "",
        "short": "107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100009",
        "label": "11",
        "long": "",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100011",
        "label": "111",
        "long": "",
        "short": "111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100012",
        "label": "113",
        "long": "",
        "short": "113",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100016",
        "label": "118",
        "long": "",
        "short": "118",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100017",
        "label": "119",
        "long": "",
        "short": "119",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100018",
        "label": "12",
        "long": "",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100023",
        "label": "124",
        "long": "",
        "short": "124",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100024",
        "label": "125",
        "long": "",
        "short": "125",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100026",
        "label": "128",
        "long": "",
        "short": "128",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100028",
        "label": "13",
        "long": "",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100030",
        "label": "131",
        "long": "",
        "short": "131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100031",
        "label": "132",
        "long": "",
        "short": "132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100039",
        "label": "14",
        "long": "",
        "short": "14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100042",
        "label": "148",
        "long": "",
        "short": "148",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100045",
        "label": "150",
        "long": "",
        "short": "150",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100048",
        "label": "153",
        "long": "",
        "short": "153",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100060",
        "label": "168",
        "long": "",
        "short": "168",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100062",
        "label": "17",
        "long": "",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100068",
        "label": "177",
        "long": "",
        "short": "177",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100072",
        "label": "181",
        "long": "",
        "short": "181",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100073",
        "label": "182",
        "long": "",
        "short": "182",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100074",
        "label": "183",
        "long": "",
        "short": "183",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100089",
        "label": "2",
        "long": "",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100099",
        "label": "208",
        "long": "",
        "short": "208",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100101",
        "label": "21",
        "long": "",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100104",
        "label": "212",
        "long": "",
        "short": "212",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100111",
        "label": "22",
        "long": "",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100132",
        "label": "24",
        "long": "",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100133",
        "label": "240",
        "long": "",
        "short": "240",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100136",
        "label": "245",
        "long": "",
        "short": "245",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100146",
        "label": "255",
        "long": "",
        "short": "255",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100160",
        "label": "269",
        "long": "",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100161",
        "label": "27",
        "long": "",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100162",
        "label": "271",
        "long": "",
        "short": "271",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100169",
        "label": "28",
        "long": "",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100173",
        "label": "3",
        "long": "",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100177",
        "label": "303",
        "long": "",
        "short": "303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100184",
        "label": "31",
        "long": "",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100193",
        "label": "32",
        "long": "",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100194",
        "label": "33",
        "long": "",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100196",
        "label": "331",
        "long": "",
        "short": "331",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100202",
        "label": "345",
        "long": "",
        "short": "345",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100203",
        "label": "346",
        "long": "",
        "short": "346",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100205",
        "label": "348",
        "long": "",
        "short": "348",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100210",
        "label": "36",
        "long": "",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100214",
        "label": "372",
        "long": "",
        "short": "372",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100219",
        "label": "4",
        "long": "",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100223",
        "label": "43",
        "long": "",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100224",
        "label": "44",
        "long": "",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100225",
        "label": "45",
        "long": "",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100228",
        "label": "48",
        "long": "",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100229",
        "label": "5",
        "long": "",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100230",
        "label": "50",
        "long": "",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "100232",
        "label": "522",
        "long": "Woodinville - Seattle",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "100236",
        "label": "545",
        "long": "Redmond - Seattle",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "100239",
        "label": "550",
        "long": "Bellevue - Seattle",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "100240",
        "label": "554",
        "long": "Issaquah - Seattle",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100242",
        "label": "56",
        "long": "",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100246",
        "label": "57",
        "long": "",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100249",
        "label": "60",
        "long": "",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100252",
        "label": "62",
        "long": "",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100254",
        "label": "65",
        "long": "",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100259",
        "label": "67",
        "long": "",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100263",
        "label": "7",
        "long": "",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100264",
        "label": "70",
        "long": "",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100269",
        "label": "75",
        "long": "",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100272",
        "label": "773",
        "long": "",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100275",
        "label": "8",
        "long": "",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100289",
        "label": "9",
        "long": "",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100290",
        "label": "901",
        "long": "",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100292",
        "label": "903",
        "long": "",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100297",
        "label": "914",
        "long": "",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100300",
        "label": "917",
        "long": "",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4298CC",
        "color_name": "teal",
        "has_shape": true,
        "id": "100336",
        "label": "973",
        "long": "",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "32CD32",
        "color_name": "green",
        "has_shape": true,
        "id": "100337",
        "label": "975",
        "long": "",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "F47836",
        "color_name": "orange",
        "has_shape": true,
        "id": "100340",
        "label": "South Lake Union Streetcar",
        "long": "",
        "short": "South Lake Union Streetcar",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100447",
        "label": "49",
        "long": "",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "100451",
        "label": "556",
        "long": "Issaquah - Northgate",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100459",
        "label": "218",
        "long": "",
        "short": "218",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "28813F",
        "color_name": "green",
        "has_shape": true,
        "id": "100479",
        "label": "1 Line",
        "long": "Lynnwood - Federal Way",
        "short": "1 Line",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100481",
        "label": "775",
        "long": "",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100487",
        "label": "102",
        "long": "",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100489",
        "label": "156",
        "long": "",
        "short": "156",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100495",
        "label": "193",
        "long": "",
        "short": "193",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "100496",
        "label": "930",
        "long": "",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "100511",
        "label": "542",
        "long": "Redmond - University District",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C182F",
        "color_name": "red",
        "has_shape": true,
        "id": "100512",
        "label": "A Line",
        "long": "A-Line Rapid Ride",
        "short": "A Line",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "Gig Harbor Waterfront Connector",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1013",
        "label": "Friday Harbor - Lopez Island",
        "long": "Friday Harbor - Lopez Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1015",
        "label": "Friday Harbor - Orcas Island",
        "long": "Friday Harbor - Orcas Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1018",
        "label": "Friday Harbor - Shaw Island",
        "long": "Friday Harbor - Shaw Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "102",
        "label": "102",
        "long": "Edmonds Station - Lynnwood City Center Station",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C182F",
        "color_name": "red",
        "has_shape": true,
        "id": "102548",
        "label": "B Line",
        "long": "B-Line Rapid Ride",
        "short": "B Line",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102552",
        "label": "226",
        "long": "",
        "short": "226",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102555",
        "label": "893",
        "long": "",
        "short": "893",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102557",
        "label": "915",
        "long": "",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102558",
        "label": "931",
        "long": "",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102561",
        "label": "907",
        "long": "",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102574",
        "label": "40",
        "long": "",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9C182F",
        "color_name": "red",
        "has_shape": true,
        "id": "102576",
        "label": "C Line",
        "long": "C-Line Rapid Ride",
        "short": "C Line",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C182F",
        "color_name": "red",
        "has_shape": true,
        "id": "102581",
        "label": "D Line",
        "long": "D-Line Rapid Ride",
        "short": "D Line",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102593",
        "label": "906",
        "long": "",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C182F",
        "color_name": "red",
        "has_shape": true,
        "id": "102615",
        "label": "E Line",
        "long": "E-Line Rapid Ride",
        "short": "E Line",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C182F",
        "color_name": "red",
        "has_shape": true,
        "id": "102619",
        "label": "F Line",
        "long": "F-Line Rapid Ride",
        "short": "F Line",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102628",
        "label": "895",
        "long": "",
        "short": "895",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102634",
        "label": "630",
        "long": "",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102636",
        "label": "631",
        "long": "",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F47836",
        "color_name": "orange",
        "has_shape": true,
        "id": "102638",
        "label": "First Hill Streetcar",
        "long": "",
        "short": "First Hill Streetcar",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "F7B6D2",
        "color_name": "white",
        "has_shape": true,
        "id": "102646",
        "label": "Trailhead Direct Issaquah Alps",
        "long": "",
        "short": "Trailhead Direct Issaquah Alps",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102647",
        "label": "635",
        "long": "",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C6D31",
        "color_name": "brown",
        "has_shape": true,
        "id": "102650",
        "label": "Trailhead Direct Mt. Si",
        "long": "",
        "short": "Trailhead Direct Mt. Si",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102652",
        "label": "204",
        "long": "",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102653",
        "label": "224",
        "long": "",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102698",
        "label": "Duvall-Monroe Shuttle",
        "long": "",
        "short": "Duvall-Monroe Shuttle",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102699",
        "label": "Valley Shuttle",
        "long": "",
        "short": "Valley Shuttle",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102701",
        "label": "225",
        "long": "",
        "short": "225",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102702",
        "label": "239",
        "long": "",
        "short": "239",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102703",
        "label": "231",
        "long": "",
        "short": "231",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102704",
        "label": "250",
        "long": "",
        "short": "250",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102705",
        "label": "230",
        "long": "",
        "short": "230",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102715",
        "label": "162",
        "long": "",
        "short": "162",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102717",
        "label": "165",
        "long": "",
        "short": "165",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102718",
        "label": "184",
        "long": "",
        "short": "184",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102719",
        "label": "161",
        "long": "",
        "short": "161",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102720",
        "label": "160",
        "long": "",
        "short": "160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102729",
        "label": "322",
        "long": "",
        "short": "322",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102732",
        "label": "79",
        "long": "",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "102734",
        "label": "566",
        "long": "",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C182F",
        "color_name": "red",
        "has_shape": true,
        "id": "102736",
        "label": "H Line",
        "long": "H-Line Rapid Ride",
        "short": "H Line",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102744",
        "label": "365",
        "long": "",
        "short": "365",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9C182F",
        "color_name": "red",
        "has_shape": true,
        "id": "102745",
        "label": "G Line",
        "long": "G-Line Rapid Ride",
        "short": "G Line",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102746",
        "label": "333",
        "long": "",
        "short": "333",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102747",
        "label": "61",
        "long": "",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102752",
        "label": "223",
        "long": "",
        "short": "223",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102753",
        "label": "222",
        "long": "",
        "short": "222",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102754",
        "label": "256",
        "long": "",
        "short": "256",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102755",
        "label": "203",
        "long": "",
        "short": "203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102756",
        "label": "249",
        "long": "",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDB71A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "102757",
        "label": "187",
        "long": "",
        "short": "187",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "102758",
        "label": "570",
        "long": "",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A148C",
        "color_name": "blue",
        "has_shape": true,
        "id": "102759",
        "label": "Metro Match Day Shuttle",
        "long": "",
        "short": "Metro Match Day Shuttle",
        "text_color": "0EF2B0",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "102763",
        "label": "Waterfront Shuttle",
        "long": "",
        "short": "Waterfront Shuttle",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "Hardeson Road - Lynnwood City Center Station",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "Tremont",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1D1B11",
        "color_name": "black",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "Sidney",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "Mariner P&R - UW Bothell/Cascadia College",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0004FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "108",
        "label": "108",
        "long": "Bethel",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "803A66",
        "color_name": "brown",
        "has_shape": true,
        "id": "109",
        "label": "109",
        "long": "East Port Orchard",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Point Defiance",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "110",
        "label": "Anacortes - Friday Harbor",
        "long": "Anacortes - Friday Harbor",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "111",
        "label": "111",
        "long": "Brier - Mountlake Terrace Station",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1117",
        "label": "Coupeville  - Port Townsend",
        "long": "Coupeville  - Port Townsend",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "112",
        "label": "112",
        "long": "Mountlake Terrace Station - Ash Way P&R",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "113",
        "label": "Anacortes - Lopez Island",
        "long": "Anacortes - Lopez Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "114",
        "label": "114",
        "long": "Aurora Village TC - Lynnwood City Center Station",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "115",
        "label": "Anacortes - Orcas Island",
        "long": "Anacortes - Orcas Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "117",
        "label": "117",
        "long": "Mukilteo Ferry - Lynnwood City Center Station",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "118",
        "label": "Anacortes - Shaw Island",
        "long": "Anacortes - Shaw Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "B2752D",
        "color_name": "brown",
        "has_shape": true,
        "id": "119",
        "label": "119",
        "long": "Madrona",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "120",
        "label": "120",
        "long": "UW Bothell/Cascadia - Lynnwood City Center Station",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "121",
        "label": "121",
        "long": "Ash Way P&R - UW Bothell/Cascadia College",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "128",
        "label": "Kingston - Edmonds",
        "long": "Kingston - Edmonds",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "Capitol Blvd",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "130",
        "label": "130",
        "long": "Edmonds Station - Lynnwood City Center Station",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "131",
        "label": "Lopez Island - Anacortes",
        "long": "Lopez Island - Anacortes",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1310",
        "label": "Lopez Island - Friday Harbor",
        "long": "Lopez Island - Friday Harbor",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1315",
        "label": "Lopez Island - Orcas Island",
        "long": "Lopez Island - Orcas Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1318",
        "label": "Lopez Island - Shaw Island",
        "long": "Lopez Island - Shaw Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "145",
        "label": "Mukilteo - Clinton",
        "long": "Mukilteo - Clinton",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "Littlerock Rd",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "151",
        "label": "Orcas Island - Anacortes",
        "long": "Orcas Island - Anacortes",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1510",
        "label": "Orcas Island - Friday Harbor",
        "long": "Orcas Island - Friday Harbor",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1513",
        "label": "Orcas Island - Lopez Island",
        "long": "Orcas Island - Lopez Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1518",
        "label": "Orcas Island - Shaw Island",
        "long": "Orcas Island - Shaw Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "North End",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1621",
        "label": "Point Defiance - Tahlequah",
        "long": "Point Defiance - Tahlequah",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "166",
        "label": "166",
        "long": "Edmonds Station - Silver Firs",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1711",
        "label": "Port Townsend - Coupeville",
        "long": "Port Townsend - Coupeville",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "18",
        "label": "6",
        "long": "N to Waterfront  - S to Everett Station",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1F497D",
        "color_name": "teal",
        "has_shape": true,
        "id": "181",
        "label": "181",
        "long": "Annapolis",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1810",
        "label": "Shaw Island - Friday Harbor",
        "long": "Shaw Island - Friday Harbor",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1813",
        "label": "Shaw Island - Lopez Island",
        "long": "Shaw Island - Lopez Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1815",
        "label": "Shaw Island - Orcas Island",
        "long": "Shaw Island - Orcas Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1D1B11",
        "color_name": "black",
        "has_shape": true,
        "id": "184",
        "label": "184",
        "long": "Harper Shuttle",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "215867",
        "color_name": "green",
        "has_shape": true,
        "id": "185",
        "label": "185",
        "long": "Mullenix",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "186",
        "label": "186",
        "long": "Southworth",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006B3F",
        "color_name": "green",
        "has_shape": true,
        "id": "19-16",
        "label": "16",
        "long": "Mottman Rd",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": false,
        "id": "19-41",
        "label": "41",
        "long": "Nightline",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005BAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "19-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": "19-600",
        "label": "600",
        "long": "Lakewood Commuter",
        "short": "600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "2",
        "label": "2",
        "long": "S 19th St / Bridgeport",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFB819",
        "color_name": "yellow",
        "has_shape": true,
        "id": "2-SHUTTLE",
        "label": "Shuttle",
        "long": "2 Line Shuttle Bus",
        "short": "Shuttle",
        "text_color": "000000",
        "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": "C00000",
        "color_name": "red",
        "has_shape": true,
        "id": "20-212",
        "label": "212",
        "long": "Bremerton-Silverdale West",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "20-333",
        "label": "333",
        "long": "Silverdale/Bainbridge",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "20-400",
        "label": "400",
        "long": "Bremerton to Seattle Fast Ferry",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "20-402",
        "label": "402",
        "long": "Southworth to Seattle Fast Ferry",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "E46C0A",
        "color_name": "orange",
        "has_shape": true,
        "id": "20-500",
        "label": "500",
        "long": "Port Orchard Foot Ferry",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "E46C0A",
        "color_name": "orange",
        "has_shape": true,
        "id": "20-501",
        "label": "501",
        "long": "Annapolis Foot Ferry",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "201",
        "label": "201",
        "long": "Smokey Point TC - Lynnwood City Center Station",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "202",
        "label": "202",
        "long": "S 72nd St",
        "short": "202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "2022",
        "label": "Southworth - Vashon Island",
        "long": "Southworth - Vashon Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "Pacific Hwy / Tillcum / Madigan",
        "short": "206",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "209",
        "label": "209",
        "long": "Smokey Point TC - Lake Stevens TC",
        "short": "209",
        "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": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "2116",
        "label": "Tahlequah - Point Defiance",
        "long": "Tahlequah - Point Defiance",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "212",
        "label": "212",
        "long": "Steilacoom",
        "short": "212",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "214",
        "label": "214",
        "long": "Washington",
        "short": "214",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFC000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "215",
        "label": "215",
        "long": "McWilliams",
        "short": "215",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "002060",
        "color_name": "black",
        "has_shape": true,
        "id": "217",
        "label": "217",
        "long": "Bremerton-Silverdale East",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B2752D",
        "color_name": "brown",
        "has_shape": true,
        "id": "219",
        "label": "219",
        "long": "Crossroads",
        "short": "219",
        "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": "4E6128",
        "color_name": "brown",
        "has_shape": true,
        "id": "220",
        "label": "220",
        "long": "Sunn Fjord",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7030A0",
        "color_name": "purple",
        "has_shape": true,
        "id": "221",
        "label": "221",
        "long": "Perry Avenue",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C90000",
        "color_name": "red",
        "has_shape": true,
        "id": "222",
        "label": "222",
        "long": "Gateway Express",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "2220",
        "label": "Vashon Island - Southworth",
        "long": "Vashon Island - Southworth",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "31859B",
        "color_name": "teal",
        "has_shape": true,
        "id": "223",
        "label": "223",
        "long": "Kariotis",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "224",
        "label": "224",
        "long": "Olympic College",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E46C0A",
        "color_name": "orange",
        "has_shape": true,
        "id": "225",
        "label": "225",
        "long": "Sheridan Park",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "604A7B",
        "color_name": "purple",
        "has_shape": true,
        "id": "226",
        "label": "226",
        "long": "Bay Vista",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "31859B",
        "color_name": "teal",
        "has_shape": true,
        "id": "228",
        "label": "228",
        "long": "Marion",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "229",
        "label": "229",
        "long": "Trenton",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "230",
        "label": "230",
        "long": "Darrington - Smokey Point TC",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7030A0",
        "color_name": "purple",
        "has_shape": true,
        "id": "238",
        "label": "238",
        "long": "West Bremerton Express",
        "short": "238",
        "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": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "240",
        "label": "240",
        "long": "Stanwood Downtown - Smokey Point TC",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E46C0A",
        "color_name": "orange",
        "has_shape": true,
        "id": "265",
        "label": "265",
        "long": "Silverdale Central",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E6128",
        "color_name": "brown",
        "has_shape": true,
        "id": "266",
        "label": "266",
        "long": "Silverdale Ridgetop",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "270",
        "label": "270",
        "long": "Gold Bar - Everett Station",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "271",
        "label": "271",
        "long": "Gold Bar - Everett Station",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "S 12th St",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "280",
        "label": "280",
        "long": "Granite Falls P&R - Everett Station",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-101",
        "label": "101",
        "long": "Mariner P&R - Aurora Village TC",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-109",
        "label": "109",
        "long": "Ash Way P&R - Lake Stevens TC",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-119",
        "label": "119",
        "long": "Ash Way P&R - Mountlake Terrace Station",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-202",
        "label": "202",
        "long": "Smokey Point TC - Lynnwood City Center Station",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-220",
        "label": "220",
        "long": "Arlington - Smokey Point TC",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "29-222",
        "label": "222",
        "long": "Marysville - Tulalip",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "007CAD",
        "color_name": "teal",
        "has_shape": true,
        "id": "2LINE",
        "label": "2 Line",
        "long": "Lynnwood - Downtown Redmond",
        "short": "2 Line",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Lakewood / Tacoma",
        "short": "3",
        "text_color": "000000",
        "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": "943734",
        "color_name": "brown",
        "has_shape": true,
        "id": "301",
        "label": "301",
        "long": "North Kitsap Fast Ferry Express",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "31859B",
        "color_name": "teal",
        "has_shape": true,
        "id": "302",
        "label": "302",
        "long": "Kingston/Suquamish Fast Ferry",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00B050",
        "color_name": "green",
        "has_shape": true,
        "id": "307",
        "label": "307",
        "long": "Kingston/North Viking Fast Ferry",
        "short": "307",
        "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": "4E6128",
        "color_name": "brown",
        "has_shape": true,
        "id": "331",
        "label": "331",
        "long": "Poulsbo/Myhre",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7030A0",
        "color_name": "purple",
        "has_shape": true,
        "id": "332",
        "label": "332",
        "long": "Poulsbo/Silverdale",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "333",
        "label": "333",
        "long": "Fan Zone Express",
        "short": "333",
        "text_color": "000000",
        "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": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "344",
        "label": "344",
        "long": "Poulsbo Central",
        "short": "344",
        "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": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "37",
        "label": "Bainbridge Island - Seattle",
        "long": "Bainbridge Island - Seattle",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "FFC000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "385",
        "label": "385",
        "long": "BI Downtown",
        "short": "385",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "403152",
        "color_name": "green",
        "has_shape": true,
        "id": "389",
        "label": "389",
        "long": "Fletcher Bay",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "984807",
        "color_name": "brown",
        "has_shape": true,
        "id": "390",
        "label": "390",
        "long": "Poulsbo/Bainbridge",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E46C0A",
        "color_name": "orange",
        "has_shape": true,
        "id": "391",
        "label": "391",
        "long": "Kingston/Bainbridge",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "393",
        "label": "393",
        "long": "Manzanita",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "448038",
        "color_name": "green",
        "has_shape": true,
        "id": "394",
        "label": "394",
        "long": "Agate Point",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6D2F80",
        "color_name": "purple",
        "has_shape": true,
        "id": "395",
        "label": "395",
        "long": "Battle Point",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "943734",
        "color_name": "brown",
        "has_shape": true,
        "id": "396",
        "label": "396",
        "long": "Sunrise",
        "short": "396",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "002060",
        "color_name": "black",
        "has_shape": true,
        "id": "397",
        "label": "397",
        "long": "Crystal Springs",
        "short": "397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "398",
        "label": "398",
        "long": "Fort Ward",
        "short": "398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1D1B11",
        "color_name": "black",
        "has_shape": true,
        "id": "399",
        "label": "399",
        "long": "Bill Point",
        "short": "399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Lakewood / South Hill",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "400",
        "label": "400",
        "long": "Puyallup / Downtown Tacoma",
        "short": "400",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "401",
        "label": "401",
        "long": "Kingston to Seattle Fast Ferry",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "402",
        "label": "402",
        "long": "Meridian",
        "short": "402",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "403",
        "label": "403",
        "long": "Seattle to Bremerton Fast Ferry",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "404",
        "label": "404",
        "long": "Seattle to Kingston Fast Ferry",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "405",
        "label": "405",
        "long": "Seattle to Southworth Fast Ferry",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "409",
        "label": "409",
        "long": "Puyallup / S 72nd St",
        "short": "409",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "S 56th St / Salishan",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "McKinley Ave",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Yakima",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "47",
        "label": "Bremerton - Seattle",
        "long": "Bremerton - Seattle",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "Sheridan / M St",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "497",
        "label": "497",
        "long": "Lakeland Hills Express",
        "short": "497",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "5",
        "label": "8",
        "long": "S to S Evt Frwy Station - N to Everett Station",
        "short": "8",
        "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": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "500",
        "label": "500",
        "long": "Federal Way",
        "short": "500",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "501",
        "label": "501",
        "long": "Milton / Federal Way",
        "short": "501",
        "text_color": "000000",
        "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": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "510",
        "label": "510",
        "long": "Everett - Seattle",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "512",
        "label": "512",
        "long": "Everett - Northgate Station",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "513",
        "label": "513",
        "long": "Seaway Transit Ctr - Northgate Station",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "514",
        "label": "Clinton - Mukilteo",
        "long": "Clinton - Mukilteo",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "515",
        "label": "515",
        "long": "Lynnwood City Center Station - Seattle",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "Fircrest / TCC",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "University Place",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "532",
        "label": "532",
        "long": "Everett - Bellevue",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "535",
        "label": "535",
        "long": "Lynnwood - Bellevue",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "54",
        "label": "54",
        "long": "S 38th St / Portland Ave",
        "short": "54",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "55",
        "label": "55",
        "long": "Tacoma Mall",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "560",
        "label": "560",
        "long": "Bellevue - Sea-Tac - W. Seattle",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "57",
        "label": "57",
        "long": "Union / S 19th St / Hilltop",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "574",
        "label": "574",
        "long": "Lakewood - SeaTac",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "577",
        "label": "577",
        "long": "Federal Way - Seattle",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "578",
        "label": "578",
        "long": "Puyallup - Seattle",
        "short": "578",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "580",
        "label": "580",
        "long": "Puyallup / Lakewood",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "586",
        "label": "586",
        "long": "Tacoma - U. District",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "590",
        "label": "590",
        "long": "Tacoma - Seattle",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "592",
        "label": "592",
        "long": "Olympia/DuPont - Seattle",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "594",
        "label": "594",
        "long": "Lakewood - Seattle",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "595",
        "label": "595",
        "long": "Gig Harbor - Seattle",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2B376E",
        "color_name": "green",
        "has_shape": true,
        "id": "596",
        "label": "596",
        "long": "Bonney Lake - Sumner",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "6",
        "label": "12",
        "long": "W to Seaway TC - E to Mall Station",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "677483",
        "color_name": "gray",
        "has_shape": true,
        "id": "60",
        "label": "Amtrak Cascades",
        "long": "Amtrak Cascades",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "600",
        "label": "600",
        "long": "Burley Worker/Driver",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "602",
        "label": "602",
        "long": "Tracyton Worker/Driver",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "604",
        "label": "604",
        "long": "Horseshoe Lake Worker/Driver",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "605",
        "label": "605",
        "long": "Illahee Worker/Driver",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "607",
        "label": "607",
        "long": "Long Lake Days Worker/Driver",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "608",
        "label": "608",
        "long": "Manchester Worker/Driver",
        "short": "608",
        "text_color": "FFFFFF",
        "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": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "612",
        "label": "612",
        "long": "Phillips/Bielmeier Worker/Driver",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "614",
        "label": "614",
        "long": "Port Gamble Worker/Driver",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "616",
        "label": "616",
        "long": "Salmonberry Worker/Driver",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "618",
        "label": "618",
        "long": "Southworth Worker/Driver",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "619",
        "label": "619",
        "long": "Suquamish Worker/Driver",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "620",
        "label": "620",
        "long": "Winslow Worker/Driver",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "621",
        "label": "621",
        "long": "Woodmere Worker/Driver",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "623",
        "label": "623",
        "long": "Central Valley Loop Worker/Driver",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "624",
        "label": "624",
        "long": "Fairgrounds Worker/Driver",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "625",
        "label": "625",
        "long": "Sidney Woods Worker/Driver",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "626",
        "label": "626",
        "long": "Early North Worker/Driver",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "627",
        "label": "627",
        "long": "SK/Bangor Worker/Driver",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "630",
        "label": "630",
        "long": "Olalla Worker/Driver",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "631",
        "label": "631",
        "long": "Chico Worker/Driver",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "633",
        "label": "633",
        "long": "Viking Express Worker/Driver",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "635",
        "label": "635",
        "long": "Early South Worker/Driver",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "636",
        "label": "636",
        "long": "Parkwood-Ponderosa Worker/Driver",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "637",
        "label": "637",
        "long": "Sunnyslope Worker/Driver",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C0504D",
        "color_name": "brown",
        "has_shape": true,
        "id": "638",
        "label": "638",
        "long": "Seabeck/Camp Union Worker/Driver",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "7",
        "label": "18",
        "long": "W to Mukilteo - E to Everett Station",
        "short": "18",
        "text_color": "FFFFFF",
        "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": "006CFF",
        "color_name": "blue",
        "has_shape": true,
        "id": "701",
        "label": "Swift Blue",
        "long": "Everett Station - Shoreline North/185th Station",
        "short": "Swift Blue",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AA00",
        "color_name": "green",
        "has_shape": true,
        "id": "702",
        "label": "Swift Green",
        "long": "Seaway TC - Canyon Park P&R",
        "short": "Swift Green",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F24C21",
        "color_name": "red",
        "has_shape": true,
        "id": "703",
        "label": "Swift Orange",
        "long": "Edmonds College - McCollum Park P&R",
        "short": "Swift Orange",
        "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": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "8",
        "label": "29",
        "long": "N to College Station - S to Mall Station",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2FC72A",
        "color_name": "green",
        "has_shape": false,
        "id": "800",
        "label": "800",
        "long": "BI Ride",
        "short": "800",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2FC72A",
        "color_name": "green",
        "has_shape": false,
        "id": "801",
        "label": "801",
        "long": "SK Ride",
        "short": "801",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2FC72A",
        "color_name": "green",
        "has_shape": false,
        "id": "803",
        "label": "803",
        "long": "Kingston Ride",
        "short": "803",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2FC72A",
        "color_name": "green",
        "has_shape": false,
        "id": "807",
        "label": "807",
        "long": "Sunday On-Demand",
        "short": "807",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "812",
        "label": "Edmonds - Kingston",
        "long": "Edmonds - Kingston",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "857",
        "label": "19",
        "long": "S to Everett Station - N to College Station",
        "short": "19",
        "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"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "901",
        "label": "901",
        "long": "Silver Firs - Lynnwood City Center Station",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "903",
        "label": "903",
        "long": "Lake Stevens TC - Lynnwood City Center Station",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "904",
        "label": "904",
        "long": "Marysville - Lynnwood City Center Station",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "905",
        "label": "905",
        "long": "Stanwood Downtown - Lynnwood City Center Station",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "907",
        "label": "907",
        "long": "Stanwood I-5 P&R - Paine Field Airport",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "908",
        "label": "908",
        "long": "Bellevue - Snohomish P&R",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "909",
        "label": "909",
        "long": "Edmonds Station - Mountlake Terrace Station",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "920",
        "label": "Fauntleroy - Southworth",
        "long": "Fauntleroy - Southworth",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "922",
        "label": "Fauntleroy - Vashon Island",
        "long": "Fauntleroy - Vashon Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "95-101",
        "label": "Friday Harbor - Anacortes",
        "long": "Friday Harbor - Anacortes",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "95-181",
        "label": "Shaw Island - Anacortes",
        "long": "Shaw Island - Anacortes",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "95-209",
        "label": "Southworth - Fauntleroy",
        "long": "Southworth - Fauntleroy",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "95-229",
        "label": "Vashon Island - Fauntleroy",
        "long": "Vashon Island - Fauntleroy",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "95-73",
        "label": "Seattle - Bainbridge Island",
        "long": "Seattle - Bainbridge Island",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "95-74",
        "label": "Seattle - Bremerton",
        "long": "Seattle - Bremerton",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "97-1",
        "label": "2",
        "long": "S to Mariner P&R - N to Mall Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "97-2",
        "label": "3",
        "long": "S to Seaway TC - N to Everett Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "97-3",
        "label": "4",
        "long": "S to Everett Station - N to College Station",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "97-4",
        "label": "7",
        "long": "S to Mall Station - N to College Station",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "SCM",
        "label": "Monorail",
        "long": "Seattle Center - Westlake",
        "short": "Monorail",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "9AB6D3",
        "color_name": "gray",
        "has_shape": true,
        "id": "SNDR_EV",
        "label": "N Line",
        "long": "Everett - Seattle",
        "short": "N Line",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "9AB6D3",
        "color_name": "gray",
        "has_shape": true,
        "id": "SNDR_TL",
        "label": "S Line",
        "long": "Seattle - Tacoma/Lakewood",
        "short": "S Line",
        "text_color": "000000",
        "type_label": "Rail"
      },
      {
        "color": "6CB33F",
        "color_name": "gray",
        "has_shape": true,
        "id": "STCL",
        "label": "STCL",
        "long": "Stream TDS / Spanaway TC",
        "short": "STCL",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "TA034",
        "label": "TA034",
        "long": "Task",
        "short": "TA034",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F38B00",
        "color_name": "orange",
        "has_shape": true,
        "id": "TLINE",
        "label": "T Line",
        "long": "Tacoma Dome - St Joseph",
        "short": "T Line",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DA7C00",
        "color_name": "orange",
        "has_shape": false,
        "id": "TLINE_S",
        "label": "Shuttle",
        "long": "T Line Replacement Shuttle Bus",
        "short": "Shuttle",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 13431,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "shapes_readiness": {
    "detail": "All 132495 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 132495,
    "trips_with_shape": 132495
  },
  "snapshot_date": "2026-08-01",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 53.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 27 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 14557,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'block_trips_with_overlapping_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "missing_required_agency_id",
      "count": 3,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_required_agency_id' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Missing required agency id (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
