{
  "agency": {
    "country": "BR",
    "id": "bhtrans-convencional",
    "name": "BHTRANS (Belo Horizonte conventional network)",
    "operating_note": "Belo Horizonte's conventional bus network; a distinct published feed from the supplementary network, counted as one feed record.",
    "subdivision_code": "BR-MG",
    "subdivision_name": "Minas Gerais"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 1.4,
          "stops_marked_accessible_pct": 1.6,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 1.6,
          "trips_stated_pct": 0.9
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.4,
          "wheelchair_trips": 0.1
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": true,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 9761,
        "translations": {
          "feed_lang": "pt-BR",
          "has_translations": true,
          "languages": [
            "pt-br"
          ],
          "translated_tables": [
            "calendar"
          ],
          "translation_count": 6
        },
        "trips": 46289,
        "wheelchair_accessible_pct": 0.9,
        "wheelchair_boarding_pct": 1.6,
        "wheelchair_marked_accessible_pct": 1.6,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 9603,
          "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": 24.6,
          "severity": "WARNING",
          "what": "9603 of 9761 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": 45864,
          "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": 14.9,
          "severity": "WARNING",
          "what": "45864 of 46289 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_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": 45.5,
      "status": "measured",
      "summary": "2% of stops state wheelchair accessibility (2% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 9,
        "instances_by_severity": {
          "ERROR": 15115,
          "INFO": 1,
          "WARNING": 12916
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 15115,
          "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": 12367,
          "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": "stop_without_stop_time",
          "count": 283,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 253,
          "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": 8.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": "expired_calendar",
          "count": 6,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 5,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "feed_expiration_date7_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Export and publish an updated GTFS feed that covers at least the next 30 days of service.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 7 days.",
          "why": "When the calendar ends, Google Maps and other trip planners drop your agency entirely. Riders see no service at all."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "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": 33.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 28032 instances (15115 error, 12916 warning, 1 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": -930,
        "effective_expiry_date": "2023-12-31",
        "feed_end_date": "2023-12-31",
        "feed_start_date": "2023-01-01",
        "feed_version": "202308081513",
        "has_feed_info": true,
        "last_service_date": "2023-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expired",
          "count": 1,
          "effort": "Usually one export setting; export on a schedule so it never lapses again.",
          "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
          "owner": "Likely your export tool",
          "points": 100.0,
          "severity": "ERROR",
          "what": "Service data ended 930 day(s) ago.",
          "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
        }
      ],
      "name": "freshness",
      "score": 0.0,
      "status": "measured",
      "summary": "Service data ended 930 day(s) ago. Trip planners have likely already dropped this feed.",
      "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": "mirror",
    "level": "provisional",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The agency's own feed URL was unreachable, so the Mobility Database's hosted mirror copy was scored instead."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data expired 930 days ago.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 2% of stops and 1% 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. Service data expired 930 days ago. States wheelchair access on 2% of stops and 1% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY through the Belo Horizonte municipal open data portal; credit the Prefeitura de Belo Horizonte and its mobility authority (BHTRANS).",
    "reachable": true,
    "sha256": "2793a1afbeeadfe9560e467e53a1b2c48720c5c453879df3edc635a3400e0474",
    "size_bytes": 19827418,
    "static_url": "https://ckan.pbh.gov.br/dataset/77764a7e-63fc-4111-ace3-fb7d3037953a/resource/f0fa78dc-74c3-49fa-8971-c310a76a07fa/download/gtfsfiles.zip"
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/br-minas-gerais-empresa-de-transportes-e-transito-de-belo-horizonte-bhtrans-gtfs-9.zip?alt=media",
    "max_attempts": 1,
    "origin_error": "HTTPError",
    "reader_archive_profile": "raw-v1",
    "source": "mirror",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -44.05938,
      -20.02845,
      -43.86245,
      -19.77621
    ],
    "lat": -19.89971,
    "lon": -43.961,
    "stop_count": 9761
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 294,
        "trip_count": 46289,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 294,
    "trip_count": 46289
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 28.9,
    "margin_to_next_band": 31.1,
    "score": 28.9
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 27,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "27 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (5250, 8101, 85, 5107, 64, 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": 4,
      "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": "4 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Av. Augusto de Lima 360\", \"Av. Risoleta Neves 47\", \"Rua Da Se 125\", 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": 9713,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 283,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "283 of 9713 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 283,
    "single_stop_trips": 0,
    "trips_total": 46289
  },
  "route_map": {
    "drawn_route_count": 293,
    "has_shapes": true,
    "path": "data/artifacts/bhtrans-convencional/geometry.geojson",
    "route_count": 294,
    "routes": [
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561787",
        "label": "326",
        "long": "Esta\u00e7\u00e3o Barreiro / Vale do Jatoba",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561788",
        "label": "9211",
        "long": "Caetano Furquim/Hava\u00ed",
        "short": "9211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561790",
        "label": "9106",
        "long": "Sagrada Fam\u00edlia/Serra",
        "short": "9106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561791",
        "label": "SC03A",
        "long": "Hospital Felicio Rocho/Hospital Militar A",
        "short": "SC03A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561792",
        "label": "4205",
        "long": "Ermelinda/Salgado Filho",
        "short": "4205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561793",
        "label": "4403A",
        "long": "Zoologico Via Serrano",
        "short": "4403A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561794",
        "label": "9408",
        "long": "Santa Efig\u00eania/Padre Eust\u00e1quio",
        "short": "9408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561795",
        "label": "8205",
        "long": "Maria Goretti/Nova Granada",
        "short": "8205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561796",
        "label": "712",
        "long": "Esta\u00e7\u00e3o Pampulha / S\u00e3o Bernardo",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561798",
        "label": "4108",
        "long": "Pedro II/Mangabeiras",
        "short": "4108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561799",
        "label": "627",
        "long": "Esta\u00e7\u00e3o Venda Nova/Mantiqueira",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561801",
        "label": "608",
        "long": "Esta\u00e7\u00e3o Venda Nova / Nova Pampulha",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561802",
        "label": "808",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Paulo VI",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561803",
        "label": "309",
        "long": "Esta\u00e7\u00e3o Diamante / Bairro Petropolis",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561804",
        "label": "328",
        "long": "Esta\u00e7\u00e3o Barreiro / Cardoso B",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561805",
        "label": "3302D",
        "long": "Braunas",
        "short": "3302D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561806",
        "label": "341",
        "long": "Esta\u00e7\u00e3o Barreiro / Esta\u00e7\u00e3o Diamante Via Saude",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561807",
        "label": "5250",
        "long": "Esta\u00e7\u00e3o Pampulha / Betania",
        "short": "5250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561808",
        "label": "33",
        "long": "Esta\u00e7\u00e3o Barreiro/Centro-Hospitais",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561809",
        "label": "8101",
        "long": "Santa Cruz/Alto Santa L\u00facia",
        "short": "8101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561810",
        "label": "9250",
        "long": "Caetano Furquim/Nova Cintra Via Savassi",
        "short": "9250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561811",
        "label": "637",
        "long": "Esta\u00e7\u00e3o Vilarinho / Canaa Via Serra Verde",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561812",
        "label": "338",
        "long": "Esta\u00e7\u00e3o Barreiro/Pilar - Olhos Dagua",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561813",
        "label": "615",
        "long": "Esta\u00e7\u00e3o Pampulha / Ceu Azul B",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561814",
        "label": "738",
        "long": "Esta\u00e7\u00e3o Vilarinho/Conjunto Zilah Sposito",
        "short": "738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561817",
        "label": "401",
        "long": "Metro Cidade Industrial/Santa Maria",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561821",
        "label": "823",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Bairro Vitoria",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561822",
        "label": "1502",
        "long": "Vista Alegre / Guarani",
        "short": "1502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561823",
        "label": "319",
        "long": "Vila Cemig/Conjunto Esperanca",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561824",
        "label": "85",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Centro Via Floresta",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561825",
        "label": "3053",
        "long": "Esta\u00e7\u00e3o Barreiro/B.Preto",
        "short": "3053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561826",
        "label": "1509",
        "long": "California/Tupi",
        "short": "1509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561827",
        "label": "719",
        "long": "Esta\u00e7\u00e3o Pampulha / Floramar",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561828",
        "label": "716",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Novo Aar\u00e3o Reis",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561829",
        "label": "105",
        "long": "Esta\u00e7\u00e3o Central / Lourdes",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561830",
        "label": "625",
        "long": "Esta\u00e7\u00e3o Venda Nova / Maria Helena B",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561831",
        "label": "203",
        "long": "Morro Das Pedras/Ventosa",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561832",
        "label": "644",
        "long": "Esta\u00e7\u00e3o Pampulha / S\u00e3o Joao Batista",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561833",
        "label": "634",
        "long": "Esta\u00e7\u00e3o Vilarinho/Nova York Via Jardim dos Comerciarios",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561834",
        "label": "5107",
        "long": "Esta\u00e7\u00e3o Pampulha/Savassi",
        "short": "5107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561835",
        "label": "8107",
        "long": "Conc\u00f3rdia/S\u00e3o Pedro",
        "short": "8107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561836",
        "label": "718",
        "long": "Esta\u00e7\u00e3o Pampulha / Planalto",
        "short": "718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561837",
        "label": "SC02A",
        "long": "Praca 7/Savassi Via Pca da Liberdade - Santa Casa",
        "short": "SC02A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561838",
        "label": "3501A",
        "long": "Jardim Alvorada/S\u00e3o Marcos",
        "short": "3501A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561839",
        "label": "402",
        "long": "Metro Cidade Industrial/Camargos",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561841",
        "label": "2151",
        "long": "Vista Alegre/Serra",
        "short": "2151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561843",
        "label": "9502",
        "long": "S\u00e3o Geraldo/S\u00e3o Francisco Via Esplanada",
        "short": "9502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561845",
        "label": "202",
        "long": "Esta\u00e7\u00e3o Vila Oeste",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561846",
        "label": "619",
        "long": "Esta\u00e7\u00e3o Pampulha/Santa Monica Via Santa Branca",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561847",
        "label": "103",
        "long": "Vila Cafezal/Rua Pouso Alto",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561848",
        "label": "5502C",
        "long": "Pousada Santo Antonio",
        "short": "5502C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561849",
        "label": "717",
        "long": "Esta\u00e7\u00e3o Pampulha / Campo Alegre",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561850",
        "label": "2034",
        "long": "Conjunto Betania / Centro",
        "short": "2034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561851",
        "label": "2102",
        "long": "Gameleira / Serra",
        "short": "2102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561852",
        "label": "506",
        "long": "Esta\u00e7\u00e3o Ponto S\u00e3o Jose / Avenida Antonio Carlos",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561853",
        "label": "9550",
        "long": "Casa Branca/S\u00e3o Francisco Via Esta\u00e7\u00e3o Jos\u00e9 C\u00e2ndido",
        "short": "9550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561855",
        "label": "4111",
        "long": "Dom Cabral/Anchieta",
        "short": "4111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561856",
        "label": "815",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Conjunto Paulo VI",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561858",
        "label": "9501",
        "long": "S\u00e3o Lucas/Jaragu\u00e1",
        "short": "9501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561859",
        "label": "315",
        "long": "Esta\u00e7\u00e3o Barreiro / Barreiro",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561860",
        "label": "305",
        "long": "Esta\u00e7\u00e3o Diamante / Mangueiras",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561862",
        "label": "4032",
        "long": "Caicara /Savassi/ Praca da Liberdade",
        "short": "4032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561864",
        "label": "4037",
        "long": "Nossa Senhora da Gloria / Centro",
        "short": "4037",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561865",
        "label": "510",
        "long": "Esta\u00e7\u00e3o Pampulha / Xangrila Via Trevo",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561868",
        "label": "SC01A",
        "long": "Contorno A",
        "short": "SC01A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561869",
        "label": "3029",
        "long": "Regina / Centro",
        "short": "3029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561870",
        "label": "64",
        "long": "Esta\u00e7\u00e3o Venda Nova/Assembleia Via Carlos Luz",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561872",
        "label": "614",
        "long": "Esta\u00e7\u00e3o Pampulha / Ceu Azul A",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561874",
        "label": "8203",
        "long": "Renascenca/Buritis",
        "short": "8203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561875",
        "label": "633",
        "long": "Esta\u00e7\u00e3o Vilarinho / Jardim dos Comerciarios",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561879",
        "label": "8106",
        "long": "Santa Cruz/BH Shopping Via Belvedere",
        "short": "8106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561880",
        "label": "3051",
        "long": "Flavio Marques Lisboa / Savassi Via N.S.Carmo",
        "short": "3051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561882",
        "label": "68",
        "long": "Esta\u00e7\u00e3o Vilarinho / Lagoinha",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561883",
        "label": "643",
        "long": "Esta\u00e7\u00e3o Pampulha / Copacabana Via Monte Carmelo",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561885",
        "label": "9104",
        "long": "Sagrada Fam\u00edlia/Luxemburgo",
        "short": "9104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561886",
        "label": "342",
        "long": "Esta\u00e7\u00e3o Barreiro / Solar Via Esta\u00e7\u00e3o Diamante",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561888",
        "label": "9201",
        "long": "Baleia/Nova Granada",
        "short": "9201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561889",
        "label": "9205",
        "long": "Nova Vista/Nova Cintra",
        "short": "9205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561890",
        "label": "5201",
        "long": "Dona Clara/Buritis",
        "short": "5201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561891",
        "label": "3302A",
        "long": "Nova Pampulha Via Itamarati",
        "short": "3302A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561892",
        "label": "5104",
        "long": "Suzana/Cruzeiro-Via Universitario",
        "short": "5104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561893",
        "label": "838",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel/Palmares Via Maria Virginia",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561894",
        "label": "330",
        "long": "Esta\u00e7\u00e3o Barreiro / Independencia",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561896",
        "label": "62",
        "long": "Esta\u00e7\u00e3o Venda Nova/Savassi Via Hospitais",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561898",
        "label": "8501",
        "long": "Maria Goretti / Engenho Nogueira via Ouro Preto",
        "short": "8501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561899",
        "label": "2150",
        "long": "Grajau/Sion Via Contorno",
        "short": "2150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561900",
        "label": "311",
        "long": "Esta\u00e7\u00e3o Diamante / Independencia",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561901",
        "label": "8401",
        "long": "Cachoeirinha/S\u00e3o Jose",
        "short": "8401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561903",
        "label": "511",
        "long": "Esta\u00e7\u00e3o Ponto S\u00e3o Jose / Jardim Alvorada",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561904",
        "label": "9503",
        "long": "Taquaril/Jaragu\u00e1",
        "short": "9503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561905",
        "label": "3055",
        "long": "Esta\u00e7\u00e3o Barreiro/Savassi Via Bhshopping",
        "short": "3055",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561906",
        "label": "4403D",
        "long": "Urca-Confisco",
        "short": "4403D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561907",
        "label": "8102",
        "long": "Uni\u00e3o/Carmo Sion",
        "short": "8102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561912",
        "label": "631",
        "long": "Esta\u00e7\u00e3o Vilarinho / Serra Verde Via Minas Caixa",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561914",
        "label": "9208",
        "long": "Taquaril/Conjunto Santa Maria",
        "short": "9208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561915",
        "label": "4110",
        "long": "Dom Cabral/Belvedere",
        "short": "4110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561916",
        "label": "9101",
        "long": "Alto Vera Cruz/S\u00e3o Bento",
        "short": "9101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561917",
        "label": "814",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Jardim Vitoria",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561918",
        "label": "9410",
        "long": "Sagrada Fam\u00edlia/Cora\u00e7\u00e3o Eucar\u00edstico",
        "short": "9410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561919",
        "label": "329",
        "long": "Esta\u00e7\u00e3o Barreiro / Jatoba",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561920",
        "label": "332",
        "long": "Esta\u00e7\u00e3o Barreiro / Milionarios - Bonsucesso",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561921",
        "label": "4501",
        "long": "California II / S\u00e3o Paulo",
        "short": "4501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561923",
        "label": "2103",
        "long": "Prado/Anchieta",
        "short": "2103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561924",
        "label": "301",
        "long": "Esta\u00e7\u00e3o Diamante/Novo Santa Cec\u00edlia via Brasil Industrial",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561925",
        "label": "713",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Lajedo",
        "short": "713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561926",
        "label": "641",
        "long": "Esta\u00e7\u00e3o Vilarinho/Serra Verde",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561928",
        "label": "4405",
        "long": "Coqueiros",
        "short": "4405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561929",
        "label": "50",
        "long": "Esta\u00e7\u00e3o Pampulha / Centro - Direta",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561930",
        "label": "313",
        "long": "Esta\u00e7\u00e3o Diamante / Olaria",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561932",
        "label": "8405",
        "long": "Palmares/Bela Vista",
        "short": "8405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561933",
        "label": "622",
        "long": "Esta\u00e7\u00e3o Venda Nova / Lagoinha",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561934",
        "label": "5503A",
        "long": "Goi\u00e2nia A",
        "short": "5503A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561935",
        "label": "6030",
        "long": "Cidade Administrativa/Savassi Via Hospitais",
        "short": "6030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561936",
        "label": "9407",
        "long": "Alto Vera Cruz/Dom Bosco",
        "short": "9407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561937",
        "label": "61",
        "long": "Esta\u00e7\u00e3o Venda Nova/Centro-Direta",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561939",
        "label": "318",
        "long": "Esta\u00e7\u00e3o Barreiro/Jardim Liberdade Via Milionarios",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561942",
        "label": "9202",
        "long": "Pomp\u00e9ia/Jardim Am\u00e9rica",
        "short": "9202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561943",
        "label": "3050",
        "long": "Esta\u00e7\u00e3o Diamante/Hospitais Via Bh Shopping",
        "short": "3050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561944",
        "label": "4801A",
        "long": "Jardim Filadelfia/Boa Vista A",
        "short": "4801A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561945",
        "label": "618",
        "long": "Esta\u00e7\u00e3o Pampulha/Rio Branco Via Jardim Leblon",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561946",
        "label": "204",
        "long": "Esta\u00e7\u00e3o Vila Oeste / Nova Gameleira",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561947",
        "label": "8001A",
        "long": "Santa In\u00eas/BH Shopping",
        "short": "8001A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561948",
        "label": "620",
        "long": "Esta\u00e7\u00e3o Pampulha / Santa Monica Via Santa Amelia",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561949",
        "label": "616",
        "long": "Esta\u00e7\u00e3o Pampulha / Ceu Azul C",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561950",
        "label": "3350",
        "long": "Esta\u00e7\u00e3o Barreiro/Esta\u00e7\u00e3o Diamante",
        "short": "3350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561951",
        "label": "821",
        "long": "Esta\u00e7\u00e3o Jos\u00e9 C\u00e2ndido / Goi\u00e2nia",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561952",
        "label": "4034",
        "long": "Novo Dom Bosco / Savassi Via Padre Eustaquio",
        "short": "4034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561953",
        "label": "4113",
        "long": "Bom Jesus/Belvedere",
        "short": "4113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561955",
        "label": "SC04A",
        "long": "Santa Casa/Savassi/Rodoviaria A",
        "short": "SC04A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561956",
        "label": "621",
        "long": "Esta\u00e7\u00e3o Venda Nova / Lagoa",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561957",
        "label": "9030",
        "long": "Castanheiras/Centro",
        "short": "9030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561958",
        "label": "8551",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Esta\u00e7\u00e3o UFMG via Anel Rodovi\u00e1rio",
        "short": "8551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561959",
        "label": "645",
        "long": "Esta\u00e7\u00e3o Pampulha / Santa Monica Via Jardim Atl\u00e2ntico",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561960",
        "label": "337",
        "long": "Esta\u00e7\u00e3o Barreiro / Itaipu",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561961",
        "label": "9403",
        "long": "Paraiso/Cai\u00e7ara",
        "short": "9403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561963",
        "label": "SC04B",
        "long": "Santa Casa/Rodoviaria/Savassi B",
        "short": "SC04B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561964",
        "label": "4103",
        "long": "Aparecida/Mangabeiras",
        "short": "4103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561966",
        "label": "901",
        "long": "Circular Leste",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561968",
        "label": "82",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Savassi Via Hospitais",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561969",
        "label": "331",
        "long": "Esta\u00e7\u00e3o Barreiro/Conjunto Antonio Teixeira Dias Via Upa",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561970",
        "label": "3502",
        "long": "Ouro Preto/S\u00e3o Gabriel",
        "short": "3502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561971",
        "label": "3054",
        "long": "Milionarios/Centro",
        "short": "3054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561972",
        "label": "705",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / S\u00e3o Tomaz",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561973",
        "label": "1404A",
        "long": "Palmeiras / Alipio de Melo",
        "short": "1404A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561974",
        "label": "5401",
        "long": "S\u00e3o Luiz/Dom Cabral",
        "short": "5401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561975",
        "label": "327",
        "long": "Esta\u00e7\u00e3o Barreiro / Cardoso A",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561979",
        "label": "9414",
        "long": "Santa In\u00eas/Joao Pinheiro",
        "short": "9414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561982",
        "label": "406",
        "long": "Esta\u00e7\u00e3o Ponto S\u00e3o Jose/Pindorama Via Nossa Senhora da Gloria",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561983",
        "label": "9034",
        "long": "Taquaril/Centro",
        "short": "9034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561985",
        "label": "3503A",
        "long": "Santa Terezinha/S\u00e3o Gabriel",
        "short": "3503A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561987",
        "label": "709",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Tupi",
        "short": "709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561988",
        "label": "5106",
        "long": "Bandeirantes / Bh Shopping",
        "short": "5106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561992",
        "label": "642",
        "long": "Esta\u00e7\u00e3o Venda Nova/Esta\u00e7\u00e3o Vilarinho/Cidade Administrativa",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561993",
        "label": "1505",
        "long": "Alto dos Pinheiros/Tupi",
        "short": "1505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561998",
        "label": "8108",
        "long": "Cidade Nova/Savassi",
        "short": "8108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561999",
        "label": "813",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel/Paulo VI Via Ribeiro de Abreu",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562000",
        "label": "314",
        "long": "Esta\u00e7\u00e3o Diamante/Esta\u00e7\u00e3o Barreiro Via Santa Helena",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562001",
        "label": "714",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Casas Populares",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562003",
        "label": "5203",
        "long": "Castelo/Estrela do Oriente-Via Manacas",
        "short": "5203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562004",
        "label": "1030",
        "long": "Avenida",
        "short": "1030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562008",
        "label": "8151",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel/BH Shopping Via Anel Rodoviario",
        "short": "8151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562012",
        "label": "9404",
        "long": "S\u00e3o Lucas/Nova Esperan\u00e7a",
        "short": "9404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562013",
        "label": "707",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Jardim Guanabara",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562014",
        "label": "9214",
        "long": "Caetano Furquim / Hava\u00ed - Via Alto Hava\u00ed",
        "short": "9214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562016",
        "label": "32",
        "long": "Esta\u00e7\u00e3o Barreiro/Centro-Tamoios",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562020",
        "label": "9103",
        "long": "Santa Tereza/Santo Ant\u00f4nio",
        "short": "9103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562021",
        "label": "310",
        "long": "Esta\u00e7\u00e3o Diamante / 3 E 4 Secao",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562023",
        "label": "4031",
        "long": "Santa Maria / Hospitais",
        "short": "4031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562026",
        "label": "206",
        "long": "Circular Oeste",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562027",
        "label": "902",
        "long": "Taquaril / Castanheiras",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562030",
        "label": "3302B",
        "long": "Trevo Via Braunas",
        "short": "3302B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562032",
        "label": "SC01B",
        "long": "Contorno B",
        "short": "SC01B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562033",
        "label": "335",
        "long": "Esta\u00e7\u00e3o Barreiro / Lindeia",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562034",
        "label": "9210",
        "long": "Santa Teresa/Prado",
        "short": "9210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562035",
        "label": "9032",
        "long": "Granja de Freitas",
        "short": "9032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562043",
        "label": "8103",
        "long": "Nova Floresta/Santa L\u00facia",
        "short": "8103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562047",
        "label": "9405",
        "long": "Instituto Agron\u00f4mico/Monsenhor Messias",
        "short": "9405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562049",
        "label": "9204",
        "long": "Santa Efig\u00eania/Estoril",
        "short": "9204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562050",
        "label": "736",
        "long": "Esta\u00e7\u00e3o Vilarinho/Juliana B",
        "short": "736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562051",
        "label": "9105",
        "long": "Nova Vista/Sion",
        "short": "9105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562052",
        "label": "66",
        "long": "Esta\u00e7\u00e3o Vilarinho/Centro/Hospitais Via Cristiano Machado (Direta)",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562053",
        "label": "3030",
        "long": "Pilar-Olhos D Agua / Centro",
        "short": "3030",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562054",
        "label": "737",
        "long": "Esta\u00e7\u00e3o Vilarinho/Jaqueline",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562055",
        "label": "5102",
        "long": "UFMG/Santo Antonio",
        "short": "5102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562058",
        "label": "806",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Vista do Sol Via Nazar\u00e9",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562059",
        "label": "63",
        "long": "Esta\u00e7\u00e3o Venda Nova/Lagoinha",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562060",
        "label": "9412",
        "long": "Conjunto Taquaril/Padre Eust\u00e1quio",
        "short": "9412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562064",
        "label": "9209",
        "long": "Sagrada Fam\u00edlia/Gutierrez",
        "short": "9209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562066",
        "label": "201",
        "long": "Morro Das Pedras",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562068",
        "label": "4201",
        "long": "Alto Caicara/Nova Cintra",
        "short": "4201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562072",
        "label": "3301B",
        "long": "Castelo",
        "short": "3301B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562074",
        "label": "825",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel/Vitoria II Via Upa-Nordeste",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562075",
        "label": "639",
        "long": "Braunas / Shopping Del Rey",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562079",
        "label": "3052",
        "long": "Esta\u00e7\u00e3o Diamante/Bh Shopping-Via Havai",
        "short": "3052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562083",
        "label": "626",
        "long": "Esta\u00e7\u00e3o Venda Nova/Esplendor Via Nova America",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562084",
        "label": "609",
        "long": "Serra Verde/Santa Monica",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562085",
        "label": "9805",
        "long": "Santa Efig\u00eania/Renascen\u00e7a",
        "short": "9805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562088",
        "label": "35",
        "long": "Esta\u00e7\u00e3o Barreiro/Centro",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562090",
        "label": "4033",
        "long": "Camargos/Centro",
        "short": "4033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562093",
        "label": "812",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / S\u00e3o Gabriel A",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562096",
        "label": "1404C",
        "long": "Palmeiras / S\u00e3o Salvador",
        "short": "1404C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562101",
        "label": "739",
        "long": "Esta\u00e7\u00e3o Vilarinho/Jaqueline 2\u00aa Se\u00e7\u00e3o Via Frei Leopoldo",
        "short": "739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562105",
        "label": "325",
        "long": "Esta\u00e7\u00e3o Barreiro / Flavio Marques Lisboa",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562106",
        "label": "9402",
        "long": "Santa In\u00eas/Santo Andr\u00e9",
        "short": "9402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562109",
        "label": "4102",
        "long": "Aparecida/Serra",
        "short": "4102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562111",
        "label": "706",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Heli\u00f3polis",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562113",
        "label": "9801",
        "long": "Saudade/Santa Cruz",
        "short": "9801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562120",
        "label": "807",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Ribeiro de Abreu A",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562121",
        "label": "67",
        "long": "Esta\u00e7\u00e3o Vilarinho/Santo Agostinho Via Carlos Luz",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562122",
        "label": "SC01R",
        "long": "Contorno/Praca Milton Campos",
        "short": "SC01R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562125",
        "label": "732",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Tupi-Felicidade",
        "short": "732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562127",
        "label": "836",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Ribeiro de Abreu B",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562132",
        "label": "9415",
        "long": "Nossa Senhora de F\u00e1tima/Bonfim",
        "short": "9415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562134",
        "label": "51",
        "long": "Esta\u00e7\u00e3o Pampulha / Centro / Hospitais",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562136",
        "label": "734",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Aar\u00e3o Reis Via Minasl\u00e2ndia",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562137",
        "label": "4107",
        "long": "Alto Caicara/Serra",
        "short": "4107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562138",
        "label": "503",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Aparecida / Santa Rosa",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562140",
        "label": "303",
        "long": "Esta\u00e7\u00e3o Diamante / Santa Cecilia Via Castanheiras",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562144",
        "label": "504",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Santa Rosa / Aparecida",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562146",
        "label": "832",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Capitao Eduardo",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562148",
        "label": "5506A",
        "long": "Ribeiro de Abreu",
        "short": "5506A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562152",
        "label": "533",
        "long": "Castelo / Shopping Del Rey",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562153",
        "label": "336",
        "long": "Hospital Eduardo de Menezes / Vila Bernadete",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562155",
        "label": "340",
        "long": "Esta\u00e7\u00e3o Barreiro / Vila Mangueiras",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562156",
        "label": "837",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Conjunto Ribeiro de Abreu",
        "short": "837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562157",
        "label": "3250",
        "long": "Esta\u00e7\u00e3o Diamante/Buritis Via Palmeiras",
        "short": "3250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562160",
        "label": "640",
        "long": "Esta\u00e7\u00e3o Venda Nova / Jardim Leblon Via Rio Branco",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562163",
        "label": "107",
        "long": "Vila Marcola / Rua do Ouro",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562165",
        "label": "52",
        "long": "Esta\u00e7\u00e3o Pampulha / Avenida Antonio Carlos",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562167",
        "label": "607",
        "long": "Esta\u00e7\u00e3o Vilarinho / Esplendor",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562168",
        "label": "5503B",
        "long": "Goiania B",
        "short": "5503B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562171",
        "label": "83D",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Centro - Direta",
        "short": "83D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562172",
        "label": "30",
        "long": "Esta\u00e7\u00e3o Diamante/Centro",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562175",
        "label": "308",
        "long": "Esta\u00e7\u00e3o Barreiro / Tirol",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562178",
        "label": "321",
        "long": "Olhos D Agua / Pilar",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562181",
        "label": "617",
        "long": "Esta\u00e7\u00e3o Pampulha / Piratininga Via Rio Branco",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562184",
        "label": "302",
        "long": "Esta\u00e7\u00e3o Diamante / Vila Pinho",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562185",
        "label": "83P",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Centro - Paradora",
        "short": "83P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562189",
        "label": "811",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Vista do Sol Via PUC",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562193",
        "label": "65",
        "long": "Esta\u00e7\u00e3o Vilarinho/Centro Via Ant\u00f4nio Carlos-Direta",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": false,
        "id": "562201",
        "label": "912",
        "long": "Conjunto Taquaril/Pra\u00e7a Che Guevara",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562202",
        "label": "208",
        "long": "Esta\u00e7\u00e3o Barreiro/Betania Via Novo Das Industrias",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562204",
        "label": "4802A",
        "long": "Pindorama/Boa Vista",
        "short": "4802A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562210",
        "label": "2101",
        "long": "Grajau/Sion",
        "short": "2101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562217",
        "label": "8550",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Zool\u00f3gico via Esta\u00e7\u00e3o Pampulha",
        "short": "8550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562218",
        "label": "2152",
        "long": "Salgado Filho/Cruzeiro",
        "short": "2152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562220",
        "label": "3301A",
        "long": "Santa Terezinha",
        "short": "3301A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562225",
        "label": "102",
        "long": "Nossa Senhora de Fatima/Hospital Evangelico",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562227",
        "label": "710",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Provid\u00eancia",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562230",
        "label": "703",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Guarani A",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562237",
        "label": "535",
        "long": "Trevo Via Braunas / Shopping Del Rey",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562239",
        "label": "6350",
        "long": "Esta\u00e7\u00e3o Vilarinho/Esta\u00e7\u00e3o Barreiro Via Anel Rodoviario",
        "short": "6350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562240",
        "label": "104",
        "long": "Esta\u00e7\u00e3o Lagoinha / Avenida",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562241",
        "label": "304",
        "long": "Esta\u00e7\u00e3o Diamante / Jatoba Iv",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562250",
        "label": "9411",
        "long": "Casa Branca/S\u00e3o Jos\u00e9",
        "short": "9411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562252",
        "label": "1170",
        "long": "Santa Lucia/Mangabeiras",
        "short": "1170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562253",
        "label": "8208",
        "long": "Santa Cruz / Uni-Estoril",
        "short": "8208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562264",
        "label": "740",
        "long": "Tupi / Mirante",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562271",
        "label": "6031",
        "long": "Cidade Administrativa/Centro",
        "short": "6031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562272",
        "label": "708",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Felicidade",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562284",
        "label": "809",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Belmonte",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562288",
        "label": "826",
        "long": "Montes Claros / Rua S\u00e3o Romulo",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562290",
        "label": "2033",
        "long": "Betania / Centro",
        "short": "2033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562294",
        "label": "8150",
        "long": "Uni\u00e3o / Serra",
        "short": "8150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562302",
        "label": "810",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel/Parque Belmonte via Dom Silverio",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562303",
        "label": "4150",
        "long": "Shopping Del Rey/Bh Shopping",
        "short": "4150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562304",
        "label": "624",
        "long": "Esta\u00e7\u00e3o Venda Nova / Maria Helena A",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562310",
        "label": "8207",
        "long": "Maria Goretti/Estrela Dalva",
        "short": "8207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562313",
        "label": "3501B",
        "long": "Ouro Preto 3a Gleba/Bairro Ipe Via Jardim Montanhes",
        "short": "3501B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562322",
        "label": "4403C",
        "long": "Residencial Sarandi",
        "short": "4403C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562323",
        "label": "638",
        "long": "Esta\u00e7\u00e3o Vilarinho/Minas Caixa",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562327",
        "label": "735",
        "long": "Esta\u00e7\u00e3o Vilarinho/Juliana A",
        "short": "735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562331",
        "label": "4106",
        "long": "S\u00e3o Cristovao/Santo Antonio",
        "short": "4106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562337",
        "label": "1505R",
        "long": "Conjunto Felicidade / Centro",
        "short": "1505R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562341",
        "label": "636",
        "long": "Esta\u00e7\u00e3o Vilarinho / Jardim Europa",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562347",
        "label": "8350",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel/Esta\u00e7\u00e3o Barreiro",
        "short": "8350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562349",
        "label": "205",
        "long": "Metro Calafate/Buritis",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562351",
        "label": "635",
        "long": "Esta\u00e7\u00e3o Vilarinho / Jardim dos Comerciarios C",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562358",
        "label": "1145",
        "long": "Bairro Das Industrias",
        "short": "1145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562360",
        "label": "5550",
        "long": "Esta\u00e7\u00e3o Pampulha / Esta\u00e7\u00e3o Ponto S\u00e3o Jose",
        "short": "5550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562361",
        "label": "1510",
        "long": "Madre Gertrudes/Providencia",
        "short": "1510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562363",
        "label": "715",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Monte Azul",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562367",
        "label": "101",
        "long": "Aglomerado Santa Lucia",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562370",
        "label": "2104",
        "long": "Nova Gameleira/Bh Shopping",
        "short": "2104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562377",
        "label": "4410",
        "long": "Celso Machado Via Saramenha/Urca",
        "short": "4410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562378",
        "label": "822",
        "long": "Esta\u00e7\u00e3o Jose Candido/Vila Maria",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562388",
        "label": "2035",
        "long": "Bairro Das Industrias / Centro",
        "short": "2035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562389",
        "label": "5033",
        "long": "Santa Terezinha/Praca da Liberdade via Tancredo Neves",
        "short": "5033",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562393",
        "label": "9206",
        "long": "Vera Cruz/Buritis",
        "short": "9206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562397",
        "label": "903",
        "long": "Granja de Freitas / Taquaril via Alto Vera Cruz",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562407",
        "label": "623",
        "long": "Esta\u00e7\u00e3o Venda Nova / Vila Santa Branca",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562410",
        "label": "702",
        "long": "Esta\u00e7\u00e3o Vilarinho/Xodo-Marize Via Jardim Guanabara",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562412",
        "label": "711",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Solim\u00f5es",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "573119",
        "label": "720",
        "long": "Circular Sa\u00fade MG20",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9761,
    "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": "scorecard_feed_expired",
      "count": 1,
      "effort": "Usually one export setting; export on a schedule so it never lapses again.",
      "fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
      "owner": "Likely your export tool",
      "points": 100.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Service data ended 930 day(s) ago.",
      "why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
    },
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 15115,
      "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": 2,
      "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": 9603,
      "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": 24.6,
      "rank": 3,
      "severity": "WARNING",
      "what": "9603 of 9761 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."
    }
  ],
  "validator_version": "8.0.1"
}
