{
  "agency": {
    "id": "regional-transportation-district",
    "name": "Regional Transportation District",
    "subdivision_code": "US-CO",
    "subdivision_name": "Colorado"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 61.4,
          "stops_marked_accessible_pct": 98.3,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 98.3,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 24.6,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 22030,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 7686,
        "translations": {
          "feed_lang": "en",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 22030,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 98.3,
        "wheelchair_marked_accessible_pct": 98.3,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 131,
          "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": 0.4,
          "severity": "WARNING",
          "what": "131 of 7686 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": 22030,
          "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": 15.0,
          "severity": "WARNING",
          "what": "22030 of 22030 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_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_missing_headsigns",
          "count": 8,
          "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.0,
          "severity": "WARNING",
          "what": "8 of 22030 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_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "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": 62.1,
      "status": "measured",
      "summary": "98% of stops state wheelchair accessibility (98% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 16,
        "instances_by_severity": {
          "ERROR": 632,
          "INFO": 61,
          "WARNING": 206
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_time_with_only_arrival_or_departure_time",
          "count": 285,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_time_with_only_arrival_or_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Stop time with only arrival or departure time (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_trip_edge",
          "count": 279,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_trip_edge' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Missing trip edge (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "block_trips_with_overlapping_stop_times",
          "count": 63,
          "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": "stop_time_with_arrival_before_previous_departure_time",
          "count": 5,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_time_with_arrival_before_previous_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Stop time with arrival before previous departure time (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 82,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.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": "unusable_trip",
          "count": 77,
          "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": 8.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": "stop_without_stop_time",
          "count": 18,
          "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": 6.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": "route_long_name_contains_short_name",
          "count": 10,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 6,
          "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": 6.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_too_far_from_shape",
          "count": 6,
          "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": "stops_match_shape_out_of_order",
          "count": 4,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "unused_trip",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_trip' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Unused trip (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 43,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "platform_without_parent_station",
          "count": 14,
          "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": 4,
          "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.5,
          "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."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 16 kinds of issue across 899 instances (632 error, 206 warning, 61 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 34,
        "effective_expiry_date": "2026-09-26",
        "feed_end_date": "2026-09-26",
        "feed_start_date": "2026-06-07",
        "feed_version": "Jun26-36973-20-27-20260822-033620",
        "has_feed_info": true,
        "last_service_date": "2026-09-26",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 56.7,
      "status": "measured",
      "summary": "Service data covers the next 34 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "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 configured feed URL. Publisher ownership of that URL is not verified."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "4 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 34 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 98% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 4 validator errors to resolve. States wheelchair access on 98% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "export_diff": {
    "changes": [
      "Route D (18th&California Station to Mineral Station) is no longer in the export.",
      "3 new stops appeared."
    ],
    "from_sha256": "51ed70902ed8c2be3f0aa11416f5a6bf964c8c066642b6c4f606db3e82439481",
    "to_sha256": "58ed7863d0370fefe869198f9da7f0037063661d1240c5b402926decda05b18a"
  },
  "feed": {
    "license_note": "No stated data license in the Mobility Database; verify before publishing.",
    "reachable": true,
    "sha256": "58ed7863d0370fefe869198f9da7f0037063661d1240c5b402926decda05b18a",
    "size_bytes": 8620797,
    "source_provenance": "unverified",
    "static_url": "https://www.rtd-denver.com/files/gtfs/google_transit_flex.zip"
  },
  "fetch": {
    "final_url": "https://nodejs-prod.rtd-denver.com/api/download/gtfs/google_transit_flex.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-22T00:00:00+00:00",
  "geo": {
    "bbox": [
      -105.52548,
      39.45688,
      -104.66953,
      40.20656
    ],
    "lat": 39.74758,
    "lon": -104.99285,
    "stop_count": 7686
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 5,
        "trip_count": 2610,
        "trip_share_pct": 11.8
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 4,
        "trip_count": 1542,
        "trip_share_pct": 7.0
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 142,
        "trip_count": 17878,
        "trip_share_pct": 81.2
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 151,
    "trip_count": 22030
  },
  "ntd_id_alignment": {
    "detail": "Your feed's agency_id is RTD; your National Transit Database ID is 80006. A feed that serves several agencies (a shared regional feed) can legitimately carry more than one agency_id. The values do not need to equal the five-digit NTD ID, so this difference is allowed and carries no score.",
    "feed_agency_ids": [
      "RTD"
    ],
    "fix": "Confirm that P-50 crosswalks agency_id RTD to NTD ID 80006, and keep the feed value stable. Do not change it solely to make the two values equal.",
    "ntd_id": "80006",
    "status": "mismatch"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "4 validator errors to resolve.",
        "key": "valid",
        "status": "at_risk"
      },
      {
        "detail": "Service data covers the next 35 days.",
        "key": "current",
        "status": "ready"
      },
      {
        "detail": "agency.txt provides agency_id. For RY2026, keep one stable value for each NTD reporter represented in the feed and crosswalk each value on the P-50 form.",
        "key": "agency_id",
        "status": "ready"
      }
    ],
    "status": "at_risk",
    "summary": "This feed is close to NTD-ready. 4 validator errors to resolve."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 33.6,
    "margin_to_next_band": 26.4,
    "score": 33.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 48,
      "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": "48 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (C, W, B, G, 116X, 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": 7235,
      "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": "7235 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"39th St / Table Mesa\", \"Colfax & Havana Station\", \"Wheat Ridge / Ward Road Station\", 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."
    }
  ],
  "recompute": {
    "as_of": "2026-08-23",
    "feed_fetched_date": "2026-08-22",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 7555,
    "findings": [
      {
        "code": "scorecard_single_stop_trips",
        "count": 77,
        "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": "77 of 22030 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": 18,
        "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": "18 of 7555 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": 18,
    "single_stop_trips": 77,
    "trips_total": 22030
  },
  "route_map": {
    "drawn_route_count": 142,
    "has_shapes": true,
    "path": "data/artifacts/regional-transportation-district/geometry.geojson",
    "route_count": 151,
    "routes": [
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "0",
        "label": "0",
        "long": "Broadway",
        "short": "0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "0B",
        "label": "0B",
        "long": "South Broadway",
        "short": "0B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "0L",
        "label": "0L",
        "long": "South Broadway Limited",
        "short": "0L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "West 1st Avenue",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "East 12th Avenue",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "Kipling Street",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F79239",
        "color_name": "orange",
        "has_shape": true,
        "id": "101C",
        "label": "C",
        "long": "Union Station to Mineral Station",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "552683",
        "color_name": "purple",
        "has_shape": true,
        "id": "101E",
        "label": "E",
        "long": "Union Station to RidgeGate Parkway Station",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "B71318",
        "color_name": "red",
        "has_shape": true,
        "id": "101T",
        "label": "T",
        "long": "Lincoln Station to I-25/Broadway Station",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "009DAA",
        "color_name": "teal",
        "has_shape": true,
        "id": "103W",
        "label": "W",
        "long": "Union Station to Jefferson County Government Center-Golden Station",
        "short": "W",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "104L",
        "label": "104L",
        "long": "Wagon Road / Denver Airport Limited",
        "short": "104L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "Havana Street",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C4D600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "107R",
        "label": "R",
        "long": "RidgeGate Parkway Station to Peoria Station",
        "short": "R",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "Mississippi Avenue",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "112",
        "label": "112",
        "long": "West 112th Avenue",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4E9D2D",
        "color_name": "green",
        "has_shape": true,
        "id": "113B",
        "label": "B",
        "long": "Union Station to Westminster Station",
        "short": "B",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "F6B221",
        "color_name": "yellow",
        "has_shape": true,
        "id": "113G",
        "label": "G",
        "long": "Union Station to Wheat Ridge Ward Station",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "116X",
        "label": "116X",
        "long": "South Simms Express",
        "short": "116X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9F26B5",
        "color_name": "purple",
        "has_shape": true,
        "id": "117N",
        "label": "N",
        "long": "Union Station to Eastlake & 124th Station",
        "short": "N",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "South Downing",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "120",
        "label": "120",
        "long": "120th Avenue Crosstown",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "120L",
        "label": "120L",
        "long": "Thornton / Brighton",
        "short": "120L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "120X",
        "label": "120X",
        "long": "Wagon Road / Thornton Express",
        "short": "120X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "121",
        "label": "121",
        "long": "Peoria Street",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "130",
        "label": "130",
        "long": "Yale / Buckley",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "133",
        "label": "133",
        "long": "Hampden/Tower",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "135",
        "label": "135",
        "long": "Smoky Hill Road",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "139",
        "label": "139",
        "long": "Quincy Avenue",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "West Florida Avenue",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "145X",
        "label": "145X",
        "long": "Brighton / Denver Airport",
        "short": "145X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "East Colfax Avenue",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "153",
        "label": "153",
        "long": "Chambers Road",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "15L",
        "label": "15L",
        "long": "East Colfax Limited",
        "short": "15L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "West Colfax Avenue",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "169",
        "label": "169",
        "long": "Buckley Road",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "169L",
        "label": "169L",
        "long": "Buckley / Tower DIA Limited",
        "short": "169L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "Golden/Colfax",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "North Pecos",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "20th Avenue",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "204",
        "label": "204",
        "long": "Table Mesa / Moorhead / North 19th",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "205",
        "label": "205",
        "long": "28th St / Gunbarrel",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "Conestoga/ Arapahoe / Fairview H.S.",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "208",
        "label": "208",
        "long": "Iris / Valmont",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "East Evans Avenue",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "West Evans Avenue",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "225",
        "label": "225",
        "long": "Boulder / Lafayette via Baseline",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "225D",
        "label": "225D",
        "long": "Boulder / Lafayette via Baseline",
        "short": "225D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "225T",
        "label": "225T",
        "long": "Boulder / Lafayette via Baseline",
        "short": "225T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "228A",
        "label": "228A",
        "long": "Lafayette / Louisville / Broomfield",
        "short": "228A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "228F",
        "label": "228F",
        "long": "Lafayette / Louisville / Broomfield",
        "short": "228F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "University Blvd",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "28th Avenue",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "287",
        "label": "287",
        "long": "Longmont / Broomfield",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Alameda Avenue",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "South Federal Blvd",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "Federal Blvd",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "32",
        "label": "32",
        "long": "West 32nd Avenue",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "323",
        "label": "323",
        "long": "Skyline Crosstown",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "324",
        "label": "324",
        "long": "Main Street Crosstown",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "326",
        "label": "326",
        "long": "Westside Crosstown",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "327",
        "label": "327",
        "long": "Eastside Crosstown",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "35",
        "label": "35",
        "long": "Hampden Avenue",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "36",
        "label": "36",
        "long": "Fort Logan",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "37",
        "label": "37",
        "long": "Smith Road Industrial",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "38",
        "label": "38",
        "long": "West 38th Avenue",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "3L",
        "label": "3L",
        "long": "East Alameda Limited",
        "short": "3L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "Morrison Road",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "Colorado Boulevard",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "402L",
        "label": "402L",
        "long": "Highlands Ranch Parkway",
        "short": "402L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "Montbello via Albrook/GVR",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "Martin Luther King Blvd",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "44th Avenue",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "Montbello via 51st/GVR",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "South Dahlia",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "48",
        "label": "48",
        "long": "East 48th Avenue / Commerce City",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "483",
        "label": "483",
        "long": "Parker Road - Lincoln Ave",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "49",
        "label": "49",
        "long": "Denver/ Commerce City",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "51",
        "label": "51",
        "long": "Sheridan Blvd",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "52",
        "label": "52",
        "long": "W 52nd Avenue / South Bannock",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "520",
        "label": "520",
        "long": "Brighton",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "53",
        "label": "53",
        "long": "North Sheridan",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "59",
        "label": "59",
        "long": "West Bowles",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "East 6th Avenue",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "Monaco Parkway",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "Arapahoe Road",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "North Washington",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "72",
        "label": "72",
        "long": "72nd Avenue",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "73",
        "label": "73",
        "long": "Quebec Street",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "76",
        "label": "76",
        "long": "Wadsworth Blvd",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "8",
        "label": "8",
        "long": "North Broadway / Huron",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "80",
        "label": "80",
        "long": "80th Avenue",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "83D",
        "label": "83D",
        "long": "Cherry Creek / Parker Rd Limited",
        "short": "83D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "83L",
        "label": "83L",
        "long": "Cherry Creek / Parker Rd Limited",
        "short": "83L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "88",
        "label": "88",
        "long": "Central Park/ 72nd Ave Station",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "88L",
        "label": "88L",
        "long": "Thornton/Commerce City Limited",
        "short": "88L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "9",
        "label": "9",
        "long": "West 10th Avenue",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "92",
        "label": "92",
        "long": "92nd Avenue",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "93L",
        "label": "93L",
        "long": "N Colorado Blvd Limited",
        "short": "93L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "99",
        "label": "99",
        "long": "South Kipling Street",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "57C1E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "A",
        "label": "A",
        "long": "Union Station to Denver Airport Station",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "57C1E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "AB1",
        "label": "AB1",
        "long": "Boulder / Denver Airport",
        "short": "AB1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "57C1E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "AB2",
        "label": "AB2",
        "long": "Boulder / Denver Airport",
        "short": "AB2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "57C1E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "AB3",
        "label": "AB3",
        "long": "Boulder / Denver Airport",
        "short": "AB3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "APFX",
        "label": "APFX",
        "long": "APFX FlexRide",
        "short": "APFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "ART",
        "label": "ART",
        "long": "Art District Connector",
        "short": "ART",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "57C1E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "AT",
        "label": "AT",
        "long": "Arapahoe County / Denver Airport",
        "short": "AT",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "57C1E9",
        "color_name": "teal",
        "has_shape": true,
        "id": "ATA",
        "label": "ATA",
        "long": "Arapahoe County / Denver Airport",
        "short": "ATA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "BMFX",
        "label": "BMFX",
        "long": "Broomfield FlexRide",
        "short": "BMFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "BOLT",
        "label": "BOLT",
        "long": "Boulder / Longmont",
        "short": "BOLT",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "BOND",
        "label": "BOUND",
        "long": "30th Street",
        "short": "BOUND",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "BRFX",
        "label": "BRFX",
        "long": "Brighton FlexRide",
        "short": "BRFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "BWFX",
        "label": "BWFX",
        "long": "BWFX FlexRide",
        "short": "BWFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "CV",
        "label": "CV",
        "long": "Pine Junction / Conifer / Denver",
        "short": "CV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "DASH",
        "label": "DASH",
        "long": "Boulder / Lafayette via Louisville",
        "short": "DASH",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "DRFX",
        "label": "DRFX",
        "long": "DRFX FlexRide",
        "short": "DRFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "DTFX",
        "label": "DTFX",
        "long": "DTC FlexRide",
        "short": "DTFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "EV",
        "label": "EV",
        "long": "Evergreen / Denver",
        "short": "EV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "EVFX",
        "label": "EVFX",
        "long": "Evergreen FlexRide",
        "short": "EVFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E4286",
        "color_name": "teal",
        "has_shape": true,
        "id": "FF1",
        "label": "FF1",
        "long": "Flatiron Flyer",
        "short": "FF1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E4286",
        "color_name": "teal",
        "has_shape": true,
        "id": "FF2",
        "label": "FF2",
        "long": "Flatiron Flyer",
        "short": "FF2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E4286",
        "color_name": "teal",
        "has_shape": true,
        "id": "FF3",
        "label": "FF3",
        "long": "Flatiron Flyer",
        "short": "FF3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E4286",
        "color_name": "teal",
        "has_shape": true,
        "id": "FF4",
        "label": "FF4",
        "long": "Flatiron Flyer",
        "short": "FF4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1E4286",
        "color_name": "teal",
        "has_shape": true,
        "id": "FF5",
        "label": "FF5",
        "long": "Flatiron Flyer",
        "short": "FF5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "FHFX",
        "label": "FHFX",
        "long": "Federal Heights FlexRide",
        "short": "FHFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A19B",
        "color_name": "teal",
        "has_shape": true,
        "id": "FMR",
        "label": "METRORIDE",
        "long": "Free MetroRide",
        "short": "METRORIDE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "675DC6",
        "color_name": "purple",
        "has_shape": true,
        "id": "FREE",
        "label": "FREERIDE",
        "long": "16th Street FreeRide",
        "short": "FREERIDE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "GDFX",
        "label": "GDFX",
        "long": "Golden FlexRide",
        "short": "GDFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "GMFX",
        "label": "GMFX",
        "long": "Green Mountain FlexRide",
        "short": "GMFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "GS",
        "label": "GS",
        "long": "Golden / Boulder",
        "short": "GS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "ILFX",
        "label": "ILFX",
        "long": "Interlocken FlexRide",
        "short": "ILFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "JUMP",
        "label": "JUMP",
        "long": "Boulder / Lafayette/ Erie",
        "short": "JUMP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "LD1",
        "label": "LD1",
        "long": "Longmont / Denver",
        "short": "LD1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "LGFX",
        "label": "LGFX",
        "long": "Longmont FlexRide",
        "short": "LGFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "LNFX",
        "label": "LNFX",
        "long": "LNFX FlexRide",
        "short": "LNFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "LSFX",
        "label": "LSFX",
        "long": "Louisville FlexRide",
        "short": "LSFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "LX2",
        "label": "LX2",
        "long": "Longmont I-25 Express",
        "short": "LX2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "MDFX",
        "label": "MDFX",
        "long": "MDFX FlexRide",
        "short": "MDFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "NB2",
        "label": "NB2",
        "long": "Boulder/ Nederland/ Eldora",
        "short": "NB2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "NBFX",
        "label": "NBFX",
        "long": "NBFX FlexRide",
        "short": "NBFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "NIFX",
        "label": "NIFX",
        "long": "NIFX FlexRide",
        "short": "NIFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "ORFX",
        "label": "ORFX",
        "long": "ORFX FlexRide",
        "short": "ORFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "PD",
        "label": "PD",
        "long": "Parker / Denver",
        "short": "PD",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "PKFX",
        "label": "PKFX",
        "long": "Parker FlexRide",
        "short": "PKFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "PLFX",
        "label": "PLFX",
        "long": "Platte Valley FlexRide",
        "short": "PLFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "64A70B",
        "color_name": "brown",
        "has_shape": true,
        "id": "RX",
        "label": "RX",
        "long": "Brighton / Denver Express",
        "short": "RX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": false,
        "id": "SIFX",
        "label": "SIFX",
        "long": "SIFX FlexRide",
        "short": "SIFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "SJFX",
        "label": "SJFX",
        "long": "South Jeffco FlexRide",
        "short": "SJFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076CE",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKIP",
        "label": "SKIP",
        "long": "Broadway",
        "short": "SKIP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "SPFX",
        "label": "SPFX",
        "long": "Superior FlexRide",
        "short": "SPFX",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "TNFX",
        "label": "TNFX",
        "long": "Thornton/Northglenn FlexRide",
        "short": "TNFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98CB4F",
        "color_name": "gray",
        "has_shape": true,
        "id": "WGFX",
        "label": "WGFX",
        "long": "Wagon Road FlexRide",
        "short": "WGFX",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 7686,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "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": "21820 of 22030 trips have a shape; 210 do not.",
    "fix": "Fill in shapes.txt and trips.shape_id for the remaining trips so every trip has a path. Reduced, Rural, and Tribal NTD reporters need full coverage by Report Year 2026.",
    "status": "at_risk",
    "total_trips": 22030,
    "trips_with_shape": 21820
  },
  "snapshot_date": "2026-08-23",
  "top_fixes": [
    {
      "code": "stop_time_with_only_arrival_or_departure_time",
      "count": 285,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'stop_time_with_only_arrival_or_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Stop time with only arrival or departure time (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "missing_trip_edge",
      "count": 279,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'missing_trip_edge' 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": "Missing trip edge (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "block_trips_with_overlapping_stop_times",
      "count": 63,
      "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": 3,
      "severity": "ERROR",
      "what": "Block trips with overlapping stop times (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
