{
  "agency": {
    "country": "IT",
    "id": "amt-genova",
    "name": "AMT Genova",
    "operating_note": "The plain-HTTP download host is deliberate; the HTTPS variant of the municipal archive is unreachable.",
    "subdivision_code": "IT-42",
    "subdivision_name": "Liguria"
  },
  "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": 0.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": 0.2,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2755,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 57426,
        "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": 2755,
          "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": "2755 of 2755 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": 57426,
          "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": "57426 of 57426 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_stop_names_all_caps",
          "count": 2750,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "INFO",
          "what": "About 2750 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "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": 22.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": 9,
        "instances_by_severity": {
          "ERROR": 2,
          "INFO": 0,
          "WARNING": 1254401
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "foreign_key_violation",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Foreign key violation (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 1219884,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 34246,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "missing_recommended_field",
          "count": 164,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 100,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'leading_or_trailing_whitespaces' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Leading or trailing whitespaces (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_without_stop_time",
          "count": 4,
          "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": 4.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 transit vehicle is scheduled to arrive."
        },
        {
          "code": "duplicate_route_name",
          "count": 1,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "inconsistent_route_type_for_block_id",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'inconsistent_route_type_for_block_id' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Inconsistent route type for block id (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "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."
        }
      ],
      "name": "correctness",
      "score": 40.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 9 kinds of issue across 1254403 instances (2 error, 1254401 warning, 0 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 48,
        "effective_expiry_date": "2026-09-04",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-09-04",
        "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": 65.0,
      "status": "measured",
      "summary": "Service data covers the next 48 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 48 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 through Genoa's municipal open data record; credit AMT Genova and the Comune di Genova. The municipally hosted archive is used because it is the resource the CC BY record names; the operator's own host publishes no license.",
    "reachable": true,
    "sha256": "2d1cf7d8b476772decc130ee8619598361e1d49ff93dd8fa0f203ae93f23248a",
    "size_bytes": 8082187,
    "static_url": "http://opendatagoogletransit.comune.genova.it/downloads/google_transit.zip"
  },
  "fetch": {
    "final_url": "http://opendatagoogletransit.comune.genova.it/downloads/google_transit.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": [
      8.70679,
      44.3808,
      9.05611,
      44.53431
    ],
    "lat": 44.42725,
    "lon": 8.92829,
    "stop_count": 2755
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 1,
        "trip_count": 681,
        "trip_share_pct": 1.2
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 1,
        "trip_count": 72,
        "trip_share_pct": 0.1
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 149,
        "trip_count": 56099,
        "trip_share_pct": 97.7
      },
      {
        "key": "aerial_lift",
        "label": "Aerial lift",
        "route_count": 10,
        "trip_count": 116,
        "trip_share_pct": 0.2
      },
      {
        "key": "funicular",
        "label": "Funicular",
        "route_count": 3,
        "trip_count": 458,
        "trip_share_pct": 0.8
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 164,
    "trip_count": 57426
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 40.8,
    "margin_to_next_band": 19.2,
    "score": 40.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 2753,
      "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": "2753 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"CARICAMENTO/ACQUARIO\", \"GRAMSCI 1/METRO' DARSENA\", \"GRAMSCI 2/STATUTO\", 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": 2755,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 4,
        "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": "4 of 2755 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": 4,
    "single_stop_trips": 0,
    "trips_total": 57426
  },
  "route_map": {
    "drawn_route_count": 0,
    "has_shapes": false,
    "path": "data/artifacts/amt-genova/geometry.geojson",
    "route_count": 164,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "001-179",
        "label": "1",
        "long": "P.zza Caricamento - Via Camozzini (Voltri)",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "003-179",
        "label": "3",
        "long": "Staz. Principe - Sestri (Via Soliman)",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "005-179",
        "label": "5",
        "long": "Via di Francia - Erzelli (Polo tecnologico)",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "006-179",
        "label": "6",
        "long": "P.za Savio (Cornigliano) - Erzelli",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "007-179",
        "label": "7",
        "long": "V. Fanti D'Italia - V.Brin - V. Gallino (PonteX)",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "008-179",
        "label": "8",
        "long": "Via Avio (S.P.d'Arena) - Via Morasso (Bolzaneto)",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "009-179",
        "label": "9",
        "long": "P.za Caricamento - Rivarolo- Via Gallino(PonteX)",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "013-179",
        "label": "13",
        "long": "Pian Martello(Prato) - Staglieno- Via Turati",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "014-179",
        "label": "14",
        "long": "Pian Martello(Prato) - Staglieno- Staz. Brignole",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "015-179",
        "label": "15",
        "long": "Quinto (Gianellii)-Albaro-Tommaseo-Brignole Fs",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "017-179",
        "label": "17",
        "long": "Nervi(Commercio)-C.so Europa-Brignole-Ceccardi",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "018-179",
        "label": "18",
        "long": "S. Martino H -Terralba - Brignole - Degola (Samp)",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "020-179",
        "label": "20",
        "long": "Via Rimassa-DeFerrari-Principe-P.za V. Veneto",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "031-179",
        "label": "31",
        "long": "V Maggio(H Gaslini)-P.Sturla-Cso Marconi-Brignole",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "032-179",
        "label": "32",
        "long": "P.za Caricamento --> L.go S.Francesco da Paola",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "034-179",
        "label": "34",
        "long": "P.le Resasco (Staglieno)-Manin-L.go Zecca-Principe",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "035-179",
        "label": "35",
        "long": "Via Vannucci-H Galliera-De Ferrari-L.go S.F. Paola",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "036-179",
        "label": "36",
        "long": "P.zza Merani-Brignole-P.zza Manin-V.Fanti D'Italia",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "037-179",
        "label": "37",
        "long": "Via dei Platani (Marassi) -Brignole-De Ferrari",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "038-179",
        "label": "38",
        "long": "Principe - P.za Dinegro- Via Bianco (Granarolo)",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "039-179",
        "label": "39",
        "long": "Brignole - De Ferrari - P.za Nunziata -Via Vesuvio",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "040-179",
        "label": "40",
        "long": "Brignole -De Ferrari-Nunziata-Via Costanzi (Righi)",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "042-179",
        "label": "42",
        "long": "Via Isonzo - De Gaspari - De Ferrari",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "043-179",
        "label": "43",
        "long": "Brignole - Ospedale S. Martino - Brignole",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "044-179",
        "label": "44",
        "long": "Pza Rotonda(Borgoratti)-S.Martino-Tommaseo-V Dante",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "045-179",
        "label": "45",
        "long": "V. V Maggio (Gaslini) -V.Sturla-S.Martino-Brignole",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "046-179",
        "label": "46",
        "long": "V. Donghi (S.Fruttuoso)-Brignole-De Ferrari-Donghi",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "047-179",
        "label": "47",
        "long": "Via Pinetti - Brignole - Via Pinetti (Quezzi)",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "048-179",
        "label": "48",
        "long": "Via Geirato (Molassana)-De Stefanis-P.S S.Martino",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "049-179",
        "label": "49",
        "long": "Via Ginestre - C.so Montegrappa - Staz. Brignole",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "051-179",
        "label": "51",
        "long": "Via Biancheri (Sestri) - Via Rollino",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "052-179",
        "label": "52",
        "long": "V. Biancheri (Sestri) - Via S.Alberto (Cim Sestri)",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "053-179",
        "label": "53",
        "long": "P.za Pallavicini (Rivarolo)-Borzoli-Travi (Sestri)",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "054-179",
        "label": "54",
        "long": "Staz. Principe -V.Lagaccio- Staz. Principe",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "057-179",
        "label": "57",
        "long": "Via Rossini (Rivarolo) - P.za Garbo (Chiesa)",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "059-179",
        "label": "59",
        "long": "V dei Landi - Cantore - B.Powell - C.so Belvedere",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "062-179",
        "label": "62",
        "long": "Via Avio - Coronata - Testa di Cavallo",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "063-179",
        "label": "63",
        "long": "Via Avio (Sampierdarena) - Via Anfossi (PonteX)",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "064-179",
        "label": "64",
        "long": "P.za Manin -Righi -Belvedere Da Passano (Oregina)",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "065-179",
        "label": "65",
        "long": "Via Caffaro (S.Cipriano) - PonteX - P.za Cesino",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "066-179",
        "label": "66",
        "long": "Via Milano - Cim.Castagna - P.za Montano (Samp)",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "067-179",
        "label": "67",
        "long": "Via Berghini (Camaldoli)-Pianderlino-P.za Martinez",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "071-179",
        "label": "71",
        "long": "P.zza Rapisardi (Pegli) - S. Carlo di Cese",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "074-179",
        "label": "74",
        "long": "Via Custo (Bolzaneto) - P.za Chiesa di Murta",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "082-179",
        "label": "82",
        "long": "P.za S.Maria (Quezzi) - Staz. Brignole",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "084-179",
        "label": "84",
        "long": "Via Amarena (Marassi) - Staz. Brignole",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "085-179",
        "label": "85",
        "long": "P.za S.Giorgio di Bavari - Borgoratti - Brignole",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "086-179",
        "label": "86",
        "long": "P.za Grosso (S.Desiderio) - Borgoratti - Brignole",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "087-179",
        "label": "87",
        "long": "P.za Don Canepa (Apparizione) - Borgor - Brignole",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "088-179",
        "label": "88",
        "long": "P.za Grosso (S.Des)-Borgor-P.za Don Canepa (Appar)",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "089-179",
        "label": "89",
        "long": "Via Giovanni XXIII - P.za Martinez (S.Fruttuoso)",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "093-179",
        "label": "93",
        "long": "P.za Ponchielli (Pegli FS) - Via Vespucci",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "094-179",
        "label": "94",
        "long": "Via Stassano (Palmaro) - Pra' FS",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "096-179",
        "label": "96",
        "long": "Via Don Verita (Voltri) - Via Nuova Crevari",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "097-179",
        "label": "97",
        "long": "Via Don Verita (Voltri) - Via Fiorino",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "101-179",
        "label": "101",
        "long": "P.le Parks (Voltri) - Via Acquasanta (FS)",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "128-179",
        "label": "128",
        "long": "Erzelli - P.za Baracca - P.za di Vittorio",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "151-179",
        "label": "151",
        "long": "Via Biancheri (Sestri) - Viale Villa Gavotti",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "158-179",
        "label": "158",
        "long": "P.Consigliere (Ch.Costa)-P Baracca-P.Consigliere",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "159-179",
        "label": "159",
        "long": "P.Consigliere-P.Baracca-P.Consigliere",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "160-179",
        "label": "160",
        "long": "Cornigliano F.S. - Via Dei Sessanta",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "165-179",
        "label": "165",
        "long": "P.za Montano (S.P.d'Arena) - Via Fanti - Montano",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "170-179",
        "label": "170",
        "long": "Piazza Virgo Potens - Via Travi (Sestri)",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "172-179",
        "label": "172",
        "long": "Panigaro - P.za Baracca (Sestri)",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "188-179",
        "label": "188",
        "long": "Pra' FS - Via Pavese",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "189-179",
        "label": "189",
        "long": "P. Ponchielli (Pegli FS) - Quartiere Giardino",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "190-179",
        "label": "190",
        "long": "P.za Ponchielli (Pegli FS)-Via Laviosa",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "192-179",
        "label": "192",
        "long": "Via Staz.Voltri-V.Martiri Turch.-2 Dic-Staz.Voltri",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "193-179",
        "label": "193",
        "long": "Voltri (Verita) - Osp. S. Carlo - Montanella",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "199-179",
        "label": "199",
        "long": "Staz.Voltri-Turchino-Calamandrei-Verita (Voltri)",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "270-179",
        "label": "270",
        "long": "Via Brin(Rivarolo) - Begato - Via Reta(Bolzaneto)",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "272-179",
        "label": "272",
        "long": "P.za Pallavicini (Rivarolo) - V Cambiaso (Begato)",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "273-179",
        "label": "273",
        "long": "Via Rossini (Rivarolo) - Tofane",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "275-179",
        "label": "275",
        "long": "Via Bolzaneto - Via Ch. Geminiano (Campora)",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "276-179",
        "label": "276",
        "long": "Via Bolzaneto - Morego - S. Biagio",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "277-179",
        "label": "277",
        "long": "Via Bolzaneto - Cremeno",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "340-179",
        "label": "340",
        "long": "Via Asilo Garbarino - V.Milano - P.za Di Negro",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "355-179",
        "label": "355",
        "long": "Via Spallanzani (S.Teodoro) - Via Piani di Fregoso",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "356-179",
        "label": "356",
        "long": "Via Fea - V.Fereggiano - P.za Giusti - Brignole",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "374-179",
        "label": "374",
        "long": "Via Cancelliere -Sp. Castelletto",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "375-179",
        "label": "375",
        "long": "Spianata Castelletto - Via Chiodo",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "377-179",
        "label": "377",
        "long": "Spianata Castelletto - Via Ausonia",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "381-179",
        "label": "381",
        "long": "Via Monticelli (Marassi) - Via Biga",
        "short": "381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "383-179",
        "label": "383",
        "long": "Via Monticelli (Marassi) - Via Robino",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "385-179",
        "label": "385",
        "long": "Via G.Torti (S. Fruttuoso) - Via Imperiale",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "451-179",
        "label": "451",
        "long": "Via Bobbio (Staglieno) - Via Tortona",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "470-179",
        "label": "470",
        "long": "S. Martino di Struppa - Bavari - S. Eusebio",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "474-179",
        "label": "474",
        "long": "P.le Bligny - Via Terpi - Preli",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "477-179",
        "label": "477",
        "long": "V. Geirato(Molassana) - V. S. Felice (Cartagenova)",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "479-179",
        "label": "479",
        "long": "S. Martino di Struppa - Molassana",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "480-179",
        "label": "480",
        "long": "S.Eusebio -Via Val Trebbia -P.le Bligny -Brignole",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "481-179",
        "label": "481",
        "long": "Molassana (Geirato) - Pino Soprano (Loc.Torrazza)",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "482-179",
        "label": "482",
        "long": "S.Eusebio -Via Mogadiscio -P.le Bligny -Brignole",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "512-179",
        "label": "512",
        "long": "Via Iris(Quarto)-Ciclamini-P.za Ragazzi 99(Sturla)",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "513-179",
        "label": "513",
        "long": "P.za Ragazzi 99-Via Nenni-P.za Ragazzi 99 (Sturla)",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "515-179",
        "label": "515",
        "long": "Franchini-Oberdan-Somma-Quinto (Gianelli)",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "516-179",
        "label": "516",
        "long": "Via S.Ilario - Via Somma (Nervi Croce Verde)",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "517-179",
        "label": "517",
        "long": "Oberdan (Nervi)-Cim.NerviSomma-Oberdan (Nervi)",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "518-160",
        "label": "518",
        "long": "Linea interna Ospedale S.Martino",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "518-179",
        "label": "518",
        "long": "Linea interna Ospedale S.Martino",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "584-179",
        "label": "584",
        "long": "P.za S.Giorgio di Bavari-Via V Maggio (H Gaslini)",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "603-179",
        "label": "603",
        "long": "Quezzi(P.za S.Maria)-C.so Sardegna-Staz.Brignole",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "604-179",
        "label": "604",
        "long": "Via Berghini (Camaldoli) - Pianderlino -  Brignole",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "606-179",
        "label": "606",
        "long": "V De Gaspari (Boccadasse) -Tommaseo-Manin-Principe",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "607-179",
        "label": "607",
        "long": "Quinto (Gianelli)-Albaro-DeFerrari-Brignole Fs",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "617-179",
        "label": "17",
        "long": "Nervi(Commercio)-C.so Europa-Dante-Brignole",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "618-179",
        "label": "618",
        "long": "P.S. S.Martino-Terralba-Brignole-Degola",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "634-179",
        "label": "634",
        "long": "P.le Resasco (Staglieno)-Manin-L.go Zecca-Principe",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "635-179",
        "label": "635",
        "long": "Via Vannucci-H Galliera-L.goS.F. Paola-Caricamento",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "640-179",
        "label": "640",
        "long": "Brignole -Nunziata - Vesuvio -Via Costanzi (Righi)",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "641-179",
        "label": "641",
        "long": "Osp.Gaslini-V.Orsini-Albaro-De Ferrari-Principe",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "649-179",
        "label": "649",
        "long": "Via Ginestre - C.so Montegrappa - Staz.Brignole",
        "short": "649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "653-179",
        "label": "653",
        "long": "Travi-Consigliere-P.zza Baracca-Rivarolo",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "656-179",
        "label": "656",
        "long": "V.Fea-V.Fereggiano-P.zza Giusti-Staz.Brignole",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "660-179",
        "label": "660",
        "long": "Via Milano - Cim.Castagna - Degola (Samp)",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "663-179",
        "label": "663",
        "long": "Degola (Samp) - Coronata - Pontedecimo",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "670-179",
        "label": "670",
        "long": "Via Brin (Rivarolo)- Begato- V Reta (Bolzaneto)",
        "short": "670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "680-179",
        "label": "680",
        "long": "S.Eusebio-Valtrebbia-C.so De Stefanis-Verdi",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "683-179",
        "label": "683",
        "long": "Brignole - Via Robino - Fereggiano - Biga",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "685-179",
        "label": "685",
        "long": "P.za S.Giorgio di Bavari - Borgoratti - Via Dante",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "686-179",
        "label": "686",
        "long": "P.za Grosso (S.Desiderio) - Borgoratti - Via Dante",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "687-179",
        "label": "687",
        "long": "P.za Don Canepa (Apparizione)-Borgoratti-V Dante",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "697-179",
        "label": "697",
        "long": "Via Verita- Crevari- Fabbriche- Fiorino-Montanella",
        "short": "697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "699-179",
        "label": "699",
        "long": "Voltri-Calamandrei-Salvemini-Novella-2 Dicembre",
        "short": "699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "AIR-179",
        "label": "AIR",
        "long": "Via Cibrario (Passerella FS) - Aeroporto Arrivi",
        "short": "AIR",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "ANG-169",
        "label": "ANG",
        "long": "Via Dino Col - via Mura degli Angeli",
        "short": "ANG",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "BRI-169",
        "label": "BRI",
        "long": "Ascensore Via Bari",
        "short": "BRI",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "CAL-169",
        "label": "CAL",
        "long": "P.za Portello - Spianata Castelletto",
        "short": "CAL",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "CAP-169",
        "label": "CAP",
        "long": "Galleria Garibaldi - Spianata Castelletto",
        "short": "CAP",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "CRO-169",
        "label": "CRO",
        "long": "C.so Magenta - Via Crocco",
        "short": "CRO",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "CS-179",
        "label": "CS",
        "long": "Ingresso Cimitero - Cimitero - Campo delle Rose",
        "short": "CS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "DRB-179",
        "label": "DRB",
        "long": "Servizio Drin Bus",
        "short": "DRB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "FGC-164",
        "label": "FGC",
        "long": "Manin - Casella",
        "short": "FGC",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "FGR-169",
        "label": "FGR",
        "long": "Cremagliera Principe-Granarolo",
        "short": "FGR",
        "text_color": "FFFFFF",
        "type_label": "Funicular"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "FRI-169",
        "label": "FRI",
        "long": "Funicolare Zecca-Righi",
        "short": "FRI",
        "text_color": "FFFFFF",
        "type_label": "Funicular"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "GA-179",
        "label": "GA",
        "long": "Sestri (Biancheri) - Santuario del Gazzo",
        "short": "GA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "HS-179",
        "label": "HS",
        "long": "Linea sostitutiva ascensore Villa SCASSI",
        "short": "HS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I01-160",
        "label": "I01",
        "long": "Pra FS-Via della Torrazza-Via Villini Negrone",
        "short": "I01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I02-160",
        "label": "I02",
        "long": "Via Calda - Via Travi",
        "short": "I02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I03-160",
        "label": "I03",
        "long": "Via Canepari - Via Piombelli",
        "short": "I03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I04-160",
        "label": "I04",
        "long": "Via Brin - Via Mansueto",
        "short": "I04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I06-160",
        "label": "I06",
        "long": "P.za Masnata - Via del Campasso - Via Spaventa",
        "short": "I06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I09-160",
        "label": "I09",
        "long": "Via Linneo - Via Ravel - Via Fermi",
        "short": "I09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I10-160",
        "label": "I10",
        "long": "Via Buozzi - Via Pagano Doria - Via Ceppi",
        "short": "I10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I13-160",
        "label": "I13",
        "long": "Resasco - Via Gavette - Gava",
        "short": "I13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I14-160",
        "label": "I14",
        "long": "P.le Resasco - Sal. Sant'Antonino",
        "short": "I14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I15-179",
        "label": "I15",
        "long": "Doria - Bavari - S. Eusebio",
        "short": "I15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I17-160",
        "label": "I17",
        "long": "Via Borgoratti - Via Sapeto - Via Minoretti",
        "short": "I17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I19-160",
        "label": "I19",
        "long": "Via Borgoratti - Via Copernico",
        "short": "I19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I21-160",
        "label": "I21",
        "long": "Via De Vincenzi-V. Spalato-V. Merello-V. Olivo",
        "short": "I21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I22-160",
        "label": "I22",
        "long": "L.go Merlo - Via Edera - Via Poligono di Quezzi",
        "short": "I22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I24-160",
        "label": "I24",
        "long": "Marina Aeroporto - Sestri Fs - Marina Aeroporto",
        "short": "I24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I25-160",
        "label": "I25",
        "long": "P.za Garrassini - Via Monterosa",
        "short": "I25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "I27-160",
        "label": "I27",
        "long": "Doria - S. Siro Struppa - Aggio",
        "short": "I27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "MGA-169",
        "label": "MGA",
        "long": "Via Arsenale di Terra - Via Montegalletto",
        "short": "MGA",
        "text_color": "FFFFFF",
        "type_label": "Funicular"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": false,
        "id": "MM-91",
        "label": "MM",
        "long": "Brin - De Ferrari - Brignole",
        "short": "MM",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "MON-169",
        "label": "MON",
        "long": "Ascensore Ponte Monumentale",
        "short": "MON",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "MOT-169",
        "label": "MOT",
        "long": "Via Ponterotto - Via Montello",
        "short": "MOT",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "N1-179",
        "label": "n1",
        "long": "Pian Martello(Prato)-De Ferrari-V. Gallino(PonteX)",
        "short": "n1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "N2-179",
        "label": "n2",
        "long": "Nervi(Commercio)-De Ferrari-V.Camozzini(Voltri)",
        "short": "n2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "NIN-169",
        "label": "NIN",
        "long": "C.so Armellini - via Contardo",
        "short": "NIN",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "QZI-169",
        "label": "QZI",
        "long": "Via Pinetti - via Portazza - P.za S.M. di Quezzi",
        "short": "QZI",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": false,
        "id": "SES-169",
        "label": "SES",
        "long": "Ascensori Sestri FS",
        "short": "SES",
        "text_color": "FFFFFF",
        "type_label": "Aerial lift"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "VLB-160",
        "label": "VLB",
        "long": "Staz.Brignole - Aeroporto",
        "short": "VLB",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2755,
    "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": "foreign_key_violation",
      "count": 2,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Foreign key violation (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 2755,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "2755 of 2755 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": 57426,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "57426 of 57426 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
