{
  "agency": {
    "country": "ES",
    "id": "emt-madrid",
    "name": "EMT Madrid",
    "subdivision_code": "ES-MD",
    "subdivision_name": "Madrid, Comunidad de"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 4886,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 73166,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 4886,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "4886 of 4886 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": 73166,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "73166 of 73166 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 37.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 3,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 7354,
          "WARNING": 2
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "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": "trip_headsign_matches_intermediate_stop",
          "count": 7354,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_headsign_matches_intermediate_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 91.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 3 kinds of issue across 7356 instances (0 error, 2 warning, 7354 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 166,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 166 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 166 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "EMT MobilityLabs open data terms permitting reuse, including commercial reuse, with attribution. The GTFS archive is an open direct download; only the realtime APIs are registration-gated.",
    "reachable": true,
    "sha256": "cd93c5384b647faf3b84f8744b93c5ec927f5086f8821bbac7dc5793971f4dce",
    "size_bytes": 15459406,
    "static_url": "https://servicios.emtmadrid.es:8443/gtfs/transitemt.zip"
  },
  "fetch": {
    "final_url": "https://servicios.emtmadrid.es:8443/gtfs/transitemt.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      -3.83657,
      40.3322,
      -3.54249,
      40.53653
    ],
    "lat": 40.42543,
    "lon": -3.68605,
    "stop_count": 4886
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 237,
        "trip_count": 73166,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 237,
    "trip_count": 73166
  },
  "overall": {
    "grade": "C",
    "margin_to_lower_band": 2.8,
    "margin_to_next_band": 7.2,
    "score": 72.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 9,
      "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": "9 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Av. Mediterr\u00e1neo - Conde De Casal\", \"Av. Mediterr\u00e1neo - Conde De Casal\", \"Av. Am\u00e9rica - Fco. Silvela\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    }
  ],
  "routability": {
    "boardable_stops": 4886,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 73166
  },
  "route_map": {
    "drawn_route_count": 232,
    "has_shapes": true,
    "path": "data/artifacts/emt-madrid/geometry.geojson",
    "route_count": 237,
    "routes": [
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "001",
        "label": "1",
        "long": "Plaza de Cristo Rey - Prosperidad",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "002",
        "label": "2",
        "long": "Plaza de Manuel Becerra - Avenida Reina Victoria",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "003",
        "label": "3",
        "long": "Puerta de Toledo - Plaza de San Amaro",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "004",
        "label": "4",
        "long": "Plaza de Ciudad Lineal - Puerta de Arganda",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "005",
        "label": "5",
        "long": "Puerta del Sol/sevilla - Estacion de Chamartin",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "006",
        "label": "6",
        "long": "Plaza Tirso de Molina - Orcasitas",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "007",
        "label": "7",
        "long": "Plaza de Alonso Martinez - Manoteras",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "008",
        "label": "8",
        "long": "Plaza de Legazpi - Valdebernardo",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "009",
        "label": "9",
        "long": "Puerta del Sol/sevilla - Hortaleza",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "010",
        "label": "10",
        "long": "Plaza de Cibeles - Palomeras",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "011",
        "label": "11",
        "long": "Marques de Viana - Barrio Blanco",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "012",
        "label": "12",
        "long": "Plaza de Cristo Rey - Paseo Marques de Zafra",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "014",
        "label": "14",
        "long": "Plaza de Conde de Casal - Avenida de Pio XII",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "015",
        "label": "15",
        "long": "Puerta del Sol/sevilla - la Elipa",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "016",
        "label": "16",
        "long": "Moncloa - Avenida de Pio XII",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "017",
        "label": "17",
        "long": "Plaza Mayor - Colonia Parque de Europa",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "018",
        "label": "18",
        "long": "Plaza Mayor - Villaverde Cruce",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "019",
        "label": "19",
        "long": "Plaza de Catalu\u00f1a - Plaza de Legazpi",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "020",
        "label": "20",
        "long": "Puerta del Sol/sevilla - Pavones",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "021",
        "label": "21",
        "long": "Paseo del Pintor Rosales - Barrio el Salvador",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "022",
        "label": "22",
        "long": "Plaza de Legazpi - Villaverde Alto",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "023",
        "label": "23",
        "long": "Plaza Mayor - Villaverde Cruce",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "024",
        "label": "24",
        "long": "Estacion de Atocha - Estacion el Pozo",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "025",
        "label": "25",
        "long": "Plaza de Espa\u00f1a - Casa de Campo",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "026",
        "label": "26",
        "long": "Plaza de Tirso de Molina - Diego de Leon",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "027",
        "label": "27",
        "long": "Glorieta de Embajadores - Plaza de Castilla",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "028",
        "label": "28",
        "long": "Puerta de Alcala - Barrio de Canillejas",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "029",
        "label": "29",
        "long": "Avenida de Felipe II - Manoteras",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "030",
        "label": "30",
        "long": "Avenida de Felipe II - Pavones",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "031",
        "label": "31",
        "long": "Plaza Mayor - Aluche",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "032",
        "label": "32",
        "long": "Plaza de Tirso de Molina - Pavones",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "033",
        "label": "33",
        "long": "Principe Pio - Casa de Campo",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "034",
        "label": "34",
        "long": "Plaza de Cibeles - las Aguilas",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "035",
        "label": "35",
        "long": "Plaza Mayor - Carabanchel Alto",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "036",
        "label": "36",
        "long": "Atocha - Campamento",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "037",
        "label": "37",
        "long": "Glorieta de Cuatro Caminos - Puente de Vallecas",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "038",
        "label": "38",
        "long": "Plaza de Manuel Becerra - las Rosas",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "039",
        "label": "39",
        "long": "Plaza de Espa\u00f1a - Colonia San Ignacio de Loyola",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "040",
        "label": "40",
        "long": "Tribunal - Alfonso XIII",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "041",
        "label": "41",
        "long": "Atocha - Colonia Manzanares",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "042",
        "label": "42",
        "long": "Plaza de Castilla - Barrio de Pe\u00f1agrande",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "043",
        "label": "43",
        "long": "Avenida de Felipe II - Estrecho",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "044",
        "label": "44",
        "long": "Plaza del Callao - Marques de Viana",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "045",
        "label": "45",
        "long": "Plaza de Legazpi - Avenida Reina Victoria",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "046",
        "label": "46",
        "long": "Puerta del Sol/sevilla - Moncloa",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "047",
        "label": "47",
        "long": "Atocha - Carabanchel Alto",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "048",
        "label": "48",
        "long": "Plaza de Manuel Becerra - Barrio de Canillejas",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "049",
        "label": "49",
        "long": "Plaza de Castilla - Pitis",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "050",
        "label": "50",
        "long": "Plaza Mayor - Avenida del Manzanares",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "051",
        "label": "51",
        "long": "Puerta del Sol/sevilla - Plaza del Peru",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "052",
        "label": "52",
        "long": "Puerta del Sol/sevilla - Santamarca",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "053",
        "label": "53",
        "long": "Puerta del Sol/sevilla - Arturo Soria",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "054",
        "label": "54",
        "long": "Estacion de Atocha - Congosto",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "055",
        "label": "55",
        "long": "Atocha - Batan",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "056",
        "label": "56",
        "long": "Diego de Leon - Numancia",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "057",
        "label": "57",
        "long": "Estacion de Atocha - Alto del Arenal",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "058",
        "label": "58",
        "long": "Puente Vallecas - Barrio de Santa Eugenia",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "059",
        "label": "59",
        "long": "Estacion de Atocha - Colonia San Cristobal de los Angeles",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "060",
        "label": "60",
        "long": "Plaza de la Cebada - Orcasitas",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "061",
        "label": "61",
        "long": "Moncloa - Narvaez",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "062",
        "label": "62",
        "long": "Plaza de Cristo Rey - los Puertos",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "063",
        "label": "63",
        "long": "Avenida de Felipe II - Barrio de Santa Eugenia",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "064",
        "label": "64",
        "long": "Glorieta de Cuatro Caminos - Pitis",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "065",
        "label": "65",
        "long": "Plaza de Jacinto Benavente - Colonia Gran Capitan",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "066",
        "label": "66",
        "long": "Glorieta de Cuatro Caminos - Fuencarral",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "067",
        "label": "67",
        "long": "Plaza de Castilla - Barrio de Pe\u00f1agrande",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "068",
        "label": "C1",
        "long": "Circular 1 -",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "069",
        "label": "C2",
        "long": "Circular 2 -",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "070",
        "label": "70",
        "long": "Plaza de Castilla - Alsacia",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "071",
        "label": "71",
        "long": "Plaza de Manuel Becerra - Puerta de Arganda",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "072",
        "label": "72",
        "long": "Diego de Leon - Hortaleza",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "073",
        "label": "73",
        "long": "Diego de Leon - Feria de Madrid",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "074",
        "label": "74",
        "long": "Paseo del Pintor Rosales - Parque de las Avenidas",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "075",
        "label": "75",
        "long": "Plaza del Callao - Colonia Manzanares",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "076",
        "label": "76",
        "long": "Plaza Beata Maria Ana de Jesus - Villaverde Alto",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "077",
        "label": "77",
        "long": "Plaza de Ciudad Lineal - Colonia Fin de Semana",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "078",
        "label": "78",
        "long": "Glorieta de Embajadores - Barrio de San Fermin",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "079",
        "label": "79",
        "long": "Plaza de Legazpi - Villaverde Alto",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "081",
        "label": "81",
        "long": "Oporto - Hospital 12 de Octubre",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "082",
        "label": "82",
        "long": "Moncloa - Pitis",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "083",
        "label": "83",
        "long": "Moncloa - Barrio de la Paz",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "085",
        "label": "85",
        "long": "Estacion de Atocha - Butarque",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "086",
        "label": "86",
        "long": "Estacion de Atocha - Villaverde Alto",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "087",
        "label": "87",
        "long": "Plaza de la Republica Dominicana - las Carcavas",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "088",
        "label": "88",
        "long": "Canillejas - Rejas",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": false,
        "id": "090",
        "label": "E",
        "long": "Plaza del Conde de Casal - Sierra de Guadalupe",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": false,
        "id": "091",
        "label": "F",
        "long": "Glorieta de Cuatro Caminos - Ciudad Universitaria",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": false,
        "id": "092",
        "label": "G",
        "long": "Moncloa - Ciudad Universitaria",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "093",
        "label": "A",
        "long": "Moncloa - Campus Somosaguas",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "096",
        "label": "H",
        "long": "Aluche - Campus de Somosaguas",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": false,
        "id": "099",
        "label": "U",
        "long": "Avenida de Seneca - Paraninfo",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "Moratalaz - Valderrivas",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "101",
        "label": "101",
        "long": "Canillejas - Aeropuerto - Barajas",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "102",
        "label": "102",
        "long": "Estacion de Atocha - Estacion el Pozo",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "103",
        "label": "103",
        "long": "Estacion el Pozo - Ecobulevar",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "104",
        "label": "104",
        "long": "Plaza de Ciudad Lineal - Mar de Cristal",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "105",
        "label": "105",
        "long": "Plaza de Ciudad Lineal - Barajas",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "106",
        "label": "106",
        "long": "Plaza de Manuel Becerra - Vicalvaro",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "107",
        "label": "107",
        "long": "Plaza de Castilla - Hortaleza",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "108",
        "label": "108",
        "long": "Oporto - Cementerio de Carabanchel",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "109",
        "label": "109",
        "long": "Plaza de Ciudad Lineal - Castillo de Ucles",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "110",
        "label": "110",
        "long": "Plaza de Manuel Becerra - Cementerio de la Almudena",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "111",
        "label": "111",
        "long": "Puente Vallecas - Entrevias",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "112",
        "label": "112",
        "long": "Mar de Cristal - Barrio del Aeropuerto",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "113",
        "label": "113",
        "long": "Mendez Alvaro - Plaza de Ciudad Lineal",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "114",
        "label": "114",
        "long": "Avenida de America - Barrio del Aeropuerto",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "115",
        "label": "115",
        "long": "Avenida de America - Barajas",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "116",
        "label": "116",
        "long": "Glorieta de Embajadores - Villaverde Cruce",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "118",
        "label": "118",
        "long": "Glorieta de Embajadores - Avenida de la Peseta",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "119",
        "label": "119",
        "long": "Atocha - Barrio de Goya",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "120",
        "label": "120",
        "long": "Plaza de Lima - Hortaleza",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "121",
        "label": "121",
        "long": "Campamento - Hospital 12 de Octubre",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "122",
        "label": "122",
        "long": "Avenida de America - Feria de Madrid",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "123",
        "label": "123",
        "long": "Plaza de Legazpi - Butarque",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "124",
        "label": "124",
        "long": "Glorieta de Cuatro Caminos - Lacoma",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "125",
        "label": "125",
        "long": "Mar de Cristal - Hospital Ramon y Cajal",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "126",
        "label": "126",
        "long": "Nuevos Ministerios - Barrio del Pilar",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "127",
        "label": "127",
        "long": "Glorieta de Cuatro Caminos - Ciudad de los Periodistas",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "128",
        "label": "128",
        "long": "Glorieta de Cuatro Caminos - Barrio del Pilar",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "129",
        "label": "129",
        "long": "Plaza de Castilla - Manoteras",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "130",
        "label": "130",
        "long": "Villaverde Alto - Vicalvaro",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "131",
        "label": "131",
        "long": "Campamento - Villaverde Alto",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "132",
        "label": "132",
        "long": "Moncloa - Hospital la Paz",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "133",
        "label": "133",
        "long": "Plaza del Callao - Mirasierra",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "134",
        "label": "134",
        "long": "Plaza de Castilla|vaguada - Montecarmelo",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "135",
        "label": "135",
        "long": "Plaza de Castilla - Hospital Ramon y Cajal",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "136",
        "label": "136",
        "long": "Pacifico - Madrid Sur",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "137",
        "label": "137",
        "long": "Ciudad Puerta de Hierro - Fuencarral",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "138",
        "label": "138",
        "long": "Plaza de Cristo Rey - Colonia San Ignacio de Loyola",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "139",
        "label": "139",
        "long": "Dehesa del Principe - Carabanchel Alto",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "140",
        "label": "140",
        "long": "Pavones - Canillejas",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "141",
        "label": "141",
        "long": "Estacion de Atocha - Buenos Aires",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "142",
        "label": "142",
        "long": "Pavones - Ensanche de Vallecas",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "143",
        "label": "143",
        "long": "Plaza de Manuel Becerra - Villa de Vallecas",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "144",
        "label": "144",
        "long": "Pavones - Entrevias",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "145",
        "label": "145",
        "long": "Plaza del Conde de Casal - Ensanche de Vallecas",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "146",
        "label": "146",
        "long": "Plaza del Callao - los Molinos",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "147",
        "label": "147",
        "long": "Plaza del Callao - Barrio del Pilar",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "148",
        "label": "148",
        "long": "Plaza del Callao - Puente de Vallecas",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "149",
        "label": "149",
        "long": "Tribunal - Plaza de Castilla",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "150",
        "label": "150",
        "long": "Puerta del Sol/sevilla - Colonia Virgen del Cortijo",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "151",
        "label": "151",
        "long": "Canillejas - Barajas",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "152",
        "label": "152",
        "long": "Avenida de Felipe II - Mendez Alvaro",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "153",
        "label": "153",
        "long": "las Rosas - Mar de Cristal",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "155",
        "label": "155",
        "long": "Plaza Eliptica - Aluche",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "156",
        "label": "156",
        "long": "Plaza de Manuel Becerra - Plaza de Legazpi",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "158",
        "label": "158",
        "long": "Plaza de Espa\u00f1a - los Carmenes",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "159",
        "label": "159",
        "long": "Alsacia - el Ca\u00f1averal",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "160",
        "label": "160",
        "long": "Moncloa - Aravaca",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "161",
        "label": "161",
        "long": "Moncloa - Aravaca Sur",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "162",
        "label": "162",
        "long": "Moncloa - el Barrial",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "163",
        "label": "163",
        "long": "Estacion de Aravaca - el Plantio",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "164",
        "label": "164",
        "long": "Moncloa - el Pardo",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "165",
        "label": "165",
        "long": "Alsacia - Hospital Ramon y Cajal",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "166",
        "label": "166",
        "long": "Barajas - Hospital Ramon y Cajal",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "167",
        "label": "167",
        "long": "Alsacia - Colonia Fin de Semana",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "170",
        "label": "170",
        "long": "Arroyo del Fresno - Sanchinarro",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "171",
        "label": "171",
        "long": "Mar de Cristal - Valdebebas",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "172",
        "label": "172",
        "long": "Mar de Cristal - Telefonica",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "173",
        "label": "173",
        "long": "Plaza de Castilla - Sanchinarro",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "174",
        "label": "174",
        "long": "Plaza de Castilla - Valdebebas",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "175",
        "label": "175",
        "long": "Plaza de Castilla - las Tablas Norte",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "176",
        "label": "176",
        "long": "Plaza de Castilla - las Tablas Sur",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "177",
        "label": "177",
        "long": "Plaza de Castilla - Marques de Viana",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "178",
        "label": "178",
        "long": "Plaza de Castilla - Montecarmelo",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "179",
        "label": "179",
        "long": "Plaza Castilla - el Pardo",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "180",
        "label": "180",
        "long": "Plaza de Legazpi - Estacion el Pozo",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "200",
        "label": "200",
        "long": "Avenida de America - Aeropuerto",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "203",
        "label": "203",
        "long": "Estacion de Atocha - Aeropuerto",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "210",
        "label": "210",
        "long": "Diego de Leon - la Elipa",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "215",
        "label": "215",
        "long": "Avenida de Felipe II - Parque de Roma",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "247",
        "label": "247",
        "long": "Atocha - Colonia San Jose Obrero",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "310",
        "label": "310",
        "long": "Pacifico - Estacion el Pozo",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "361",
        "label": "001",
        "long": "Estacion de Atocha - Moncloa",
        "short": "001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "362",
        "label": "002",
        "long": "Puerta Toledo - Arg\u00fcelles",
        "short": "002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "363",
        "label": "C03",
        "long": "Puerta de Toledo - Arg\u00fcelles",
        "short": "C03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "372",
        "label": "172SF",
        "long": "Mar de Cristal - las Tablas",
        "short": "172SF",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "401",
        "label": "E1",
        "long": "Plaza de Cibeles - la Peseta",
        "short": "E1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "402",
        "label": "E2",
        "long": "Avenida de Felipe II - las Rosas",
        "short": "E2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "403",
        "label": "E3",
        "long": "Avenida de Felipe II - Valderrivas",
        "short": "E3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "404",
        "label": "E4",
        "long": "Avenida de Felipe II - Valdebernardo",
        "short": "E4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "405",
        "label": "E5",
        "long": "Manuel Becerra - el Ca\u00f1averal",
        "short": "E5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "451",
        "label": "T11",
        "long": "Mar de Cristal - Parque Empresarial Cristalia",
        "short": "T11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "452",
        "label": "T23",
        "long": "Puerta de Arganda - Poligono Industrial de Vicalvaro",
        "short": "T23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "453",
        "label": "T32",
        "long": "Plaza de Legazpi - Mercamadrid - C. T. M",
        "short": "T32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "454",
        "label": "T31",
        "long": "Estacion el Pozo - Sierra de Guadalupe",
        "short": "T31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "455",
        "label": "T61",
        "long": "Estacion de Cercanias de Fuencarral - las Tablas",
        "short": "T61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "456",
        "label": "T41",
        "long": "Villaverde Alto - Poligono Industrial la Resina",
        "short": "T41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "481",
        "label": "H1",
        "long": "Sierra de Guadalupe - Hospital Infanta Leonor",
        "short": "H1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "501",
        "label": "N1",
        "long": "Plaza de Cibeles - Sanchinarro",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "502",
        "label": "N2",
        "long": "Plaza de Cibeles - Valdebebas",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "503",
        "label": "N3",
        "long": "Plaza de Cibeles - Feria de Madrid",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "504",
        "label": "N4",
        "long": "Plaza de Cibeles - Barajas",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "505",
        "label": "N5",
        "long": "Plaza de Cibeles - Colonia Fin de Semana",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "506",
        "label": "N6",
        "long": "Plaza de Cibeles - el Ca\u00f1averal",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "507",
        "label": "N7",
        "long": "Plaza de Cibeles - Valderrivas",
        "short": "N7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "508",
        "label": "N8",
        "long": "Plaza de Cibeles - Pavones",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "509",
        "label": "N9",
        "long": "Plaza de Cibeles - Ensanche de Vallecas",
        "short": "N9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "510",
        "label": "N10",
        "long": "Plaza de Cibeles - Palomeras",
        "short": "N10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "511",
        "label": "N11",
        "long": "Plaza de Cibeles - Madrid Sur",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "512",
        "label": "N12",
        "long": "Plaza de Cibeles - Butarque",
        "short": "N12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "513",
        "label": "N13",
        "long": "Plaza de Cibeles - Colonia San Cristobal de los Angeles",
        "short": "N13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "514",
        "label": "N14",
        "long": "Plaza de Cibeles - Villaverde Alto",
        "short": "N14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "515",
        "label": "N15",
        "long": "Plaza de Cibeles - Hospital 12 de Octubre",
        "short": "N15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "516",
        "label": "N16",
        "long": "Plaza de Cibeles - Avenida de la Peseta",
        "short": "N16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "517",
        "label": "N17",
        "long": "Plaza de Cibeles - Carabanchel Alto",
        "short": "N17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "518",
        "label": "N18",
        "long": "Plaza de Cibeles - las \u00c1guilas",
        "short": "N18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "519",
        "label": "N19",
        "long": "Plaza de Cibeles - Colonia San Ignacio de Loyola",
        "short": "N19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "520",
        "label": "N20",
        "long": "Plaza de Cibeles - Pitis",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "521",
        "label": "N21",
        "long": "Plaza de Cibeles - Arroyo del Fresno",
        "short": "N21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "522",
        "label": "N22",
        "long": "Plaza de Cibeles - Barrio de la Paz",
        "short": "N22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "523",
        "label": "N23",
        "long": "Plaza de Cibeles - Montecarmelo",
        "short": "N23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "524",
        "label": "N24",
        "long": "Plaza de Cibeles - las Tablas",
        "short": "N24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "525",
        "label": "N25",
        "long": "Plaza de Alonso Martinez - Villa de Vallecas",
        "short": "N25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "526",
        "label": "N26",
        "long": "Plaza de Alonso Martinez - Aluche",
        "short": "N26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "527",
        "label": "N27",
        "long": "Plaza de Cibeles - Aeropuerto",
        "short": "N27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "528",
        "label": "N28",
        "long": "Moncloa - Aravaca",
        "short": "N28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "529",
        "label": "NC1",
        "long": "Cuatro Caminos - Estacion de Atocha",
        "short": "NC1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "530",
        "label": "NC2",
        "long": "Cuatro Caminos - Estacion de Atocha",
        "short": "NC2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "531",
        "label": "N31",
        "long": "Moncloa - el Pardo",
        "short": "N31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "532",
        "label": "N32",
        "long": "Avenida de America - Aeropuerto",
        "short": "N32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "601",
        "label": "M1",
        "long": "Puerta del Sol/sevilla - Glorieta de Embajadores",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "603",
        "label": "M3",
        "long": "Puerta del Sol/sevilla - Puerta Toledo",
        "short": "M3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "702",
        "label": "SE702",
        "long": "Plaza Eliptica - Cementerio Sur",
        "short": "SE702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "704",
        "label": "SE704",
        "long": "Plaza de Castilla - Cementerio de Fuencarral",
        "short": "SE704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "709",
        "label": "SE709",
        "long": "Feria de Madrid - Hospital Enfermera Isabel Zendal",
        "short": "SE709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "718",
        "label": "SE718",
        "long": "Puerta de Arganda - Ca\u00f1ada Real",
        "short": "SE718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": false,
        "id": "721",
        "label": "SE721",
        "long": "Canillejas - Estadio Metropolitano",
        "short": "SE721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "831",
        "label": "BR1",
        "long": "Valdebebas - Hospital Ramon y Cajal",
        "short": "BR1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "832",
        "label": "SE832",
        "long": "Principe Pio - Hospital Fundacion San Jose",
        "short": "SE832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "833",
        "label": "SE833",
        "long": "Plaza Castilla - las Tablas",
        "short": "SE833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "854",
        "label": "SE854",
        "long": "Villaverde - Atocha",
        "short": "SE854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "866",
        "label": "SE3",
        "long": "Batan - Lucero",
        "short": "SE3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "869",
        "label": "SC1",
        "long": "Cuatro Caminos - Legazpi",
        "short": "SC1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "870",
        "label": "SC2",
        "long": "Cuatro Caminos - Legazpi",
        "short": "SC2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "881",
        "label": "S10",
        "long": "Plaza Castilla - N. Ministerios",
        "short": "S10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0178BC",
        "color_name": "teal",
        "has_shape": true,
        "id": "898",
        "label": "SE2",
        "long": "Plaza Eliptica - Cuatro Vientos",
        "short": "SE2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 4886,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 4886,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "4886 of 4886 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": 73166,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "73166 of 73166 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_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
