{
  "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": 4.1,
          "stops_marked_accessible_pct": 2.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 2.0,
          "trips_stated_pct": 7.7
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.5,
          "wheelchair_trips": 1.2
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_applicable_trips": 107461,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_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": 9665,
        "translations": {
          "feed_lang": "pt-BR",
          "has_translations": true,
          "languages": [
            "pt-br"
          ],
          "translated_tables": [
            "calendar"
          ],
          "translation_count": 14
        },
        "trips": 107461,
        "unmeasured_components": [],
        "wheelchair_accessible_pct": 7.7,
        "wheelchair_boarding_pct": 2.0,
        "wheelchair_marked_accessible_pct": 2.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 9476,
          "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.5,
          "severity": "WARNING",
          "what": "9476 of 9665 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": 99152,
          "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": 13.8,
          "severity": "WARNING",
          "what": "99152 of 107461 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt to link entrances, platforms, and elevators. Give each one a level.",
          "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": 61.6,
      "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 published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 14,
        "instances_by_severity": {
          "ERROR": 19387,
          "INFO": 6,
          "WARNING": 58108
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance",
          "count": 19387,
          "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": 56969,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 1053,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "stop_without_stop_time",
          "count": 26,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no bus is scheduled to arrive."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 22,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 15,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "expired_calendar",
          "count": 8,
          "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": "service_has_no_active_day_of_the_week",
          "count": 8,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 5,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 1,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "route_color_contrast",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "big_gap_in_service",
          "count": 4,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "feed_valid_beyond_total_service_window",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'feed_valid_beyond_total_service_window' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Feed valid beyond total service window (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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": 16.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 14 kinds of issue across 77501 instances (19387 error, 58108 warning, 6 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 121,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": "2027-03-15",
        "feed_start_date": "2023-09-07",
        "feed_version": "202603252005",
        "has_feed_info": true,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": true,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 121 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "mirror",
    "level": "provisional",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The official feed URL on file 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 covers the next 121 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 2% of stops and 8% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "Two requirements remain for this feed to earn the conformance mark. 1 validator error to resolve. States wheelchair access on 2% of stops and 8% of trips; the mark needs 90% of each.",
    "version": 2
  },
  "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": "ac17ce8681241a8bcd114e84747320b3e40caca6a49e9e7bc344462e54ff22d7",
    "size_bytes": 46423753,
    "source_provenance": "official",
    "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://files.mobilitydatabase.org/mdb-9/latest.zip",
    "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-09-01T00:00:00+00:00",
  "geo": {
    "bbox": [
      -44.05939,
      -20.02845,
      -43.86263,
      -19.77621
    ],
    "lat": -19.90003,
    "lon": -43.96074,
    "stop_count": 9665
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 304,
        "trip_count": 107461,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 304,
    "trip_count": 107461
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 51.5,
    "margin_to_next_band": 8.5,
    "score": 51.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 2,
      "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": "2 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (8251, 109).",
      "why": "Riders with low vision struggle to read a low-contrast route badge. It also washes out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 7,
      "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": "7 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": "A screen reader speaks the raw name. 'Main St & 2nd Ave' can come out as 'Main saint', or lose 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 if a step-free route exists inside the station. Trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 9617,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 26,
        "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": "26 of 9617 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": 26,
    "single_stop_trips": 0,
    "trips_total": 107461
  },
  "route_map": {
    "drawn_route_count": 302,
    "has_shapes": true,
    "path": "data/artifacts/bhtrans-convencional/geometry.geojson",
    "route_count": 304,
    "routes": [
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "1004841",
        "label": "3151",
        "long": "Esta\u00e7\u00e3o Diamante/Parque das Mangabeiras via Hava\u00ed",
        "short": "3151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1004842",
        "label": "6150",
        "long": "Esta\u00e7\u00e3o Venda Nova/Parque Mangabeiras via Esta\u00e7\u00e3o S\u00e3o Gabriel",
        "short": "6150",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "1005031",
        "label": "5350",
        "long": "Esta\u00e7\u00e3o Diamante/Zool\u00f3gico via Esta\u00e7\u00e3o Barreiro",
        "short": "5350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1006539",
        "label": "1031",
        "long": "Esta\u00e7\u00e3o Central / Av. Raja Gab\u00e1glia",
        "short": "1031",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": false,
        "id": "1012780",
        "label": "8251",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel/Gutierrez Via Barro Preto",
        "short": "8251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": false,
        "id": "1014535",
        "label": "109",
        "long": "Fazendinha/Rua do Ouro Via Vila parecida",
        "short": "109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "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 - Via Prado",
        "short": "4205",
        "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": "Bra\u00fanas / Centro",
        "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": "000000",
        "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": "000000",
        "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": "C\u00e9u Azul B / Esta\u00e7\u00e3o Pampulha - Via Gar\u00e7as",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561825",
        "label": "3053",
        "long": "Esta\u00e7\u00e3o Barreiro/Barro 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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561835",
        "label": "8107",
        "long": "Conc\u00f3rdia/S\u00e3o Pedro - Via Col\u00e9gio Batista",
        "short": "8107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561836",
        "label": "718",
        "long": "Planalto / Esta\u00e7\u00e3o Pampulha - Via Itap\u00f5a",
        "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/Vista Alegre/Nova Cintra",
        "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 Ant\u00f4nio / Centro / Hospitais",
        "short": "5502C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561849",
        "label": "717",
        "long": "Campo Alegre / Esta\u00e7\u00e3o Pampulha - Via Planalto",
        "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 / Maldonado",
        "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": "Gl\u00f3ria / Centro - Via Padre Eust\u00e1quio",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561872",
        "label": "614",
        "long": "C\u00e9u Azul A / Esta\u00e7\u00e3o Pampulha - Via Avenida Portugal",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561874",
        "label": "8203",
        "long": "Renascenca/Buritis - Via Nova Sui\u00e7a",
        "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 / Avenida Ant\u00f4nio Carlos",
        "short": "68",
        "text_color": "000000",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561891",
        "label": "3302A",
        "long": "Nova Pampulha/Centro - Via Zool\u00f3gico",
        "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": "000000",
        "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": "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 / Centro / Hospitais",
        "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": "000000",
        "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 / Centro / Hospitais",
        "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": "000000",
        "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": "000000",
        "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 - Via Hospital Metropolitano",
        "short": "3350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561951",
        "label": "821",
        "long": "Goi\u00e2nia / Metr\u00f4 Esta\u00e7\u00e3o Jos\u00e9 C\u00e2ndido",
        "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": "000000",
        "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/Parque das Mangabeiras",
        "short": "4103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561966",
        "label": "901",
        "long": "Circular Leste / Baleia / Hospitais",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "561969",
        "label": "331",
        "long": "Esta\u00e7\u00e3o Barreiro / Conjunto Ant\u00f4nio Teixeira Dias",
        "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": "000000",
        "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/Jo\u00e3o 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 Jos\u00e9 / Pindorama  - Via Gl\u00f3ria",
        "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": "000000",
        "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 - Via Rua da Bahia",
        "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": "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": "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 / Centro - 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 / Centro - Via Avenida dos Andradas",
        "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 - Via Lourdes",
        "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",
        "short": "66",
        "text_color": "000000",
        "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 / Avenida Ant\u00f4nio Carlos",
        "short": "63",
        "text_color": "000000",
        "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 / Hospital Madre Teresa",
        "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 / Centro - Via Avenida Carlos Luz",
        "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": "000000",
        "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": "000000",
        "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": "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": "Vila Bernadete / Jardim Liberdade",
        "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 Mar\u00e7ola / 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": "000000",
        "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": "Goi\u00e2nia B / Centro / Hospitais",
        "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": "000000",
        "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": "000000",
        "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": "000000",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562218",
        "label": "2152",
        "long": "Salgado Filho/Cruzeiro - Via Savassi",
        "short": "2152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562220",
        "label": "3301A",
        "long": "Santa Terezinha / Hospitais",
        "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 - Via Primeiro de Maio",
        "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": "000000",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562240",
        "label": "104",
        "long": "Esta\u00e7\u00e3o Lagoinha / Av. Afonso Pena",
        "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 - Via Savassi",
        "short": "1170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "562253",
        "label": "8208",
        "long": "Santa Cruz / Buritis - Via Avenida Bar\u00e3o",
        "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": "000000",
        "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 - Via Floresta / Hospitais",
        "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": "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 Ant\u00f4nio - Via Savassi",
        "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 - Via Cen\u00e1culo",
        "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 Ind\u00fastrias/Centro via Av. Amazonas",
        "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": "000000",
        "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 L\u00facia / S\u00e3o Pedro",
        "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": "562378",
        "label": "822",
        "long": "Santa In\u00eas / Vila Maria - Via Esta\u00e7\u00e3o Jos\u00e9 C\u00e2ndido",
        "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 - Via Avenida Raja Gab\u00e1glia",
        "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"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "596937",
        "label": "721",
        "long": "Esta\u00e7\u00e3o S\u00e3o Gabriel / Maria Teresa Via Parque Cerrado",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "600190",
        "label": "5034",
        "long": "Urca/Centro Via Confisco",
        "short": "5034",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "603188",
        "label": "5035",
        "long": "Zool\u00f3gico/Hospitais Via Serrano",
        "short": "5035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "603413",
        "label": "646",
        "long": "Esta\u00e7\u00e3o Vilarinho/Zool\u00f3gico Via Esta\u00e7\u00e3o Venda Nova",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "603888",
        "label": "5036",
        "long": "Celso Machado/Centro",
        "short": "5036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "608000",
        "label": "513",
        "long": "Esta\u00e7\u00e3o Pampulha / Dandara via Bra\u00fanas",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "637902",
        "label": "3150",
        "long": "Regina-Lindeia/BH Shopping via Anel Rodovi\u00e1rio",
        "short": "3150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "701772",
        "label": "2036",
        "long": "Alto Hava\u00ed/Centro/Hospitais",
        "short": "2036",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "701774",
        "label": "209",
        "long": "Circular Sa\u00fade Hava\u00ed",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "954089",
        "label": "407",
        "long": "Calif\u00f3rnia/Gl\u00f3ria via Centro de Sa\u00fade Calif\u00f3rnia",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "012841",
        "color_name": "black",
        "has_shape": true,
        "id": "987722",
        "label": "343",
        "long": "Vila Ecol\u00f3gica / Independ\u00eancia - Via Centro de Sa\u00fade",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "BED000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "989341",
        "label": "10",
        "long": "Madrug\u00e3o / Circular Noturno",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9665,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.18",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.3"
  },
  "snapshot_date": "2026-09-01",
  "top_fixes": [
    {
      "code": "trip_distance_exceeds_shape_distance",
      "count": 19387,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'trip_distance_exceeds_shape_distance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Trip distance exceeds shape distance (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 9476,
      "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.5,
      "rank": 2,
      "severity": "WARNING",
      "what": "9476 of 9665 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": 99152,
      "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": 13.8,
      "rank": 3,
      "severity": "WARNING",
      "what": "99152 of 107461 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
