{
  "agency": {
    "country": "BR",
    "id": "rio-de-janeiro-transportes",
    "name": "Rio de Janeiro municipal transport (SMTR)",
    "operating_note": "Rio de Janeiro's municipal bus and BRT network as published by the Secretaria Municipal de Transportes; counted as one feed record.",
    "subdivision_code": "BR-RJ",
    "subdivision_name": "Rio de Janeiro"
  },
  "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": 15.0,
          "headsigns": 15.0,
          "stop_names": 14.9,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 99.6,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 7701,
        "translations": {
          "feed_lang": "pt",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 17447,
        "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": 7701,
          "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": "7701 of 7701 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": 17447,
          "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": "17447 of 17447 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_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 59.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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 10,
        "instances_by_severity": {
          "ERROR": 786,
          "INFO": 5,
          "WARNING": 7596
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 786,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 7085,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Trip distance exceeds shape distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unexpected_enum_value",
          "count": 496,
          "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": "mixed_case_recommended_field",
          "count": 8,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 4,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_same_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_too_far_from_shape_using_user_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stop too far from shape using user distance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 3,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Service window outside feed period (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 2,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 37.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 8387 instances (786 error, 7596 warning, 5 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 166,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2026-12-31",
        "feed_start_date": "2024-01-01",
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2027-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 166 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 166 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 through the data.rio open data portal; credit the Prefeitura da Cidade do Rio de Janeiro and the Instituto Pereira Passos.",
    "reachable": true,
    "sha256": "bfb6a38df3a26be431a9d763ecb1bb0bc2cc4adc0dad8ba3dacfe9e22c321838",
    "size_bytes": 25412005,
    "static_url": "https://www.arcgis.com/sharing/rest/content/items/8ffe62ad3b2f42e49814bf941654ea6c/data"
  },
  "fetch": {
    "final_url": "https://www.arcgis.com/sharing/rest/content/items/8ffe62ad3b2f42e49814bf941654ea6c/data",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -43.72196,
      -23.06661,
      -43.16081,
      -22.78487
    ],
    "lat": -22.90177,
    "lon": -43.35437,
    "stop_count": 7701
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 496,
        "trip_count": 17447,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 496,
    "trip_count": 17447
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 59.9,
    "margin_to_next_band": 0.1,
    "score": 59.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 80,
      "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": "80 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (254, 238, SN238, 247, 249, 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": 37,
      "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": "37 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Dinah de Queiroz :: Sentido Ponte / T. Gentileza / S\u00e3o Crist\u00f3v\u00e3o\", \"Comandante Garcia Pires :: Sentido S\u00e3o Crist\u00f3v\u00e3o / Linha Vermelha\", \"Esta\u00e7\u00e3o Mangueira / Jamel\u00e3o\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 7500,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 17447
  },
  "route_map": {
    "drawn_route_count": 496,
    "has_shapes": true,
    "path": "data/artifacts/rio-de-janeiro-transportes/geometry.geojson",
    "route_count": 496,
    "routes": [
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000101130",
        "label": "10",
        "long": "Santa Cruz - Terminal Alvorada",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000111110",
        "label": "11",
        "long": "Santa Cruz - Terminal Alvorada",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000121130",
        "label": "12",
        "long": "Terminal Pingo d'\u00c1gua - Terminal Alvorada",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000131130",
        "label": "13",
        "long": "Terminal Mato Alto - Terminal Alvorada",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0B5394",
        "color_name": "teal",
        "has_shape": true,
        "id": "20000141130",
        "label": "14",
        "long": "Santa Eug\u00eania - Terminal Recreio",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000151130",
        "label": "15",
        "long": "Terminal Curral Falso - Terminal Alvorada",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000161130",
        "label": "16",
        "long": "Magar\u00e7a - Terminal Alvorada",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0B5394",
        "color_name": "teal",
        "has_shape": true,
        "id": "20000171110",
        "label": "17",
        "long": "Campo Grande - Santa Cruz",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000181130",
        "label": "18",
        "long": "Pontal - Terminal Jardim Oce\u00e2nico",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000191130",
        "label": "19",
        "long": "Terminal Pingo d'\u00c1gua - Salvador Allende",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000201130",
        "label": "20",
        "long": "Santa Cruz - Salvador Allende",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000221110",
        "label": "22",
        "long": "Terminal Alvorada - Terminal Jardim Oce\u00e2nico",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A86E8",
        "color_name": "blue",
        "has_shape": true,
        "id": "20000251130",
        "label": "25",
        "long": "Terminal Mato Alto - Terminal Alvorada",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFBB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "20000281130",
        "label": "28",
        "long": "Terminal Pingo d'\u00c1gua - Terminal Curral Falso",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "20000311140",
        "label": "31",
        "long": "Vicente de Carvalho - Terminal Alvorada",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "20000351110",
        "label": "35",
        "long": "Terminal Madureira - Terminal Alvorada",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "20000401130",
        "label": "40",
        "long": "Terminal Madureira - Terminal Alvorada",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "20000411130",
        "label": "41",
        "long": "Terminal Madureira - Terminal Recreio",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "20000421110",
        "label": "42",
        "long": "Gale\u00e3o - Madureira",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "20000431130",
        "label": "43",
        "long": "Terminal Fund\u00e3o - Santa Efig\u00eania",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9900",
        "color_name": "orange",
        "has_shape": true,
        "id": "20000461130",
        "label": "46",
        "long": "Penha - Terminal Alvorada",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6AA84F",
        "color_name": "gray",
        "has_shape": true,
        "id": "20000501110",
        "label": "50",
        "long": "Terminal Jardim Oce\u00e2nico - Terminal Centro Ol\u00edmpico",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6AA84F",
        "color_name": "gray",
        "has_shape": true,
        "id": "20000511110",
        "label": "51",
        "long": "Terminal Deodoro - Terminal Recreio",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6AA84F",
        "color_name": "gray",
        "has_shape": true,
        "id": "20000521110",
        "label": "52",
        "long": "Terminal Deodoro - Terminal Alvorada",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6AA84F",
        "color_name": "gray",
        "has_shape": true,
        "id": "20000531130",
        "label": "53",
        "long": "Terminal Sulacap - Terminal Alvorada",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A1812",
        "color_name": "brown",
        "has_shape": true,
        "id": "20000601110",
        "label": "60",
        "long": "Terminal Deodoro - Terminal Gentileza",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A1812",
        "color_name": "brown",
        "has_shape": true,
        "id": "20000611130",
        "label": "61",
        "long": "Terminal Deodoro - Terminal Gentileza",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFBB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "20000671130",
        "label": "67",
        "long": "Terminal Campo Grande - Terminal Deodoro",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFBB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "20000681130",
        "label": "68",
        "long": "Bangu - Terminal Deodoro",
        "short": "68",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8A1812",
        "color_name": "brown",
        "has_shape": true,
        "id": "20000701110",
        "label": "70",
        "long": "Terminal Margaridas - Terminal Gentileza",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A1812",
        "color_name": "brown",
        "has_shape": true,
        "id": "20000731130",
        "label": "73",
        "long": "Terminal Margaridas - Terminal Gentileza",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A1812",
        "color_name": "brown",
        "has_shape": true,
        "id": "20000801110",
        "label": "80",
        "long": "Penha - Terminal Gentileza",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A1812",
        "color_name": "brown",
        "has_shape": true,
        "id": "20000901110",
        "label": "90",
        "long": "Terminal Fund\u00e3o - Terminal Gentileza",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "20000EXEC1110",
        "label": "ESP01",
        "long": "Gale\u00e3o - Terminal Gentileza",
        "short": "ESP01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2110AAA0A",
        "label": "2110",
        "long": "Gard\u00eania Azul - Castelo",
        "short": "2110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2111AAA0A",
        "label": "2111",
        "long": "Pra\u00e7a Seca - Castelo",
        "short": "2111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2112AAA0A",
        "label": "2112",
        "long": "Taquara - Castelo",
        "short": "2112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2114AAA0A",
        "label": "2114",
        "long": "Freguesia - Castelo",
        "short": "2114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2303AAA0A",
        "label": "2303",
        "long": "Cesar\u00e3o - Carioca",
        "short": "2303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2305AAA0A",
        "label": "2305",
        "long": "Jardim Am\u00e9rica - Castelo",
        "short": "2305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2307AAA0A",
        "label": "2307",
        "long": "Jardim 7 de Abril - Carioca",
        "short": "2307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2308AAA0A",
        "label": "2308",
        "long": "Cosmos - Carioca",
        "short": "2308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2309AAA0A",
        "label": "2309",
        "long": "Uruc\u00e2nia - Carioca",
        "short": "2309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2310AAA0A",
        "label": "2310",
        "long": "Bangu - Candel\u00e1ria",
        "short": "2310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2334AAA0A",
        "label": "2334",
        "long": "Campo Grande - Castelo",
        "short": "2334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2335AAA0A",
        "label": "2335",
        "long": "Santa Cruz - Castelo",
        "short": "2335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2336AAA0A",
        "label": "2336",
        "long": "Campo Grande - Castelo",
        "short": "2336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2337AAA0A",
        "label": "2337",
        "long": "Santa Cruz - Castelo",
        "short": "2337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2338AAA0A",
        "label": "2338",
        "long": "Terminal Campo Grande - Castelo",
        "short": "2338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2339AAA0A",
        "label": "2339",
        "long": "Campo Grande - Castelo",
        "short": "2339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2342AAA0A",
        "label": "2342",
        "long": "Bananal - Castelo",
        "short": "2342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2343AAA0A",
        "label": "2343",
        "long": "Ribeira - Castelo",
        "short": "2343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2344AAA0A",
        "label": "2344",
        "long": "Banc\u00e1rios - Castelo",
        "short": "2344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2345AAA0A",
        "label": "2345",
        "long": "Vila Valqueire - Castelo",
        "short": "2345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2381AAA0A",
        "label": "2381",
        "long": "Pedra de Guaratiba - Castelo",
        "short": "2381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2383AAA0A",
        "label": "2383",
        "long": "Sepetiba - Carioca",
        "short": "2383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2613AAA0A",
        "label": "2613",
        "long": "Riocentro - Metr\u00f4 Del Castilho",
        "short": "2613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2614AAA0A",
        "label": "2614",
        "long": "Terminal Alvorada - Metr\u00f4 Del Castilho",
        "short": "2614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2802AAA0A",
        "label": "2802",
        "long": "Santa Cruz - Barra da Tijuca",
        "short": "2802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2803AAA0A",
        "label": "2803",
        "long": "Vila Kennedy - Terminal Alvorada",
        "short": "2803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "030478",
        "color_name": "black",
        "has_shape": true,
        "id": "E2804AAA0A",
        "label": "2804",
        "long": "Bangu - Barra da Tijuca",
        "short": "2804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0006AAA0A",
        "label": "006",
        "long": "Silvestre - Castelo",
        "short": "006",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0007AAA0A",
        "label": "007",
        "long": "Silvestre - Central do Brasil",
        "short": "007",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0007AAN0A",
        "label": "SN007",
        "long": "Silvestre - Central",
        "short": "SN007",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0010AAA0A",
        "label": "010",
        "long": "Bairro de F\u00e1tima - Central do Brasil",
        "short": "010",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0014AAA0A",
        "label": "LECD135",
        "long": "Paula Matos - Central do Brasil",
        "short": "LECD135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0100AAA0A",
        "label": "100",
        "long": "General Os\u00f3rio - Central",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0104AAA0A",
        "label": "104",
        "long": "S\u00e3o Conrado - Terminal Gentileza",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0104AAN0A",
        "label": "SN104",
        "long": "S\u00e3o Conrado - Terminal Gentileza",
        "short": "SN104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0107AAA0A",
        "label": "107",
        "long": "Central - Urca",
        "short": "107",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0109AAA0A",
        "label": "LECD131",
        "long": "S\u00e3o Conrado - Terminal Gentileza",
        "short": "LECD131",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0111AAA0A",
        "label": "LECD134",
        "long": "Central do Brasil - Leblon",
        "short": "LECD134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0117AAA0A",
        "label": "117",
        "long": "Central - Cosme Velho",
        "short": "117",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0133AAA0A",
        "label": "133",
        "long": "Largo do Machado - Terminal Gentileza",
        "short": "133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0133AAN0A",
        "label": "SN133",
        "long": "Largo do Machado - Terminal Gentileza",
        "short": "SN133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0157AAA0A",
        "label": "LECD127",
        "long": "G\u00e1vea - Rodovi\u00e1ria",
        "short": "LECD127",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0160AAA0A",
        "label": "160",
        "long": "Terminal Gentileza - Leblon",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0161AAA0A",
        "label": "161",
        "long": "Terminal Gentileza - Ipanema",
        "short": "161",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0162AAA0A",
        "label": "162",
        "long": "Terminal Gentileza - Alto G\u00e1vea",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0164AAA0A",
        "label": "LECD136",
        "long": "Terminal Gentileza - Leme",
        "short": "LECD136",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0165AAA0A",
        "label": "165",
        "long": "Terminal Gentileza - Cosme Velho",
        "short": "165",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0167AAA0A",
        "label": "167",
        "long": "Terminal Gentileza - Urca",
        "short": "167",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0169AAA0A",
        "label": "169",
        "long": "Terminal Gentileza - General Os\u00f3rio",
        "short": "169",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0201AAA0A",
        "label": "201",
        "long": "Santa Alexandrina - Castelo",
        "short": "201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0202AAA0A",
        "label": "202",
        "long": "Rio Comprido - Castelo",
        "short": "202",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0209AAA0A",
        "label": "209",
        "long": "Candel\u00e1ria - Caju",
        "short": "209",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0209AAN0A",
        "label": "SN209",
        "long": "Candel\u00e1ria - Caju",
        "short": "SN209",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0210AAA0A",
        "label": "210",
        "long": "Caju - Candel\u00e1ria",
        "short": "210",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0217AAA0A",
        "label": "217",
        "long": "Andara\u00ed - Carioca",
        "short": "217",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0220AAA0A",
        "label": "220",
        "long": "Usina - Candel\u00e1ria",
        "short": "220",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0229AAA0A",
        "label": "229",
        "long": "Usina - Castelo",
        "short": "229",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0232AAA0A",
        "label": "232",
        "long": "Lins de Vasconcelos - Castelo",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0232AAN0A",
        "label": "SN232",
        "long": "Lins de Vasconcelos - Castelo",
        "short": "SN232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0238AAA0A",
        "label": "238",
        "long": "\u00c1gua Santa - Castelo",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0238AAN0A",
        "label": "SN238",
        "long": "\u00c1gua Santa - Castelo",
        "short": "SN238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0239AAA0A",
        "label": "239",
        "long": "\u00c1gua Santa - Passeio",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0247AAA0A",
        "label": "247",
        "long": "Camarista M\u00e9ier - Passeio",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0249AAA0A",
        "label": "249",
        "long": "\u00c1gua Santa - Carioca",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0254AAA0A",
        "label": "254",
        "long": "Madureira - Candel\u00e1ria",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0265AAA0A",
        "label": "265",
        "long": "Marechal Hermes - Castelo",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0265AAN0A",
        "label": "SN265",
        "long": "Marechal Hermes - Castelo",
        "short": "SN265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0265AAP0A",
        "label": "SP265",
        "long": "Marechal Hermes - Terminal Gentileza",
        "short": "SP265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0275AAA0A",
        "label": "275",
        "long": "M\u00e9ier - Candel\u00e1ria",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0277AAA0A",
        "label": "277",
        "long": "Rocha Miranda - Candel\u00e1ria",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0292AAA0A",
        "label": "292",
        "long": "Engenho da Rainha - Castelo",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0292AAN0A",
        "label": "SN292",
        "long": "Engenho da Rainha - Castelo",
        "short": "SN292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0296AAA0A",
        "label": "296",
        "long": "Iraj\u00e1 - Castelo",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0298AAA0A",
        "label": "298",
        "long": "Acari - Castelo",
        "short": "298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0298AAN0A",
        "label": "SN298",
        "long": "Acari - Castelo",
        "short": "SN298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0300AAA0A",
        "label": "300",
        "long": "Terminal Sulacap - Candel\u00e1ria",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0300AAR0A",
        "label": "SR300",
        "long": "Terminal Sulacap - Candel\u00e1ria",
        "short": "SR300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0301AAA0A",
        "label": "301",
        "long": "Terminal Gentileza - Terminal Alvorada",
        "short": "301",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0302AAA0A",
        "label": "302",
        "long": "Terminal Gentileza - Terminal Alvorada",
        "short": "302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0302AAN0A",
        "label": "SN302",
        "long": "Terminal Gentileza - Terminal Alvorada",
        "short": "SN302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0306AAA0A",
        "label": "306",
        "long": "Pra\u00e7a Seca - Castelo",
        "short": "306",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0311AAA0A",
        "label": "311",
        "long": "Engenheiro Leal - Candel\u00e1ria",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0312AAA0A",
        "label": "312",
        "long": "Olaria - Candel\u00e1ria",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0312AAN0A",
        "label": "SN312",
        "long": "Penha - Candel\u00e1ria",
        "short": "SN312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0313AAA0A",
        "label": "313",
        "long": "Penha (Grot\u00e3o) - Pra\u00e7a Tiradentes",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0315AAA0A",
        "label": "315",
        "long": "Central - Recreio dos Bandeirantes",
        "short": "315",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0319AAA0A",
        "label": "319",
        "long": "Terminal Alvorada - Central do Brasil",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0319AAN0A",
        "label": "SN319",
        "long": "Terminal Alvorada - Terminal Gentileza",
        "short": "SN319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0319AAV0A",
        "label": "SV319",
        "long": "Terminal Alvorada - Central do Brasil",
        "short": "SV319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0321AAA0A",
        "label": "321",
        "long": "Banc\u00e1rios - Castelo",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0323AAA0A",
        "label": "323",
        "long": "Bananal - Castelo",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0324AAA0A",
        "label": "324",
        "long": "Ribeira - Candel\u00e1ria",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0324AAN0A",
        "label": "SN324",
        "long": "Ribeira - Candel\u00e1ria",
        "short": "SN324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0324AAP0A",
        "label": "SP324",
        "long": "Ribeira - Terminal Fund\u00e3o",
        "short": "SP324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0325AAA0A",
        "label": "325",
        "long": "Ribeira - Castelo",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0326AAA0A",
        "label": "326",
        "long": "Banc\u00e1rios - Candel\u00e1ria",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0326AAPBA",
        "label": "SPB326",
        "long": "Banc\u00e1rios - Terminal Fund\u00e3o",
        "short": "SPB326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0327AAA0A",
        "label": "327",
        "long": "Ribeira - Castelo",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0328AAA0A",
        "label": "328",
        "long": "Bananal - Candel\u00e1ria",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0328AAN0A",
        "label": "SN328",
        "long": "Bananal - Candel\u00e1ria",
        "short": "SN328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0328AAP0A",
        "label": "SP328",
        "long": "Bananal - Terminal Fund\u00e3o",
        "short": "SP328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0328AAR0A",
        "label": "SR328",
        "long": "Bananal - Candel\u00e1ria",
        "short": "SR328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0329AAA0A",
        "label": "329",
        "long": "Banc\u00e1rios - Candel\u00e1ria",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0329AAP0A",
        "label": "SP329",
        "long": "Banc\u00e1rios - Terminal Fund\u00e3o",
        "short": "SP329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0335AAA0A",
        "label": "335",
        "long": "Cordovil - Tiradentes",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0338AAA0A",
        "label": "338",
        "long": "Taquara - Candel\u00e1ria",
        "short": "338",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0341AAA0A",
        "label": "341",
        "long": "Taquara - Candel\u00e1ria",
        "short": "341",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0342AAA0A",
        "label": "342",
        "long": "Jardim Am\u00e9rica - Castelo",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0342AAR0A",
        "label": "SR342",
        "long": "Jardim Am\u00e9rica - Castelo",
        "short": "SR342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0343AAA0A",
        "label": "343",
        "long": "Jardim Oce\u00e2nico - Candel\u00e1ria",
        "short": "343",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0343AAP0A",
        "label": "SP343",
        "long": "Rio das Pedras - Candel\u00e1ria",
        "short": "SP343",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0348AAA0A",
        "label": "348",
        "long": "Riocentro - Candel\u00e1ria",
        "short": "348",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0349AAA0A",
        "label": "349",
        "long": "Rocha Miranda - Castelo",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0350AAA0A",
        "label": "350",
        "long": "Iraj\u00e1 - Castelo",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0352AAA0A",
        "label": "352",
        "long": "Riocentro - Candel\u00e1ria",
        "short": "352",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0353AAA0A",
        "label": "353",
        "long": "Gard\u00eania Azul - Terminal Gentileza",
        "short": "353",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0353AAN0A",
        "label": "SN353",
        "long": "Gard\u00eania Azul - Terminal Gentileza",
        "short": "SN353",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0355AAA0A",
        "label": "355",
        "long": "Madureira - Pra\u00e7a Tiradentes",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0355AAN0A",
        "label": "SN355",
        "long": "Madureira - Pra\u00e7a Tiradentes",
        "short": "SN355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0355AAR0A",
        "label": "SR355",
        "long": "Madureira - Pra\u00e7a Tiradentes",
        "short": "SR355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0361AAA0A",
        "label": "361",
        "long": "Recreio dos Bandeirantes - Castelo",
        "short": "361",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0362AAA0A",
        "label": "362",
        "long": "Hon\u00f3rio Gurgel - Castelo",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0362AAR0A",
        "label": "SR362",
        "long": "Hon\u00f3rio Gurgel - Castelo",
        "short": "SR362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0363AAA0A",
        "label": "363",
        "long": "Vila Valqueire - Candel\u00e1ria",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0363AAN0A",
        "label": "SN363",
        "long": "Vila Valqueire - Candel\u00e1ria",
        "short": "SN363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0363AAV0A",
        "label": "SV363",
        "long": "Vila Valqueire - Candel\u00e1ria",
        "short": "SV363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0368AAA0A",
        "label": "368",
        "long": "Riocentro - Candel\u00e1ria",
        "short": "368",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0368AAN0A",
        "label": "SN368",
        "long": "Riocentro - Candel\u00e1ria",
        "short": "SN368",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0369AAA0A",
        "label": "369",
        "long": "Bangu - Candel\u00e1ria",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0371AAA0A",
        "label": "371",
        "long": "Pra\u00e7a Seca - Pra\u00e7a Tiradentes",
        "short": "371",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0378AAA0A",
        "label": "378",
        "long": "Marechal Hermes - Castelo",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0378AAR0A",
        "label": "SR378",
        "long": "Marechal Hermes - Castelo",
        "short": "SR378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0380AAA0A",
        "label": "380",
        "long": "Curicica - Candel\u00e1ria",
        "short": "380",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0383AAA0A",
        "label": "383",
        "long": "Realengo - Pra\u00e7a da Rep\u00fablica",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0383AAN0A",
        "label": "SN383",
        "long": "Realengo - Pra\u00e7a da Rep\u00fablica",
        "short": "SN383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0384AAA0A",
        "label": "384",
        "long": "Pavuna - Passeio",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0384AAR0A",
        "label": "SR384",
        "long": "Pavuna - Passeio",
        "short": "SR384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0385AAA0A",
        "label": "385",
        "long": "Village Pavuna - Passeio",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0386AAA0A",
        "label": "386",
        "long": "Anchieta - Candel\u00e1ria",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0386AAR0A",
        "label": "SR386",
        "long": "Anchieta - Candel\u00e1ria",
        "short": "SR386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0388AAA0A",
        "label": "388",
        "long": "Santa Cruz - Candel\u00e1ria",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0388AAN0A",
        "label": "SN388",
        "long": "Santa Cruz - Candel\u00e1ria",
        "short": "SN388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0388AAR0A",
        "label": "SR388",
        "long": "Santa Cruz - Candel\u00e1ria",
        "short": "SR388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0389AAP0A",
        "label": "SP389",
        "long": "Vila Alian\u00e7a - Terminal Deodoro",
        "short": "SP389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0390AAA0A",
        "label": "390",
        "long": "Curicica - Candel\u00e1ria",
        "short": "390",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0391AAV0A",
        "label": "SV391",
        "long": "Padre Miguel - Pra\u00e7a da Rep\u00fablica",
        "short": "SV391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0393AAA0A",
        "label": "393",
        "long": "Bangu - Candel\u00e1ria",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0393AAN0A",
        "label": "SN393",
        "long": "Bangu - Candel\u00e1ria",
        "short": "SN393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0393AAR0A",
        "label": "SR393",
        "long": "Bangu - Candel\u00e1ria",
        "short": "SR393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0397AAA0A",
        "label": "397",
        "long": "Terminal Campo Grande - Candel\u00e1ria",
        "short": "397",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0397AAN0A",
        "label": "SN397",
        "long": "Terminal Campo Grande - Candel\u00e1ria",
        "short": "SN397",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0397AAR0A",
        "label": "SR397",
        "long": "Terminal Campo Grande - Candel\u00e1ria",
        "short": "SR397",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0399AAA0A",
        "label": "399",
        "long": "Pavuna - Passeio",
        "short": "399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0399AAN0A",
        "label": "SN399",
        "long": "Pavuna - Passeio",
        "short": "SN399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0399AAR0A",
        "label": "SR399",
        "long": "Pavuna - Passeio",
        "short": "SR399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0404AAP0A",
        "label": "SP404",
        "long": "Caju - Leblon",
        "short": "SP404",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0409AAA0A",
        "label": "409",
        "long": "Saens Pe\u00f1a - Horto",
        "short": "409",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0410AAA0A",
        "label": "410",
        "long": "Saens Pe\u00f1a - G\u00e1vea",
        "short": "410",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0410AAN0A",
        "label": "LECD139",
        "long": "Saens Pe\u00f1a - G\u00e1vea",
        "short": "LECD139",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0415AAA0A",
        "label": "415",
        "long": "Usina - Leblon",
        "short": "415",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0415AAN0A",
        "label": "SN415",
        "long": "Usina - Leblon",
        "short": "SN415",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0416AAA0A",
        "label": "416",
        "long": "Saens Pe\u00f1a - Horto",
        "short": "416",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0422AAA0A",
        "label": "422",
        "long": "Graja\u00fa - Cosme Velho",
        "short": "422",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0422AAN0A",
        "label": "SN422",
        "long": "Graja\u00fa - Cosme Velho",
        "short": "SN422",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0426AAA0A",
        "label": "426",
        "long": "Usina - Jardim de Alah",
        "short": "426",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0433AAA0A",
        "label": "LECD150",
        "long": "Graja\u00fa - Metr\u00f4 Siqueira Campos",
        "short": "LECD150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0435AAA0A",
        "label": "LECD151",
        "long": "Graja\u00fa - Leblon",
        "short": "LECD151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0439AAA0A",
        "label": "LECD154",
        "long": "Vila Isabel - Leblon",
        "short": "LECD154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0448AAA0A",
        "label": "448",
        "long": "Furnas - S\u00e3o Conrado",
        "short": "448",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0455AAA0A",
        "label": "455",
        "long": "M\u00e9ier - Copacabana",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0456AAA0A",
        "label": "LECD132",
        "long": "Norte Shopping - Copacabana",
        "short": "LECD132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0457AAA0A",
        "label": "457",
        "long": "Aboli\u00e7\u00e3o - Copacabana",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0457AAN0A",
        "label": "SN457",
        "long": "Aboli\u00e7\u00e3o - Copacabana",
        "short": "SN457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0461AAA0A",
        "label": "461",
        "long": "S\u00e3o Crist\u00f3v\u00e3o - Ipanema",
        "short": "461",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0463AAA0A",
        "label": "LECD153",
        "long": "Metr\u00f4 S\u00e3o Crist\u00f3v\u00e3o - Metr\u00f4 Siqueira Campos",
        "short": "LECD153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0472AAA0A",
        "label": "472",
        "long": "Triagem - Leme",
        "short": "472",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0473AAA0A",
        "label": "473",
        "long": "S\u00e3o Janu\u00e1rio - Lido",
        "short": "473",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0474AAA0A",
        "label": "474",
        "long": "Jacar\u00e9 - Copacabana",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0474AAN0A",
        "label": "SN474",
        "long": "M\u00e9ier - Copacabana",
        "short": "SN474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0474AAV0A",
        "label": "SV474",
        "long": "Jacar\u00e9 - Copacabana",
        "short": "SV474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0475AAA0A",
        "label": "LECD133",
        "long": "Metr\u00f4 S\u00e3o Crist\u00f3v\u00e3o - Leblon",
        "short": "LECD133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0476AAA0A",
        "label": "476",
        "long": "M\u00e9ier - Leblon",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0483AAA0A",
        "label": "483",
        "long": "Penha - General Os\u00f3rio",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0483AAN0A",
        "label": "SN483",
        "long": "Penha - General Os\u00f3rio",
        "short": "SN483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0483AAPAA",
        "label": "SPA483",
        "long": "Fiocruz - General Os\u00f3rio",
        "short": "SPA483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0483AAPBA",
        "label": "SPB483",
        "long": "Parque Uni\u00e3o - General Os\u00f3rio",
        "short": "SPB483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0483AAV0A",
        "label": "SV483",
        "long": "General Os\u00f3rio - Penha",
        "short": "SV483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0484AAA0A",
        "label": "484",
        "long": "Olaria - General Os\u00f3rio",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0485AAA0A",
        "label": "485",
        "long": "Fund\u00e3o - General Os\u00f3rio",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0485AAP0A",
        "label": "SP485",
        "long": "Cidade Nova - Fund\u00e3o",
        "short": "SP485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0486AAA0A",
        "label": "486",
        "long": "Fund\u00e3o - General Os\u00f3rio",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0492AAA0A",
        "label": "492",
        "long": "Banc\u00e1rios - Prado J\u00fanior",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0497AAA0A",
        "label": "497",
        "long": "Penha - Largo do Machado",
        "short": "497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0497AAN0A",
        "label": "SN497",
        "long": "Penha - Largo do Machado",
        "short": "SN497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0498AAV0A",
        "label": "LECD152",
        "long": "Circular da Penha - Largo do Machado",
        "short": "LECD152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0507AAA0A",
        "label": "507",
        "long": "Silvestre - Largo do Machado",
        "short": "507",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0513AAA0A",
        "label": "513",
        "long": "Urca - Botafogo",
        "short": "513",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0518AAA0A",
        "label": "518",
        "long": "Urca - Botafogo",
        "short": "518",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0519AAA0A",
        "label": "519",
        "long": "Urca - Copacabana",
        "short": "519",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0536AAA0A",
        "label": "LECD138",
        "long": "Rocinha - Leme",
        "short": "LECD138",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0539AAA0A",
        "label": "539",
        "long": "Rocinha - Leme",
        "short": "539",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0550AAA0A",
        "label": "550",
        "long": "Cidade de Deus - G\u00e1vea",
        "short": "550",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0550AAN0A",
        "label": "SN550",
        "long": "Cidade de Deus - G\u00e1vea",
        "short": "SN550",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0550AAPAA",
        "label": "SPA550",
        "long": "Cidade de Deus - Rocinha",
        "short": "SPA550",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0550AAPBA",
        "label": "SPB550",
        "long": "Tijuquinha - G\u00e1vea",
        "short": "SPB550",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0552AAA0A",
        "label": "552",
        "long": "Terminal Alvorada - Rio Sul",
        "short": "552",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0552AAN0A",
        "label": "LECD149",
        "long": "Terminal Alvorada - Metr\u00f4 Botafogo",
        "short": "LECD149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0553AAA0A",
        "label": "553",
        "long": "Recreio dos Bandeirantes - Rio Sul",
        "short": "553",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0554AAA0A",
        "label": "554",
        "long": "Piabas - Rio Sul",
        "short": "554",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0554AAN0A",
        "label": "SN554",
        "long": "Piabas - Metr\u00f4 Botafogo",
        "short": "SN554",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0555AAA0A",
        "label": "555",
        "long": "Rio das Pedras - G\u00e1vea",
        "short": "555",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0557AAA0A",
        "label": "557",
        "long": "Rio das Pedras - Copacabana",
        "short": "557",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0565AAA0A",
        "label": "565",
        "long": "Tanque - G\u00e1vea",
        "short": "565",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0565AAN0A",
        "label": "SN565",
        "long": "Tanque - G\u00e1vea",
        "short": "SN565",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0583AAA0A",
        "label": "583",
        "long": "Cosme Velho - Leblon",
        "short": "583",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0584AAA0A",
        "label": "584",
        "long": "Cosme Velho - Leblon",
        "short": "584",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0585AAA0A",
        "label": "585",
        "long": "Largo do Machado - Jardim de Alah",
        "short": "585",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0600AAA0A",
        "label": "600",
        "long": "Taquara - Saens Pe\u00f1a",
        "short": "600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0600AAN0A",
        "label": "SN600",
        "long": "Taquara - Saens Pe\u00f1a",
        "short": "SN600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0601AAA0A",
        "label": "601",
        "long": "Santa Maria - Saens Pe\u00f1a",
        "short": "601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0603AAA0A",
        "label": "603",
        "long": "Usina - Saens Pe\u00f1a",
        "short": "603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0606AAA0A",
        "label": "606",
        "long": "Engenho de Dentro - Terminal Gentileza",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0606AAV0A",
        "label": "SV606",
        "long": "Engenho de Dentro - Terminal Gentileza",
        "short": "SV606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0607AAA0A",
        "label": "607",
        "long": "Cascadura - Rio Comprido",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0608AAA0A",
        "label": "608",
        "long": "Graja\u00fa - Saens Pe\u00f1a",
        "short": "608",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0610AAA0A",
        "label": "610",
        "long": "Del Castilho - Tanque",
        "short": "610",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0611AAA0A",
        "label": "611",
        "long": "Camorim - Del Castilho",
        "short": "611",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0613AAA0A",
        "label": "613",
        "long": "Vargem Grande - Del Castilho",
        "short": "613",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0613AAPAA",
        "label": "SPA613",
        "long": "Riocentro - Del Castilho",
        "short": "SPA613",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0614AAA0A",
        "label": "614",
        "long": "Del Castilho - Terminal Alvorada",
        "short": "614",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0616AAA0A",
        "label": "616",
        "long": "Del Castilho - Fund\u00e3o",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0621AAA0A",
        "label": "621",
        "long": "Penha - Saens Pe\u00f1a",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0622AAA0A",
        "label": "622",
        "long": "Penha - Saens Pe\u00f1a",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0623AAA0A",
        "label": "623",
        "long": "Penha - Saens Pe\u00f1a",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0624AAA0A",
        "label": "624",
        "long": "Mari\u00f3polis - Pra\u00e7a da Bandeira",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0624AAN0A",
        "label": "SN624",
        "long": "Mari\u00f3polis - Pra\u00e7a da Rep\u00fablica",
        "short": "SN624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0624AAV0A",
        "label": "SV624",
        "long": "Mari\u00f3polis - Pra\u00e7a da Bandeira",
        "short": "SV624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0625AAA0A",
        "label": "625",
        "long": "Olaria - Saens Pe\u00f1a",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0626AAA0A",
        "label": "626",
        "long": "Saens Pe\u00f1a - Muda",
        "short": "626",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0627AAA0A",
        "label": "627",
        "long": "Inha\u00fama - Saens Pe\u00f1a",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0628AAA0A",
        "label": "628",
        "long": "Penha - Nova Am\u00e9rica",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0629AAA0A",
        "label": "629",
        "long": "Iraj\u00e1 - Saens Pe\u00f1a",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0629AAN0A",
        "label": "SN629",
        "long": "Iraj\u00e1 - Saens Pe\u00f1a",
        "short": "SN629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0630AAA0A",
        "label": "630",
        "long": "Penha (IAPI) - Saens Pe\u00f1a",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0634AAA0A",
        "label": "634",
        "long": "Bananal - Saens Pe\u00f1a",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0635AAA0A",
        "label": "635",
        "long": "Bananal - Saens Pe\u00f1a",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0635AAP0A",
        "label": "SP635",
        "long": "Terminal Fund\u00e3o - Saens Pe\u00f1a",
        "short": "SP635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0636AAA0A",
        "label": "636",
        "long": "Merck - Saens Pe\u00f1a",
        "short": "636",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0636AAN0A",
        "label": "SN636",
        "long": "Merck - Saens Pe\u00f1a",
        "short": "SN636",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0638AAA0A",
        "label": "638",
        "long": "Marechal Hermes - Saens Pe\u00f1a",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0639AAA0A",
        "label": "639",
        "long": "Jardim Am\u00e9rica - Saens Pe\u00f1a",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0639AAN0A",
        "label": "SN639",
        "long": "Jardim Am\u00e9rica - Saens Pe\u00f1a",
        "short": "SN639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B1B1B1",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0645AAA0A",
        "label": "645",
        "long": "Terminal Alvorada - Saens Pe\u00f1a",
        "short": "645",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0649AAA0A",
        "label": "LECD126",
        "long": "M\u00e9ier - Parque Piedade",
        "short": "LECD126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0650AAA0A",
        "label": "650",
        "long": "Marechal Hermes - Engenho Novo",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0651AAA0A",
        "label": "651",
        "long": "Cascadura - M\u00e9ier",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0652AAA0A",
        "label": "652",
        "long": "Cascadura - M\u00e9ier",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0653AAA0A",
        "label": "653",
        "long": "Terminal Deodoro - M\u00e9ier",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0663AAA0A",
        "label": "663",
        "long": "M\u00e9ier - Fund\u00e3o",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0665AAA0A",
        "label": "665",
        "long": "Pavuna - Saens Pe\u00f1a",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0665AAVAA",
        "label": "LECD147",
        "long": "Metr\u00f4 Pavuna - Saens Pe\u00f1a",
        "short": "LECD147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0665AAVBA",
        "label": "SVB665",
        "long": "Pavuna - Saens Pe\u00f1a",
        "short": "SVB665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0669AAA0A",
        "label": "669",
        "long": "Pavuna - M\u00e9ier",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0669AAV0A",
        "label": "SV669",
        "long": "Pavuna - M\u00e9ier",
        "short": "SV669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0678AAA0A",
        "label": "678",
        "long": "M\u00e9ier - Vila Valqueire",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0679AAA0A",
        "label": "679",
        "long": "Grot\u00e3o - M\u00e9ier",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0685AAA0A",
        "label": "LECD140",
        "long": "Terminal Margaridas - M\u00e9ier",
        "short": "LECD140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0685AAVAA",
        "label": "LECD148",
        "long": "Terminal Margaridas - M\u00e9ier",
        "short": "LECD148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0685AAVBA",
        "label": "LECD141",
        "long": "Terminal Margaridas - M\u00e9ier",
        "short": "LECD141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0687AAA0A",
        "label": "687",
        "long": "Pavuna - M\u00e9ier",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0688AAA0A",
        "label": "688",
        "long": "M\u00e9ier - Pavuna",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0691AAA0A",
        "label": "691",
        "long": "M\u00e9ier - Terminal Alvorada",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0692AAA0A",
        "label": "692",
        "long": "M\u00e9ier - Terminal Alvorada",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0692AAV0A",
        "label": "SV692",
        "long": "M\u00e9ier - Terminal Alvorada",
        "short": "SV692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0693AAA0A",
        "label": "693",
        "long": "M\u00e9ier - Terminal Alvorada",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0696AAA0A",
        "label": "696",
        "long": "M\u00e9ier - Praia do Dend\u00ea",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0696AAN0A",
        "label": "SN696",
        "long": "M\u00e9ier - Praia do Dend\u00ea",
        "short": "SN696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0711AAA0A",
        "label": "711",
        "long": "Rocha Miranda - Rio Comprido",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0712AAA0A",
        "label": "712",
        "long": "Cascadura - Iraj\u00e1",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0721AAA0A",
        "label": "721",
        "long": "Vila Cruzeiro - Cascadura",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0731AAA0A",
        "label": "731",
        "long": "Campo Grande - Marechal Hermes",
        "short": "731",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0731AAN0A",
        "label": "SN731",
        "long": "Campo Grande - Marechal Hermes",
        "short": "SN731",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0737AAA0A",
        "label": "737",
        "long": "Sant\u00edssimo - Cascadura",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0741AAA0A",
        "label": "741",
        "long": "Terminal Sulacap - Bangu",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0743AAA0A",
        "label": "743",
        "long": "Terminal Sulacap - Bangu",
        "short": "743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0745AAA0A",
        "label": "745",
        "long": "Bangu - Cascadura",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0746AAA0A",
        "label": "746",
        "long": "Jabour - Cascadura",
        "short": "746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0753AAA0A",
        "label": "753",
        "long": "Santa Cruz - Metr\u00f4 Coelho Neto",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0754AAA0A",
        "label": "754",
        "long": "Santa Cruz - Terminal Deodoro",
        "short": "754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0756AAA0A",
        "label": "756",
        "long": "Santa Cruz - Coelho Neto",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0757AAA0A",
        "label": "757",
        "long": "Sepetiba - Coelho Neto",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0759AAA0A",
        "label": "759",
        "long": "Cesar\u00e3o - Coelho Neto",
        "short": "759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0759AAP0A",
        "label": "SP759",
        "long": "Cesar\u00e3o - Terminal Deodoro",
        "short": "SP759",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0764AAA0A",
        "label": "764",
        "long": "Catiri - Terminal Deodoro",
        "short": "764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0765AAA0A",
        "label": "765",
        "long": "Mendanha - Terminal Deodoro",
        "short": "765",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0766AAA0A",
        "label": "766",
        "long": "Madureira - Freguesia",
        "short": "766",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0766AAP0A",
        "label": "SP766",
        "long": "Tr\u00eas Rios - Madureira",
        "short": "SP766",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0770AAA0A",
        "label": "770",
        "long": "Campo Grande - Metr\u00f4 Coelho Neto",
        "short": "770",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0771AAA0A",
        "label": "771",
        "long": "Campo Grande - Metr\u00f4 Coelho Neto",
        "short": "771",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0774AAA0A",
        "label": "774",
        "long": "Madureira - Jardim Am\u00e9rica",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0774AAV0A",
        "label": "LECD142",
        "long": "Madureira - Jardim Am\u00e9rica",
        "short": "LECD142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0775AAA0A",
        "label": "775",
        "long": "Jardim Am\u00e9rica - Madureira",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0777AAV0A",
        "label": "SV777",
        "long": "Padre Miguel - Madureira",
        "short": "SV777",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0778AAA0A",
        "label": "778",
        "long": "Pavuna - Cascadura",
        "short": "778",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0779AAA0A",
        "label": "779",
        "long": "Metr\u00f4 Pavuna - Terminal Madureira",
        "short": "779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0779AAN0A",
        "label": "SN779",
        "long": "Metr\u00f4 Pavuna - Terminal Madureira",
        "short": "SN779",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0780AAA0A",
        "label": "780",
        "long": "Metr\u00f4 Pavuna - Terminal Madureira",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0783AAA0A",
        "label": "783",
        "long": "Terminal Deodoro - Pra\u00e7a Seca",
        "short": "783",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0785AAA0A",
        "label": "785",
        "long": "Cascadura - Marechal Hermes",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0786AAA0A",
        "label": "786",
        "long": "Terminal Campo Grande - Cascadura",
        "short": "786",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0788AAA0A",
        "label": "788",
        "long": "Terminal Campo Grande - Terminal Deodoro",
        "short": "788",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0790AAA0A",
        "label": "790",
        "long": "Campo Grande - Cascadura",
        "short": "790",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0790AAN0A",
        "label": "SN790",
        "long": "Campo Grande - Cascadura",
        "short": "SN790",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0790AAV0A",
        "label": "SV790",
        "long": "Campo Grande - Cascadura",
        "short": "SV790",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0791AAA0A",
        "label": "791",
        "long": "Padre Miguel - Terminal Deodoro",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0793AAA0A",
        "label": "793",
        "long": "Pavuna - Terminal Sulacap",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0794AAA0A",
        "label": "794",
        "long": "Bangu - Cascadura",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0794AAN0A",
        "label": "SN794",
        "long": "Jabour - Cascadura",
        "short": "SN794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0795AAP0A",
        "label": "SP795",
        "long": "Pavuna - Terminal Deodoro",
        "short": "SP795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0796AAA0A",
        "label": "796",
        "long": "Campo Grande - Terminal Deodoro",
        "short": "796",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0798AAA0A",
        "label": "798",
        "long": "Campo Grande - Terminal Deodoro",
        "short": "798",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0799AAA0A",
        "label": "799",
        "long": "Metr\u00f4 Pavuna - Bangu",
        "short": "799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0801AAA0A",
        "label": "801",
        "long": "Bangu - Taquara",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0801AAP0A",
        "label": "SP801",
        "long": "Bangu - Terminal Sulacap",
        "short": "SP801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0802AAA0A",
        "label": "802",
        "long": "Terminal Campo Grande - Bangu",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0803AAA0A",
        "label": "803",
        "long": "Jabour - Taquara",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0803AAN0A",
        "label": "SN803",
        "long": "Jabour - Taquara",
        "short": "SN803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0803AAP0A",
        "label": "SP803",
        "long": "Jabour - Terminal Sulacap",
        "short": "SP803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0804AAA0A",
        "label": "804",
        "long": "Terminal Curral Falso - Campo Grande",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0805AAA0A",
        "label": "805",
        "long": "Terminal Alvorada - Jardim Oce\u00e2nico",
        "short": "805",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "O0805AAN0A",
        "label": "SN805",
        "long": "Terminal Alvorada - Jardim Oce\u00e2nico",
        "short": "SN805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0805AAP0A",
        "label": "SP805",
        "long": "Terminal Alvorada - Passarela da Barra",
        "short": "SP805",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0807AAA0A",
        "label": "807",
        "long": "Jesu\u00edtas - Terminal Curral Falso",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0808AAA0A",
        "label": "808",
        "long": "Salim - Campo Grande",
        "short": "808",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0809AAA0A",
        "label": "809",
        "long": "Sagrado Cora\u00e7\u00e3o - Santa Cruz",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0810AAA0A",
        "label": "810",
        "long": "Terminal Taquara - Pontal",
        "short": "810",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0810AAN0A",
        "label": "SN810",
        "long": "Terminal Taquara - Pontal",
        "short": "SN810",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0810AAP0A",
        "label": "SP810",
        "long": "Terminal Taquara - Vargem Grande",
        "short": "SP810",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0812AAA0A",
        "label": "812",
        "long": "Carobinha - Bangu",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0817AAA0A",
        "label": "817",
        "long": "Piabas - Vargem Grande",
        "short": "817",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0819AAA0A",
        "label": "819",
        "long": "Jardim Bangu - Bangu",
        "short": "819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0820AAA0A",
        "label": "820",
        "long": "Rio da Prata - Terminal Mato Alto",
        "short": "820",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0821AAA0A",
        "label": "821",
        "long": "Campo Grande - Corcundinha",
        "short": "821",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0821AAN0A",
        "label": "SN821",
        "long": "Campo Grande - Corcundinha",
        "short": "SN821",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0822AAA0A",
        "label": "822",
        "long": "Campo Grande - Corcundinha",
        "short": "822",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0825AAA0A",
        "label": "825",
        "long": "Campo Grande - Jesu\u00edtas",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0825AAN0A",
        "label": "SN825",
        "long": "Campo Grande - Jesu\u00edtas",
        "short": "SN825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0826AAA0A",
        "label": "826",
        "long": "Carobinha - Campo Grande",
        "short": "826",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0829AAA0A",
        "label": "829",
        "long": "Gard\u00eania Azul - Freguesia",
        "short": "829",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0830AAA0A",
        "label": "830",
        "long": "Pedregoso - Campo Grande",
        "short": "830",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0831AAA0A",
        "label": "831",
        "long": "Col\u00f4nia - Terminal Taquara",
        "short": "831",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0831AAV0A",
        "label": "SV831",
        "long": "Col\u00f4nia - Terminal Taquara",
        "short": "SV831",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0833AAA0A",
        "label": "833",
        "long": "Conjunto Manguariba - Campo Grande",
        "short": "833",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0834AAA0A",
        "label": "834",
        "long": "Terminal Campo Grande - Cabu\u00e7u de Baixo",
        "short": "834",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0835AAA0A",
        "label": "835",
        "long": "Largo do Correia - Terminal Campo Grande",
        "short": "835",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0836AAA0A",
        "label": "836",
        "long": "Rio da Prata - Terminal Campo Grande",
        "short": "836",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0837AAA0A",
        "label": "837",
        "long": "Terminal Campo Grande - Conjunto da Marinha",
        "short": "837",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0838AAA0A",
        "label": "838",
        "long": "Terminal Campo Grande - Terminal Magar\u00e7a",
        "short": "838",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0840AAA0A",
        "label": "840",
        "long": "S\u00e3o Fernando - Campo Grande",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0840AAN0A",
        "label": "SN840",
        "long": "S\u00e3o Fernando - Campo Grande",
        "short": "SN840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0841AAA0A",
        "label": "841",
        "long": "Campo Grande - Inhoa\u00edba",
        "short": "841",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0842AAA0A",
        "label": "842",
        "long": "Paci\u00eancia - Campo Grande",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0843AAA0A",
        "label": "843",
        "long": "Boa Esperan\u00e7a - Campo Grande",
        "short": "843",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0844AAA0A",
        "label": "844",
        "long": "Jardim Oce\u00e2nico - Barrinha",
        "short": "844",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0845AAA0A",
        "label": "845",
        "long": "Cantagalo - Terminal Campo Grande",
        "short": "845",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0846AAA0A",
        "label": "846",
        "long": "Rio da Prata - Terminal Campo Grande",
        "short": "846",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0846AAN0A",
        "label": "SN846",
        "long": "Rio da Prata - Terminal Campo Grande",
        "short": "SN846",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0847AAA0A",
        "label": "847",
        "long": "Rio da Prata - Terminal Campo Grande",
        "short": "847",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0848AAA0A",
        "label": "848",
        "long": "Terminal Campo Grande - Monte Santo",
        "short": "848",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0848AAN0A",
        "label": "SN848",
        "long": "Terminal Campo Grande - Monte Santo",
        "short": "SN848",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0849AAA0A",
        "label": "849",
        "long": "Base A\u00e9rea de Santa Cruz - Campo Grande",
        "short": "849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0850AAA0A",
        "label": "850",
        "long": "Mendanha - Campo Grande",
        "short": "850",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0851AAA0A",
        "label": "851",
        "long": "Campo Grande - Escola Amazonas",
        "short": "851",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0852AAA0A",
        "label": "852",
        "long": "Terminal Campo Grande - Pedra de Guaratiba",
        "short": "852",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0853AAA0A",
        "label": "853",
        "long": "Terminal Mato Alto - Terminal Deodoro",
        "short": "853",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0853AAN0A",
        "label": "SN853",
        "long": "Terminal Mato Alto - Terminal Deodoro",
        "short": "SN853",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0853AAV0A",
        "label": "SV853",
        "long": "Terminal Mato Alto - Terminal Deodoro",
        "short": "SV853",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0854AAAAA",
        "label": "854",
        "long": "Terminal Campo Grande - Ilha de Guaratiba",
        "short": "854",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0855AAA0A",
        "label": "855",
        "long": "Terminal Magar\u00e7a - Terminal Deodoro",
        "short": "855",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0856AAA0A",
        "label": "856",
        "long": "Capoeira Grande - Terminal Campo Grande",
        "short": "856",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0857AAA0A",
        "label": "857",
        "long": "Terminal Campo Grande - Terminal Pingo d'\u00c1gua",
        "short": "857",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0857AAN0A",
        "label": "SN857",
        "long": "Terminal Campo Grande - Terminal Pingo D'\u00c1gua",
        "short": "SN857",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0859AAA0A",
        "label": "859",
        "long": "Covanca - Largo do Tanque",
        "short": "859",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0861AAA0A",
        "label": "861",
        "long": "Rio das Pedras - Curicica",
        "short": "861",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0861AAN0A",
        "label": "SN861",
        "long": "Rio das Pedras - Curicica",
        "short": "SN861",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0862AAA0A",
        "label": "862",
        "long": "Rio das Pedras - Barra da Tijuca",
        "short": "862",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0863AAA0A",
        "label": "863",
        "long": "Rio das Pedras - Barra da Tijuca",
        "short": "863",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0863AAV0A",
        "label": "SV863",
        "long": "Rio das Pedras - Barra da Tijuca",
        "short": "SV863",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0864AAA0A",
        "label": "864",
        "long": "Terminal Campo Grande - Terminal Sulacap",
        "short": "864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0864AAP0A",
        "label": "SP864",
        "long": "Terminal Campo Grande - Bangu",
        "short": "SP864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0865AAA0A",
        "label": "865",
        "long": "Pau da Fome - Terminal Taquara",
        "short": "865",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0866AAA0A",
        "label": "866",
        "long": "Terminal Campo Grande - Pedra de Guaratiba",
        "short": "866",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0866AAV0A",
        "label": "SV866",
        "long": "Terminal Campo Grande - Terminal Pingo d'\u00c1gua",
        "short": "SV866",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0867AAA0A",
        "label": "867",
        "long": "Barra de Guaratiba - Terminal Campo Grande",
        "short": "867",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0867AAN0A",
        "label": "SN867",
        "long": "Barra de Guaratiba - Terminal Campo Grande",
        "short": "SN867",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0868AAA0A",
        "label": "868",
        "long": "Uruc\u00e2nia - Campo Grande",
        "short": "868",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0869AAA0A",
        "label": "869",
        "long": "Santa Margarida - Campo Grande",
        "short": "869",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0870AAA0A",
        "label": "870",
        "long": "Sepetiba - Santa Cruz",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0871AAA0A",
        "label": "871",
        "long": "Terminal Pingo d'\u00c1gua - Cesar\u00e3o",
        "short": "871",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0872AAA0A",
        "label": "872",
        "long": "Praia de Sepetiba - Terminal Mato Alto",
        "short": "872",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0878AAA0A",
        "label": "878",
        "long": "Tanque - Barra da Tijuca",
        "short": "878",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0878AAN0A",
        "label": "SN878",
        "long": "Tanque - Barra da Tijuca",
        "short": "SN878",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0878AAV0A",
        "label": "SV878",
        "long": "Tanque - Barra da Tijuca",
        "short": "SV878",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0880AAA0A",
        "label": "880",
        "long": "Rio das Pedras - Terminal Alvorada",
        "short": "880",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0880AAN0A",
        "label": "SN880",
        "long": "Rio das Pedras - Terminal Alvorada",
        "short": "SN880",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0881AAA0A",
        "label": "881",
        "long": "Taquara - Terminal Alvorada",
        "short": "881",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0883AAA0A",
        "label": "883",
        "long": "Terminal Mato Alto - Terminal Deodoro",
        "short": "883",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0884AAA0A",
        "label": "884",
        "long": "Sepetiba - Terminal Campo Grande",
        "short": "884",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0884AAN0A",
        "label": "SN884",
        "long": "Sepetiba - Terminal Campo Grande",
        "short": "SN884",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0885AAA0A",
        "label": "885",
        "long": "Terminal Mato Alto - Santa Cruz",
        "short": "885",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0885AAN0A",
        "label": "SN885",
        "long": "Terminal Mato Alto - Santa Cruz",
        "short": "SN885",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0892AAA0A",
        "label": "892",
        "long": "S\u00e3o Benedito - Santa Cruz",
        "short": "892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0893AAA0A",
        "label": "893",
        "long": "Jardim Palmares - Campo Grande",
        "short": "893",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0893AAN0A",
        "label": "SN893",
        "long": "Jardim Palmares - Campo Grande",
        "short": "SN893",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0894AAA0A",
        "label": "894",
        "long": "Terminal Campo Grande - Jardim Mori\u00e7aba",
        "short": "894",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0895AAA0A",
        "label": "895",
        "long": "Serrinha - Campo Grande",
        "short": "895",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0895AAN0A",
        "label": "SN895",
        "long": "Serrinha - Campo Grande",
        "short": "SN895",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0897AAA0A",
        "label": "897",
        "long": "Paci\u00eancia - Terminal Pingo d'\u00c1gua",
        "short": "897",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0897AAN0A",
        "label": "SN897",
        "long": "Santa Cruz - Terminal Pingo d'\u00c1gua",
        "short": "SN897",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0898AAA0A",
        "label": "898",
        "long": "Sepetiba - Campo Grande",
        "short": "898",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8330A5",
        "color_name": "purple",
        "has_shape": true,
        "id": "O0898AAN0A",
        "label": "SN898",
        "long": "Sepetiba - Campo Grande",
        "short": "SN898",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0899AAA0A",
        "label": "899",
        "long": "Barra de Guaratiba - Terminal Recreio",
        "short": "899",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF7600",
        "color_name": "orange",
        "has_shape": true,
        "id": "O0899AAV0A",
        "label": "SV899",
        "long": "Barra de Guaratiba - Terminal Recreio",
        "short": "SV899",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0900AAA0A",
        "label": "900",
        "long": "Taquara - Downtown",
        "short": "900",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0901AAA0A",
        "label": "901",
        "long": "Bonsucesso - Bananal",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0901AAVBA",
        "label": "SVB901",
        "long": "Bonsucesso - Bananal",
        "short": "SVB901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0905AAA0A",
        "label": "905",
        "long": "Bonsucesso - Iraj\u00e1",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0906AAA0A",
        "label": "906",
        "long": "Jardim Am\u00e9rica - Caju",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0908AAA0A",
        "label": "908",
        "long": "Terminal Deodoro - Bonsucesso",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0908AAN0A",
        "label": "SN908",
        "long": "Terminal Deodoro - Bonsucesso",
        "short": "SN908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0908AAV0A",
        "label": "SV908",
        "long": "Terminal Deodoro - Bonsucesso",
        "short": "SV908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0910AAA0A",
        "label": "910",
        "long": "Bananal - Iraj\u00e1",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0913AAA0A",
        "label": "913",
        "long": "Del Castilho - Fund\u00e3o",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0915AAA0A",
        "label": "915",
        "long": "Bonsucesso - Aeroporto Internacional do RJ",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0917AAA0A",
        "label": "917",
        "long": "Padre Miguel - Bonsucesso",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0917AAV0A",
        "label": "SV917",
        "long": "Padre Miguel - Bonsucesso",
        "short": "SV917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0918AAA0A",
        "label": "918",
        "long": "Bangu - Bonsucesso",
        "short": "918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0918AAP0A",
        "label": "SP918",
        "long": "Jardim Violeta - Terminal Deodoro",
        "short": "SP918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0919AAA0A",
        "label": "919",
        "long": "Pavuna - Bonsucesso",
        "short": "919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0919AAN0A",
        "label": "SN919",
        "long": "Pavuna - Mar\u00e9",
        "short": "SN919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0920AAA0A",
        "label": "920",
        "long": "Pavuna - Bonsucesso",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0921AAA0A",
        "label": "921",
        "long": "Banc\u00e1rios - Ribeira",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0921AAV0A",
        "label": "SV921",
        "long": "Banc\u00e1rios - Ribeira",
        "short": "SV921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0922AAA0A",
        "label": "922",
        "long": "Tubiacanga - Terminal Fund\u00e3o",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0922AAV0A",
        "label": "SV922",
        "long": "Tubiacanga - Fund\u00e3o",
        "short": "SV922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0925AAA0A",
        "label": "925",
        "long": "Banc\u00e1rios - Aeroporto Internacional do RJ",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A0662E",
        "color_name": "brown",
        "has_shape": true,
        "id": "O0926AAA0A",
        "label": "926",
        "long": "Senador Camar\u00e1 - Penha",
        "short": "926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0928AAA0A",
        "label": "928",
        "long": "Marechal Hermes - Bonsucesso",
        "short": "928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0932AAA0A",
        "label": "932",
        "long": "Gard\u00eania Azul - Tanque",
        "short": "932",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0940AAA0A",
        "label": "940",
        "long": "Ramos (Praia) - Madureira",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0944AAA0A",
        "label": "LECD143",
        "long": "Metr\u00f4 Pavuna - Terminal Margaridas",
        "short": "LECD143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0946AAA0A",
        "label": "946",
        "long": "Pavuna - Engenho da Rainha",
        "short": "946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0950AAA0A",
        "label": "LECD144",
        "long": "Metr\u00f4 Vicente de Carvalho - Terminal Margaridas",
        "short": "LECD144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B47B9",
        "color_name": "blue",
        "has_shape": true,
        "id": "O0951AAA0A",
        "label": "LECD145",
        "long": "Metr\u00f4 Vicente de Carvalho - Terminal Margaridas",
        "short": "LECD145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0954AAA0A",
        "label": "954",
        "long": "Terminal Taquara - Recreio dos Bandeirantes",
        "short": "954",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0954AAN0A",
        "label": "SN954",
        "long": "Terminal Taquara - Recreio dos Bandeirantes",
        "short": "SN954",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0959AAA0A",
        "label": "LECD146",
        "long": "Metr\u00f4 Vicente de Carvalho - Terminal Margaridas",
        "short": "LECD146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "6EC3E6",
        "color_name": "gray",
        "has_shape": true,
        "id": "O0961AAA0A",
        "label": "961",
        "long": "Rio das Pedras - Recreio dos Bandeirantes",
        "short": "961",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1DA527",
        "color_name": "green",
        "has_shape": true,
        "id": "O0975AAA0A",
        "label": "975",
        "long": "Madureira - Terminal Fund\u00e3o",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EA0A2A",
        "color_name": "red",
        "has_shape": true,
        "id": "O0979AAA0A",
        "label": "979",
        "long": "Terminal Madureira - Terminal Fund\u00e3o",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0987AAA0A",
        "label": "987",
        "long": "Gard\u00eania Azul - Pechincha",
        "short": "987",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F14F95",
        "color_name": "pink",
        "has_shape": true,
        "id": "O0990AAA0A",
        "label": "990",
        "long": "Merck - Joatinga",
        "short": "990",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 7701,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "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.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 786,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 7701,
      "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": "7701 of 7701 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": 17447,
      "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": "17447 of 17447 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"
}
