{
  "agency": {
    "id": "metropolitan-transit-authority-mta-512",
    "name": "Brooklyn Bus",
    "subdivision_code": "US-NY",
    "subdivision_name": "New York"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 1.9,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 46115,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 12.4,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 4558,
        "translations": {
          "feed_lang": "EN",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 46115,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 4558,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "4558 of 4558 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": 46115,
          "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": "46115 of 46115 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 3992,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 13.1,
          "severity": "INFO",
          "what": "About 3992 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        }
      ],
      "name": "completeness",
      "score": 31.9,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 3,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 7,
          "WARNING": 48741
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "mixed_case_recommended_field",
          "count": 48689,
          "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": "unexpected_enum_value",
          "count": 52,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 7,
          "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.8,
          "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."
        }
      ],
      "name": "correctness",
      "score": 83.2,
      "status": "measured",
      "summary": "The MobilityData validator flagged 3 kinds of issue across 48748 instances (0 error, 48741 warning, 7 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 13,
        "effective_expiry_date": "2026-09-05",
        "feed_end_date": "2026-09-05",
        "feed_start_date": "2026-06-27",
        "feed_version": "gtfs_b_20260611T155327Z",
        "has_feed_info": true,
        "last_service_date": "2026-09-05",
        "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": 67.0,
          "severity": "WARNING",
          "what": "Service data runs out in 13 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": 21.7,
      "status": "measured",
      "summary": "Service data runs out in 13 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data runs out in 13 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. Service data runs out in 13 days; renew to qualify. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "feed": {
    "license_note": "License: http://web.mta.info/developers/developer-data-terms.html",
    "reachable": true,
    "sha256": "2dec79e490ede975dfbcb7b356c698509654db72eb27936eb57e5167a38e3fb5",
    "size_bytes": 13522834,
    "source_provenance": "unverified",
    "static_url": "http://web.mta.info/developers/data/nyct/bus/google_transit_brooklyn.zip"
  },
  "fetch": {
    "final_url": "http://rrgtfsfeeds.s3.amazonaws.com/gtfs_b.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-10T00:00:00+00:00",
  "geo": {
    "bbox": [
      -74.04088,
      40.57263,
      -73.78959,
      40.77535
    ],
    "lat": 40.66388,
    "lon": -73.94717,
    "stop_count": 4558
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 307,
        "trip_count": 46115,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 307,
    "trip_count": 46115
  },
  "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": [
      "MTA NYCT"
    ],
    "status": "unknown"
  },
  "ntd_readiness": {
    "pillars": [
      {
        "detail": "Published at a public URL.",
        "key": "published",
        "status": "ready"
      },
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "status": "ready"
      },
      {
        "detail": "Service data runs out in 26 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. Service data runs out in 26 days; renew before you certify."
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 51.8,
    "margin_to_next_band": 8.2,
    "score": 51.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 248,
      "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": "248 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (B1, B12, B13, B14, B16, 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": 4553,
      "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": "4553 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"ORIENTAL BLVD/MACKENZIE ST\", \"ORIENTAL BLVD/JAFFRAY ST\", \"ORIENTAL BLVD/HASTINGS 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."
    }
  ],
  "recompute": {
    "as_of": "2026-08-23",
    "feed_fetched_date": "2026-08-22",
    "kind": "freshness"
  },
  "routability": {
    "boardable_stops": 4558,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 46115
  },
  "route_map": {
    "drawn_route_count": 68,
    "has_shapes": true,
    "path": "data/artifacts/metropolitan-transit-authority-mta-512/geometry.geojson",
    "route_count": 307,
    "routes": [
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "B1",
        "label": "B1",
        "long": "Bay Ridge - Manhattan Beach",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B101",
        "label": "B101",
        "long": "Franklin Ave Shuttle Bus - Franklin Av - Park Place",
        "short": "B101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "B102",
        "label": "B102",
        "long": "Q Shuttle Bus - Stillwell Ave - Kings Hwy",
        "short": "B102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B106",
        "label": "B106",
        "long": "J Shuttle Bus - Hewes St & Essex St",
        "short": "B106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B11",
        "label": "B11",
        "long": "Sunset Park - Midwood",
        "short": "B11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B111",
        "label": "B111",
        "long": "L Shuttle Bus - Atlantic Av and Myrtle-Wyckoff Avenues",
        "short": "B111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B116",
        "label": "B116",
        "long": "Q Shuttle Bus - Atlantic Avenue - Prospect Park",
        "short": "B116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B12",
        "label": "B12",
        "long": "Lefferts Gardens - East New York",
        "short": "B12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "B13",
        "label": "B13",
        "long": "Spring Creek - Wyckoff Hospital",
        "short": "B13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "B14",
        "label": "B14",
        "long": "Spring Creek - Crown Heights",
        "short": "B14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "B15",
        "label": "B15",
        "long": "Bedford Stuyvesant - JFK AirTrain",
        "short": "B15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "B16",
        "label": "B16",
        "long": "Bay Ridge - Lefferts Gardens",
        "short": "B16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "B17",
        "label": "B17",
        "long": "Canarsie - Crown Heights",
        "short": "B17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B2",
        "label": "B2",
        "long": "Kings Hwy Station - Kings Plaza",
        "short": "B2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B20",
        "label": "B20",
        "long": "Ridgewood - Spring Creek",
        "short": "B20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "B24",
        "label": "B24",
        "long": "Williamsburg - Greenpoint",
        "short": "B24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B25",
        "label": "B25",
        "long": "Dwntn Bklyn & DUMBO - Broadway Junction",
        "short": "B25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B26",
        "label": "B26",
        "long": "Downtown Brooklyn - Ridgewood",
        "short": "B26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B3",
        "label": "B3",
        "long": "Bensonhurst - Bergen Beach",
        "short": "B3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "B31",
        "label": "B31",
        "long": "Gerritsen Beach - Kings Hwy Station",
        "short": "B31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B32",
        "label": "B32",
        "long": "Williamsburg - Long Island City",
        "short": "B32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B35",
        "label": "B35",
        "long": "Brownsville - Sunset Park",
        "short": "B35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "B36",
        "label": "B36",
        "long": "Sheepshead Bay - Coney Island",
        "short": "B36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "B37",
        "label": "B37",
        "long": "Downtown Brooklyn - Bay Ridge",
        "short": "B37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "B38",
        "label": "B38",
        "long": "Ridgewood - Downtown Brooklyn",
        "short": "B38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "B39",
        "label": "B39",
        "long": "Williamsburg Bridge Plaza - Lower East Side",
        "short": "B39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B4",
        "label": "B4",
        "long": "Bay Ridge - Sheepshead Bay",
        "short": "B4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B41",
        "label": "B41",
        "long": "Kings Plaza - Downtown Brooklyn",
        "short": "B41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B42",
        "label": "B42",
        "long": "Canarsie Pier - Rockaway Parkway Station",
        "short": "B42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B43",
        "label": "B43",
        "long": "Greenpoint - Lefferts Gardens",
        "short": "B43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "B44",
        "label": "B44",
        "long": "Sheepshead Bay - Williamsburg",
        "short": "B44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "B44+",
        "label": "B44-SBS",
        "long": "Sheepshead Bay - Williamsburg",
        "short": "B44-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B45",
        "label": "B45",
        "long": "Downtown Brooklyn - Crown Heights",
        "short": "B45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B46",
        "label": "B46",
        "long": "Kings Plaza - Williamsburg",
        "short": "B46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B46+",
        "label": "B46-SBS",
        "long": "Kings Plaza - Williamsburg",
        "short": "B46-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "B47",
        "label": "B47",
        "long": "Kings Plaza - Bedford-Stuyvesant",
        "short": "B47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B48",
        "label": "B48",
        "long": "Lefferts Gardens - Greenpoint",
        "short": "B48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B49",
        "label": "B49",
        "long": "Manhattan Beach - Bedford-Stuyvesant",
        "short": "B49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B52",
        "label": "B52",
        "long": "Downtown Brooklyn - Ridgewood",
        "short": "B52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B54",
        "label": "B54",
        "long": "Downtown Brooklyn - Ridgewood",
        "short": "B54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B57",
        "label": "B57",
        "long": "Gowanus - Maspeth",
        "short": "B57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B6",
        "label": "B6",
        "long": "Bath Beach - East New York",
        "short": "B6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "B60",
        "label": "B60",
        "long": "Williamsburg - Canarsie",
        "short": "B60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B61",
        "label": "B61",
        "long": "Park Slope - Downtown Brooklyn",
        "short": "B61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "B62",
        "label": "B62",
        "long": "Astoria - Downtown Brooklyn",
        "short": "B62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B63",
        "label": "B63",
        "long": "Bay Ridge - Cobble Hill",
        "short": "B63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B64",
        "label": "B64",
        "long": "Bay Ridge - Coney Island",
        "short": "B64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "B65",
        "label": "B65",
        "long": "Downtown Brooklyn - Crown Heights",
        "short": "B65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B67",
        "label": "B67",
        "long": "Brooklyn Navy Yard - Kensington",
        "short": "B67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B68",
        "label": "B68",
        "long": "Coney Island - Windsor Terrace",
        "short": "B68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B69",
        "label": "B69",
        "long": "Downtown Brooklyn - Kensington",
        "short": "B69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B7",
        "label": "B7",
        "long": "Midwood - Bedford-Stuyvesant",
        "short": "B7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "B70",
        "label": "B70",
        "long": "Dyker Heights - Sunset Park",
        "short": "B70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B74",
        "label": "B74",
        "long": "Sea Gate - Stillwell Av",
        "short": "B74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "B8",
        "label": "B8",
        "long": "Dyker Heights - East Flatbush",
        "short": "B8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B82",
        "label": "B82",
        "long": "Coney Island - Spring Creek Towers",
        "short": "B82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": true,
        "id": "B82+",
        "label": "B82-SBS",
        "long": "Coney Island -spring Creek Towers",
        "short": "B82-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B83",
        "label": "B83",
        "long": "Spring Creek - Broadway Junction",
        "short": "B83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": true,
        "id": "B84",
        "label": "B84",
        "long": "Spring Creek-New Lots",
        "short": "B84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "B9",
        "label": "B9",
        "long": "Bay Ridge - Kings Plaza",
        "short": "B9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "B90",
        "label": "B90",
        "long": "F Shuttle Bus - Church Av - Stillwell Av",
        "short": "B90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B93",
        "label": "B93",
        "long": "G Shuttle Bus - Jay St / Metro Tech - Bedford Av / Nostrand Av",
        "short": "B93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B94",
        "label": "B94",
        "long": "G Shuttle Bus - Nassau Avenue - Court Square",
        "short": "B94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B96",
        "label": "B96",
        "long": "2 Shuttle Bus - Flatbush Ave - Franklin Ave",
        "short": "B96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B98",
        "label": "B98",
        "long": "G Shuttle Bus - Bedford/Nostrand Av - Court Sq",
        "short": "B98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "B99",
        "label": "B99",
        "long": "3 Shuttle Bus - Utica Avenue - New Lots Avenue",
        "short": "B99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX1",
        "label": "Bx1",
        "long": "Riverdale - Mott Haven",
        "short": "Bx1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX10",
        "label": "Bx10",
        "long": "Riverdale - Norwood",
        "short": "Bx10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX11",
        "label": "Bx11",
        "long": "George Washington Bridge - Parkchester",
        "short": "Bx11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX12",
        "label": "Bx12",
        "long": "Pelham Bay - Inwood",
        "short": "Bx12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX12+",
        "label": "Bx12-SBS",
        "long": "Bay Plaza - Inwood",
        "short": "Bx12-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX13",
        "label": "Bx13",
        "long": "George Washington Bridge - Bronx Terminal Market",
        "short": "Bx13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX15",
        "label": "Bx15",
        "long": "Fordham Plaza - The Hub",
        "short": "Bx15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX16",
        "label": "Bx16",
        "long": "Pelham - Norwood",
        "short": "Bx16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX17",
        "label": "Bx17",
        "long": "Fordham Plaza - Port Morris",
        "short": "Bx17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "BX18A",
        "label": "Bx18A",
        "long": "Morris Heights/High Bridge Circulator",
        "short": "Bx18A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "BX18B",
        "label": "Bx18B",
        "long": "Morris Heights/High Bridge Circulator",
        "short": "Bx18B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "BX19",
        "label": "Bx19",
        "long": "NY Botanical Garden - Riverbank Park",
        "short": "Bx19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX2",
        "label": "Bx2",
        "long": "Kingsbridge Heights - Mott Haven",
        "short": "Bx2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX20",
        "label": "Bx20",
        "long": "Riverdale - Inwood",
        "short": "Bx20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "BX21",
        "label": "Bx21",
        "long": "Westchester Sq - Mott Haven",
        "short": "Bx21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX22",
        "label": "Bx22",
        "long": "Bedford Park - Castle Hill",
        "short": "Bx22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "BX24",
        "label": "Bx24",
        "long": "Country Club - Hutchinson Metro Center",
        "short": "Bx24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX25",
        "label": "Bx25",
        "long": "Co-op City Bay Plaza - Bedford Park",
        "short": "Bx25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX26",
        "label": "Bx26",
        "long": "Co-op City Section 5 - Bedford Park",
        "short": "Bx26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX27",
        "label": "Bx27",
        "long": "Clasons Pt - Gladstone Sq",
        "short": "Bx27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX28",
        "label": "Bx28",
        "long": "Co-op City Section 5 - Fordham Center",
        "short": "Bx28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX29",
        "label": "Bx29",
        "long": "City Island - Pelham Bay",
        "short": "Bx29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX3",
        "label": "Bx3",
        "long": "Riverdale - George Washington Bridge",
        "short": "Bx3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX30",
        "label": "Bx30",
        "long": "Co-op City Section 5 - Pelham Parkway",
        "short": "Bx30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX31",
        "label": "Bx31",
        "long": "Woodlawn - Westchester Sq",
        "short": "Bx31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "BX32",
        "label": "Bx32",
        "long": "Kingsbridge VA Hospital - Mott Haven",
        "short": "Bx32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "BX33",
        "label": "Bx33",
        "long": "Port Morris - Harlem",
        "short": "Bx33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "BX34",
        "label": "Bx34",
        "long": "Woodlawn - Fordham Center",
        "short": "Bx34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX35",
        "label": "Bx35",
        "long": "George Washington Bridge-West Farms Road",
        "short": "Bx35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "BX36",
        "label": "Bx36",
        "long": "Soundview - George Washington Bridge",
        "short": "Bx36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX38",
        "label": "Bx38",
        "long": "Co-op City Bay Plaza - Norwood",
        "short": "Bx38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX39",
        "label": "Bx39",
        "long": "Wakefield - Clason Pt",
        "short": "Bx39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX4",
        "label": "Bx4",
        "long": "Westchester Sq - The Hub",
        "short": "Bx4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "BX40",
        "label": "Bx40",
        "long": "Throgs Neck - River Park Towers",
        "short": "Bx40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX41",
        "label": "Bx41",
        "long": "Williamsbridge - The Hub",
        "short": "Bx41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX41+",
        "label": "Bx41-SBS",
        "long": "Williamsbridge - The Hub",
        "short": "Bx41-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX42",
        "label": "Bx42",
        "long": "Throgs Neck - River Park Towers",
        "short": "Bx42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX46",
        "label": "Bx46",
        "long": "Prospect Av - Westchester Av / Hunts Point Market",
        "short": "Bx46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX4A",
        "label": "Bx4A",
        "long": "Westchester Sq - Gladstone Sq",
        "short": "Bx4A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX5",
        "label": "Bx5",
        "long": "Pelham Bay - Gladstone Sq",
        "short": "Bx5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX6",
        "label": "Bx6",
        "long": "Hunts Point - Riverside Dr",
        "short": "Bx6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX6+",
        "label": "Bx6-SBS",
        "long": "Hunts Point - Riverside Dr",
        "short": "Bx6-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX7",
        "label": "Bx7",
        "long": "Riverdale - Washington Heights",
        "short": "Bx7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX8",
        "label": "Bx8",
        "long": "Williamsbridge - Locust Point",
        "short": "Bx8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "BX9",
        "label": "Bx9",
        "long": "Riverdale - West Farms Sq",
        "short": "Bx9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "BX90",
        "label": "Bx90",
        "long": "5 Shuttle Bus - East 180 St - Dyre Ave",
        "short": "Bx90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "BX92",
        "label": "BX92",
        "long": "2 Shuttle Bus - 135 St and 3 Av-149 St",
        "short": "BX92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "BX95",
        "label": "BX95",
        "long": "4 Shuttle Bus - Kingsbridge Rd and Woodlawn",
        "short": "BX95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "D90",
        "label": "D90",
        "long": "D Shuttle Bus - Mosholu Pkwy #4 - 205 St",
        "short": "D90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "D99",
        "label": "D99",
        "long": "Stillwell Terminal - Bay 50 St",
        "short": "D99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "F1",
        "label": "F1",
        "long": "CULVER LINK F Shuttle Bus-Church Avenue and McDonald Avenue",
        "short": "F1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "J90",
        "label": "J90",
        "long": "J Shuttle Bus - Crescent St - Jamaica Van Wyck Station",
        "short": "J90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "J99",
        "label": "J99",
        "long": "121 St Station - Jamaica Van Wyck Station",
        "short": "J99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "L0202",
        "label": "MW-ML",
        "long": "L Shuttle Bus-Myrtle-Wyckoff Avenue and Lorimer Street",
        "short": "MW-ML",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "L0719",
        "label": "BEDLOOP",
        "long": "L Shuttle Bus-Marcy Avenue and Lorimer Street",
        "short": "BEDLOOP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "L1227",
        "label": "BJ-MW",
        "long": "L Shuttle Bus-Broadway Junction and Myrtle-Wyckoff",
        "short": "BJ-MW",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "L90",
        "label": "L90",
        "long": "L Shuttle Bus - Lorimer St - Myrtle Wyckoff Avs",
        "short": "L90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "L91",
        "label": "L91",
        "long": "L Shuttle Bus - Broadway Junction - Rockaway Parkway",
        "short": "L91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "L92",
        "label": "L92",
        "long": "L Shuttle Bus - Abingdon Sq - FDR Drive",
        "short": "L92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M1",
        "label": "M1",
        "long": "Harlem - East Village",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "M10",
        "label": "M10",
        "long": "Harlem - Columbus Circle",
        "short": "M10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "M100",
        "label": "M100",
        "long": "Inwood - Harlem",
        "short": "M100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "M101",
        "label": "M101",
        "long": "East Village - Fort George",
        "short": "M101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "M102",
        "label": "M102",
        "long": "Harlem - East Village",
        "short": "M102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "M103",
        "label": "M103",
        "long": "East Harlem - City Hall",
        "short": "M103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "M104",
        "label": "M104",
        "long": "West Harlem - Times Square",
        "short": "M104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "M106",
        "label": "M106",
        "long": "East Harlem - West Side",
        "short": "M106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "M11",
        "label": "M11",
        "long": "Riverbank Park & Harlem - West Village",
        "short": "M11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "M116",
        "label": "M116",
        "long": "West Side - East Harlem",
        "short": "M116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "M12",
        "label": "M12",
        "long": "Midtown West - West Village",
        "short": "M12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "M125",
        "label": "M125",
        "long": "Manhattanville - The Hub",
        "short": "M125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "M14A+",
        "label": "M14A-SBS",
        "long": "Lower East Side - Abingdon Sq",
        "short": "M14A-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "M14D+",
        "label": "M14D-SBS",
        "long": "Lower East Side - Chelsea Piers",
        "short": "M14D-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "M15",
        "label": "M15",
        "long": "East Harlem - South Ferry",
        "short": "M15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "M15+",
        "label": "M15-SBS",
        "long": "East Harlem - South Ferry",
        "short": "M15-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M191",
        "label": "M191",
        "long": "191 ST Shuttle Loop",
        "short": "M191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "M2",
        "label": "M2",
        "long": "Washington Heights - East Village",
        "short": "M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M20",
        "label": "M20",
        "long": "Lincoln Center - South Ferry",
        "short": "M20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "M21",
        "label": "M21",
        "long": "Lower East Side - West Village",
        "short": "M21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "M22",
        "label": "M22",
        "long": "Lower East Side - Battery Park City",
        "short": "M22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "M23+",
        "label": "M23-SBS",
        "long": "Chelsea Piers - East Side",
        "short": "M23-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "M3",
        "label": "M3",
        "long": "Fort George - East Village",
        "short": "M3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "M31",
        "label": "M31",
        "long": "Yorkville - Clinton",
        "short": "M31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "M34+",
        "label": "M34-SBS",
        "long": "East Side - Javits Center",
        "short": "M34-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "M34A+",
        "label": "M34A-SBS",
        "long": "Waterside - Port Authority Terminal",
        "short": "M34A-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "M35",
        "label": "M35",
        "long": "Ward's Island - East Harlem",
        "short": "M35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "M4",
        "label": "M4",
        "long": "The Cloisters - 32 St",
        "short": "M4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M42",
        "label": "M42",
        "long": "United Nations - W 42 St Pier",
        "short": "M42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M5",
        "label": "M5",
        "long": "George Washington Bridge - 31 St & 6 Av",
        "short": "M5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "M50",
        "label": "M50",
        "long": "W 42 St Pier - East Side",
        "short": "M50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "M55",
        "label": "M55",
        "long": "W 44 St  - South Ferry",
        "short": "M55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "M57",
        "label": "M57",
        "long": "East Side - West Side",
        "short": "M57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M60+",
        "label": "M60-SBS",
        "long": "West Side - LaGuardia Airport",
        "short": "M60-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "M66",
        "label": "M66",
        "long": "East Side - Lincoln Center",
        "short": "M66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "M7",
        "label": "M7",
        "long": "Harlem - 14th Street",
        "short": "M7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "M72",
        "label": "M72",
        "long": "East Side - West Side",
        "short": "M72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M79+",
        "label": "M79-SBS",
        "long": "Yorkville - West Side",
        "short": "M79-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "M8",
        "label": "M8",
        "long": "West Village - East Village",
        "short": "M8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "M86+",
        "label": "M86-SBS",
        "long": "Yorkville - West Side",
        "short": "M86-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "M9",
        "label": "M9",
        "long": "Battery Park City - Kips Bay",
        "short": "M9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M90",
        "label": "M90",
        "long": "M Shuttle Bus - Metropolitan Av - Myrtle Av",
        "short": "M90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "M96",
        "label": "M96",
        "long": "East Side - West Side",
        "short": "M96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "M98",
        "label": "M98",
        "long": "Washington Heights - Upper East Side LTD",
        "short": "M98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q1",
        "label": "Q1",
        "long": "Bellerose - Jamaica",
        "short": "Q1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q107",
        "label": "Q107",
        "long": "7 Shuttle Bus - 74 St/Roosevelt Av - Queens Plaza",
        "short": "Q107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q108",
        "label": "Q108",
        "long": "N Shuttle Bus - 39 Av - Queens Plaza",
        "short": "Q108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q109",
        "label": "Q109",
        "long": "A Shuttle Bus - Howard Beach and Beach 67 Street",
        "short": "Q109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q12",
        "label": "Q12",
        "long": "Little Neck - Flushing",
        "short": "Q12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q121",
        "label": "Q121",
        "long": "A Shuttle Bus - Howard Beach and Far Rockaway",
        "short": "Q121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q13",
        "label": "Q13",
        "long": "Fort Totten - Flushing",
        "short": "Q13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "Q14",
        "label": "Q14",
        "long": "East Elmhurst - Ridgewood",
        "short": "Q14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q15",
        "label": "Q15",
        "long": "Flushing - Beechhurst",
        "short": "Q15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q16",
        "label": "Q16",
        "long": "Fort Totten - Flushing",
        "short": "Q16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q17",
        "label": "Q17",
        "long": "Flushing - Jamaica",
        "short": "Q17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q2",
        "label": "Q2",
        "long": "Queens Village - Jamaica",
        "short": "Q2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q20",
        "label": "Q20",
        "long": "College Point - Jamaica",
        "short": "Q20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "Q24",
        "label": "Q24",
        "long": "Bedford Stuyvesant - Jamaica",
        "short": "Q24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q27",
        "label": "Q27",
        "long": "Cambria Heights - Flushing",
        "short": "Q27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Q29",
        "label": "Q29",
        "long": "Elmhurst - Glendale",
        "short": "Q29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "Q3",
        "label": "Q3",
        "long": "Jamaica - JFK Airport",
        "short": "Q3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q30",
        "label": "Q30",
        "long": "Little Neck - Jamaica",
        "short": "Q30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q31",
        "label": "Q31",
        "long": "Bayside - Jamaica",
        "short": "Q31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q36",
        "label": "Q36",
        "long": "Little Neck - Jamaica",
        "short": "Q36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q38",
        "label": "Q38",
        "long": "Rego Park - Maspeth",
        "short": "Q38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Q39",
        "label": "Q39",
        "long": "Long Island City - Glendale",
        "short": "Q39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q4",
        "label": "Q4",
        "long": "Cambria Heights - Jamaica",
        "short": "Q4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "Q42",
        "label": "Q42",
        "long": "Addisleigh Park - Jamaica",
        "short": "Q42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q43",
        "label": "Q43",
        "long": "Floral Park - Jamaica",
        "short": "Q43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q44+",
        "label": "Q44-SBS",
        "long": "Bronx Zoo - Jamaica",
        "short": "Q44-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q45",
        "label": "Q45",
        "long": "Fresh Meadows - Kew Gardens",
        "short": "Q45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q46",
        "label": "Q46",
        "long": "LIJ Hospital - Kew Gardens",
        "short": "Q46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "Q48",
        "label": "Q48",
        "long": "Glen Oaks - Kew Gardens",
        "short": "Q48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q5",
        "label": "Q5",
        "long": "Laurelton - Jamaica",
        "short": "Q5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "Q54",
        "label": "Q54",
        "long": "Williamsburg - Jamaica",
        "short": "Q54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": true,
        "id": "Q55",
        "label": "Q55",
        "long": "Ridgewood - Richmond Hill",
        "short": "Q55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": true,
        "id": "Q56",
        "label": "Q56",
        "long": "Broadway Junction - Jamaica",
        "short": "Q56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q58",
        "label": "Q58",
        "long": "Ridgewood - Flushing",
        "short": "Q58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Q59",
        "label": "Q59",
        "long": "Williamsburg - Rego Park",
        "short": "Q59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "Q61",
        "label": "Q61",
        "long": "Beechhurst - Flushing",
        "short": "Q61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "Q67",
        "label": "Q67",
        "long": "Long Island City - Maspeth",
        "short": "Q67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "Q75",
        "label": "Q75",
        "long": "Jamaica - QCC",
        "short": "Q75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q76",
        "label": "Q76",
        "long": "College Point - Jamaica",
        "short": "Q76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q77",
        "label": "Q77",
        "long": "Springfield Gardens - Jamaica",
        "short": "Q77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q82",
        "label": "Q82",
        "long": "Jamaica - Belmont Park",
        "short": "Q82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q83",
        "label": "Q83",
        "long": "Cambria Heights - Jamaica",
        "short": "Q83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "Q84",
        "label": "Q84",
        "long": "Laurelton - Jamaica",
        "short": "Q84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q85",
        "label": "Q85",
        "long": "Rosedale - Jamaica",
        "short": "Q85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "Q86",
        "label": "Q86",
        "long": "Rosedale - Jamaica",
        "short": "Q86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "Q87",
        "label": "Q87",
        "long": "Green Acres - Jamaica",
        "short": "Q87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "Q88",
        "label": "Q88",
        "long": "Elmhurst - Queens Village",
        "short": "Q88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "Q89",
        "label": "Q89",
        "long": "Green Acres - Jamaica",
        "short": "Q89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "Q90",
        "label": "Q90",
        "long": "Flushing - LaGuardia Airport",
        "short": "Q90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "Q92",
        "label": "Q92",
        "long": "7 Shuttle Bus - Times Square - Hudson Yards",
        "short": "Q92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q93",
        "label": "Q93",
        "long": "7 Shuttle Bus - Queensboro Plz - Vernon Bl-Jackson Av",
        "short": "Q93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q96",
        "label": "Q96",
        "long": "E Shuttle Bus - 21 St/Queensbridge - Court Sq",
        "short": "Q96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q97",
        "label": "Q97",
        "long": "A Shuttle Bus - Howard Beach and Far Rockaway",
        "short": "Q97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "Q98",
        "label": "Q98",
        "long": "Ridgewood - Flushing",
        "short": "Q98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "QM63",
        "label": "QM63",
        "long": "Rosedale - Midtown Express",
        "short": "QM63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "QM64",
        "label": "QM64",
        "long": "Elmont - Midtown Express",
        "short": "QM64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "QM68",
        "label": "QM68",
        "long": "Floral Park - Midtown Express",
        "short": "QM68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "S40",
        "label": "S40",
        "long": "St. George - Amazon",
        "short": "S40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "S42",
        "label": "S42",
        "long": "St. George - Clyde Place",
        "short": "S42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "S44",
        "label": "S44",
        "long": "St. George - Staten Island Mall",
        "short": "S44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "S46",
        "label": "S46",
        "long": "St. George - West Shore Plaza",
        "short": "S46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S48",
        "label": "S48",
        "long": "St. George - Mariners Harbor",
        "short": "S48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "S51",
        "label": "S51",
        "long": "St. George - Grant City",
        "short": "S51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "S52",
        "label": "S52",
        "long": "St. George - Staten Island Univ. Hospital",
        "short": "S52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S53",
        "label": "S53",
        "long": "Port Richmond - Bay Ridge",
        "short": "S53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "S54",
        "label": "S54",
        "long": "West New Brighton - Eltingville",
        "short": "S54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "S55",
        "label": "S55",
        "long": "Rossville - Staten Island Mall",
        "short": "S55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "S56",
        "label": "S56",
        "long": "Huguenot - Staten Island Mall",
        "short": "S56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "S57",
        "label": "S57",
        "long": "Port Richmond - New Dorp",
        "short": "S57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S59",
        "label": "S59",
        "long": "Port Richmond - Tottenville",
        "short": "S59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S61",
        "label": "S61",
        "long": "St. George - Staten Island Mall",
        "short": "S61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "S62",
        "label": "S62",
        "long": "St. George - Travis",
        "short": "S62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "S66",
        "label": "S66",
        "long": "St. George - Port Richmond",
        "short": "S66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S74",
        "label": "S74",
        "long": "St. George - Bricktown Mall",
        "short": "S74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "S76",
        "label": "S76",
        "long": "St. George - Oakwood",
        "short": "S76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "S78",
        "label": "S78",
        "long": "St. George - Bricktown Mall",
        "short": "S78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "S79+",
        "label": "S79-SBS",
        "long": "Staten Island Mall - Bay Ridge",
        "short": "S79-SBS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "S81",
        "label": "S81",
        "long": "St. George - Grant City LTD",
        "short": "S81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S84",
        "label": "S84",
        "long": "St. George - Bricktown Mall LTD",
        "short": "S84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "S86",
        "label": "S86",
        "long": "St. George - Oakwood LTD",
        "short": "S86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S89",
        "label": "S89",
        "long": "Eltingville - Bayonne LTD",
        "short": "S89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "S90",
        "label": "S90",
        "long": "St. George - Amazon",
        "short": "S90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S91",
        "label": "S91",
        "long": "St. George - Staten Island Mall LTD",
        "short": "S91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B933AD",
        "color_name": "pink",
        "has_shape": false,
        "id": "S92",
        "label": "S92",
        "long": "St. George - Travis LTD",
        "short": "S92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S93",
        "label": "S93",
        "long": "College of Staten Island - Bay Ridge LTD",
        "short": "S93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FAA61A",
        "color_name": "yellow",
        "has_shape": false,
        "id": "S94",
        "label": "S94",
        "long": "St. George - Staten Island Mall LTD",
        "short": "S94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "006CB7",
        "color_name": "teal",
        "has_shape": false,
        "id": "S96",
        "label": "S96",
        "long": "St. George - West Shore Plaza LTD",
        "short": "S96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S96B1",
        "label": "S96B1",
        "long": "1 Shuttle Bus-Broadway/137St and Central Park West/110 St",
        "short": "S96B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S96B2",
        "label": "S96B2",
        "long": "2 Shuttle Bus-149 St/Grand Concourse and Central Park West/110 St",
        "short": "S96B2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S96B3",
        "label": "S96B3",
        "long": "3 Shuttle Bus-148 St/3rd Av and Central Park West/110 St",
        "short": "S96B3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "S98",
        "label": "S98",
        "long": "St. George - Mariners Harbor LTD",
        "short": "S98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM1",
        "label": "SIM1",
        "long": "Eltingville - Lower Manhattan Express",
        "short": "SIM1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM10",
        "label": "SIM10",
        "long": "Eltingville - Midtown Manhattan Express",
        "short": "SIM10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM11",
        "label": "SIM11",
        "long": "New Dorp - Midtown Manhattan Express",
        "short": "SIM11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM15",
        "label": "SIM15",
        "long": "Eltingville - Lower Manhattan Express",
        "short": "SIM15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM1C",
        "label": "SIM1C",
        "long": "Eltingville - Manhattan Express",
        "short": "SIM1C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM2",
        "label": "SIM2",
        "long": "Tottenville - Lower Manhattan Express",
        "short": "SIM2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM22",
        "label": "SIM22",
        "long": "Eltingville - Midtown Manhattan Express",
        "short": "SIM22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM23",
        "label": "SIM23",
        "long": "Annadale - Midtown Manhattan Express",
        "short": "SIM23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM24",
        "label": "SIM24",
        "long": "Prince's Bay - Midtown Manhattan Express",
        "short": "SIM24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM25",
        "label": "SIM25",
        "long": "Tottenville - Midtown Manhattan Express",
        "short": "SIM25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM26",
        "label": "SIM26",
        "long": "Tottenville - Midtown Manhattan Express",
        "short": "SIM26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM3",
        "label": "SIM3",
        "long": "Pt. Richmond - Midtown Manhattan Express",
        "short": "SIM3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM30",
        "label": "SIM30",
        "long": "Sunnyside - Midtown Manhattan Express",
        "short": "SIM30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM31",
        "label": "SIM31",
        "long": "Eltingville - Midtown Manhattan Express",
        "short": "SIM31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM32",
        "label": "SIM32",
        "long": "Travis - Lower Manhattan Express",
        "short": "SIM32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM33",
        "label": "SIM33",
        "long": "Mariners Harbor - Manhattan Express",
        "short": "SIM33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM33C",
        "label": "SIM33C",
        "long": "Mariners Harbor - Greenwich Village Express",
        "short": "SIM33C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM34",
        "label": "SIM34",
        "long": "Mariners Harbor - Lower Manhattan Express",
        "short": "SIM34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM35",
        "label": "SIM35",
        "long": "Port Richmond - Lower Manhattan Express",
        "short": "SIM35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM3C",
        "label": "SIM3C",
        "long": "Pt. Richmond - Manhattan Express",
        "short": "SIM3C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM4",
        "label": "SIM4",
        "long": "Eltingville - Lower Manhattan Express",
        "short": "SIM4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM4C",
        "label": "SIM4C",
        "long": "Huguenot - Manhattan Express",
        "short": "SIM4C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM4X",
        "label": "SIM4X",
        "long": "S.I. Mall - Lower Manhattan Express",
        "short": "SIM4X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM5",
        "label": "SIM5",
        "long": "Eltingville - Lower Manhattan Express",
        "short": "SIM5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM6",
        "label": "SIM6",
        "long": "Eltingville - Midtown Manhattan Express",
        "short": "SIM6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM7",
        "label": "SIM7",
        "long": "Eltingville - Greenwich Village Express",
        "short": "SIM7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM8",
        "label": "SIM8",
        "long": "Huguenot - Midtown Manhattan Express",
        "short": "SIM8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM8X",
        "label": "SIM8X",
        "long": "S.I. Mall - Midtown Manhattan Express",
        "short": "SIM8X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "SIM9",
        "label": "SIM9",
        "long": "Eltingville - Greenwich Village Express",
        "short": "SIM9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "T113",
        "label": "T113",
        "long": "5 Shuttle Bus - East 180 St - Dyre Ave",
        "short": "T113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "T117",
        "label": "T117",
        "long": "2 Shuttle Bus - Wakefield-241 Street - East 180 Street",
        "short": "T117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "T127",
        "label": "T127",
        "long": "D Shuttle Bus - Mosholu Pkwy #4 - 205 St",
        "short": "T127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "T232",
        "label": "T232",
        "long": "D Shuttle Bus - Grand Street - West 4th Street",
        "short": "T232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": false,
        "id": "T260",
        "label": "T260",
        "long": "7 Shuttle Bus - Times Square - Hudson Yards",
        "short": "T260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "T320",
        "label": "T320",
        "long": "7 Shuttle Bus - 74 St/Roosevelt Av - Queens Plaza",
        "short": "T320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "T321",
        "label": "T321",
        "long": "7 Shuttle Bus - Main Street - Mets/Willets Pt",
        "short": "T321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "T323",
        "label": "T323",
        "long": "7 Shuttle Bus - Queensboro Plz - Vernon Bl-Jackson Av",
        "short": "T323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "T354",
        "label": "T354",
        "long": "A Shuttle Bus - Beach 90 Street - Far Rockaway",
        "short": "T354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "T403",
        "label": "T403",
        "long": "G Shuttle Bus - Court Square - Bedford/Nostrand",
        "short": "T403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6CBE45",
        "color_name": "gray",
        "has_shape": false,
        "id": "T426",
        "label": "T426",
        "long": "L Shuttle Bus - Broadway Junction - Rockaway Parkway",
        "short": "T426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "T430",
        "label": "T430",
        "long": "J Shuttle Bus - Crescent St - Myrtle Ave",
        "short": "T430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "T433",
        "label": "T433",
        "long": "J Shuttle Bus - Broadway Junction - Marcy Avenue",
        "short": "T433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE352E",
        "color_name": "red",
        "has_shape": false,
        "id": "T464",
        "label": "T464",
        "long": "Q Shuttle Bus - Prospect Park - Coney Island/Stillwell Av",
        "short": "T464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": true,
        "id": "X27",
        "label": "X27",
        "long": "Bay Ridge - Manhattan Express",
        "short": "X27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": true,
        "id": "X28",
        "label": "X28",
        "long": "Sea Gate / Bensonhurst - Manhattan Express",
        "short": "X28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": true,
        "id": "X37",
        "label": "X37",
        "long": "Bay Ridge - Midtown Manhattan Express",
        "short": "X37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00933C",
        "color_name": "green",
        "has_shape": true,
        "id": "X38",
        "label": "X38",
        "long": "Sea Gate / Bensonhurst - Midtown Manhattan Express",
        "short": "X38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 4558,
    "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": "All 46115 trips have a shape in shapes.txt.",
    "status": "ready",
    "total_trips": 46115,
    "trips_with_shape": 46115
  },
  "snapshot_date": "2026-08-23",
  "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": 67.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 13 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 4558,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "4558 of 4558 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": 46115,
      "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,
      "rank": 3,
      "severity": "WARNING",
      "what": "46115 of 46115 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
