{
  "agency": {
    "country": "FI",
    "id": "foli-turku",
    "name": "F\u00f6li (Turku region)",
    "subdivision_code": "FI-19",
    "subdivision_name": "Varsinais-Suomi"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 36.7,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 98.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": 14.7
        },
        "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": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 3647,
        "translations": {
          "feed_lang": "fi",
          "has_translations": true,
          "languages": [
            "en",
            "sv"
          ],
          "translated_tables": [
            "stops",
            "trips"
          ],
          "translation_count": 1943
        },
        "trips": 24426,
        "wheelchair_accessible_pct": 98.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": 3647,
          "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": "3647 of 3647 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": 496,
          "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": 0.3,
          "severity": "WARNING",
          "what": "496 of 24426 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_missing_headsigns",
          "count": 3,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the transit vehicle displays.",
          "owner": "Likely your export tool",
          "points": 0.0,
          "severity": "WARNING",
          "what": "3 of 24426 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a transit vehicle is going."
        },
        {
          "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": 52.2,
      "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": 14,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 333,
          "WARNING": 35021
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 28495,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_same_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance same coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "non_ascii_or_non_printable_char",
          "count": 3077,
          "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": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 1814,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "service_has_no_active_day_of_the_week",
          "count": 1424,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "expired_calendar",
          "count": 99,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 60,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "missing_bike_allowance",
          "count": 46,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_recommended_field",
          "count": 3,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 2,
          "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": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Missing feed contact email and url (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "big_gap_in_service",
          "count": 264,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'big_gap_in_service' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Big gap in service (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "platform_without_parent_station",
          "count": 36,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 32,
          "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": 0.8,
          "severity": "INFO",
          "what": "Trip headsign matches intermediate stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unknown_file' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Unknown file (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 31.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 14 kinds of issue across 35354 instances (0 error, 35021 warning, 333 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 323,
        "effective_expiry_date": "2027-06-06",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2027-06-06",
        "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",
          "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 323 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 323 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 98% 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 98% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 via the city's open data service at data.foli.fi; credit the source and indicate any changes made to the data.",
    "reachable": true,
    "sha256": "b7fbec57001afc24ee5650d368d6ae1b20b7eee40e25dba65bb116593ca09b41",
    "size_bytes": 16400678,
    "static_url": "http://data.foli.fi/gtfs/gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 8
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 46,
        "not_allowed_pct": 100.0,
        "stated_count": 46,
        "stated_pct": 100.0,
        "total_count": 46
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 46
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 46
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 2,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 0,
      "stated_count": 0,
      "stated_pct": null,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 8,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 46
  },
  "fetch": {
    "final_url": "http://data.foli.fi/gtfs/v0/20260714-143857/gtfs.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": [
      21.32941,
      59.92134,
      23.51585,
      60.74342
    ],
    "lat": 60.45176,
    "lon": 22.29296,
    "stop_count": 3647
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 159,
        "trip_count": 24380,
        "trip_share_pct": 99.8
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 2,
        "trip_count": 46,
        "trip_share_pct": 0.2
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 161,
    "trip_count": 24426
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 51.1,
    "margin_to_next_band": 8.9,
    "score": 51.1
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 3647,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 24426
  },
  "route_map": {
    "drawn_route_count": 148,
    "has_shapes": true,
    "path": "data/artifacts/foli-turku/geometry.geojson",
    "route_count": 161,
    "routes": [
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "Lentoasema-Keskusta-Satama",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFCA0B",
        "color_name": "yellow",
        "has_shape": false,
        "id": "10",
        "label": "4T",
        "long": "Varissuo, It\u00e4keskus-Skanssi-Keskusta, Halinen-Keskusta",
        "short": "4T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "100",
        "label": "100",
        "long": "Keskusta-Turkuhalli",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "101",
        "label": "101",
        "long": "Keskusta-Logomo",
        "short": "101",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "102",
        "label": "102",
        "long": "Kupittaan palloiluhalli-Keskusta",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F59C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "11",
        "label": "5",
        "long": "Ylioppilaskyl\u00e4-Keskusta-Haarla",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F59C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "12",
        "label": "5A",
        "long": "Ylioppilaskyl\u00e4-Keskusta-Toijainen-Haarla",
        "short": "5A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009E3D",
        "color_name": "green",
        "has_shape": true,
        "id": "13",
        "label": "6",
        "long": "Lieto-Turku-Naantali",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009E3D",
        "color_name": "green",
        "has_shape": true,
        "id": "14",
        "label": "6A",
        "long": "Kaarina-Turku-Naantali",
        "short": "6A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009E3D",
        "color_name": "green",
        "has_shape": true,
        "id": "15",
        "label": "6T",
        "long": "Lieto-Turku, Naantali-Turku",
        "short": "6T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D20824",
        "color_name": "red",
        "has_shape": true,
        "id": "16",
        "label": "8",
        "long": "Runosm\u00e4ki-Keskusta-Harittu",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D20824",
        "color_name": "red",
        "has_shape": false,
        "id": "17",
        "label": "8T",
        "long": "Runosm\u00e4ki-Keskusta, Harittu-Keskusta",
        "short": "8T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9C78AF",
        "color_name": "gray",
        "has_shape": true,
        "id": "18",
        "label": "9",
        "long": "Uittamo-Keskusta-H\u00e4rk\u00e4m\u00e4ki",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "180",
        "label": "180",
        "long": "Martinsilta-Forum Marinum-Ruissalo",
        "short": "180",
        "text_color": "000000",
        "type_label": "Ferry"
      },
      {
        "color": "9C78AF",
        "color_name": "gray",
        "has_shape": true,
        "id": "19",
        "label": "9A",
        "long": "Uittamo-Keskusta-Suikkila",
        "short": "9A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "1A",
        "long": "Linja-autoasema-Keskusta-Satama",
        "short": "1A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005EA1",
        "color_name": "teal",
        "has_shape": true,
        "id": "20",
        "label": "10",
        "long": "Uittamo-Skanssi-Kupittaa-L\u00e4nsikeskus-Satama",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "201",
        "label": "201",
        "long": "Puutori-Kaanaa-Naantali-Luonnonmaa",
        "short": "201",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "203",
        "label": "203",
        "long": "Puutori-Kaanaa-Naantali-Merimasku-Velkua",
        "short": "203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "206",
        "label": "206",
        "long": "Puutori-Raisio-Kaanaa",
        "short": "206",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005EA1",
        "color_name": "teal",
        "has_shape": true,
        "id": "21",
        "label": "10A",
        "long": "Varissuo-Lauste-Kupittaa-Mylly-Raisio-Perno",
        "short": "10A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "22",
        "label": "20",
        "long": "Keskusta-Muhkuri",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "220",
        "label": "220",
        "long": "Ylioppilaskyl\u00e4-Keskusta-Ihala-Raisio-Pet\u00e4sm\u00e4ki",
        "short": "220",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "23",
        "label": "21",
        "long": "Paattinen-Keskusta",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "24",
        "label": "22",
        "long": "J\u00e4k\u00e4rl\u00e4-Yli-Maaria-Moisio-Keskusta-Ilpoinen",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "25",
        "label": "22T",
        "long": "J\u00e4k\u00e4rl\u00e4-Yli-Maaria-Moisio-Keskusta-Ilpoinen",
        "short": "22T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "26",
        "label": "23",
        "long": "Tortinm\u00e4ki-Paattinen-Keskusta",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "27",
        "label": "24",
        "long": "Puutori-Erikvalla",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "28",
        "label": "25",
        "long": "Puutori-Brinkhall-Kakskerta",
        "short": "25",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "29",
        "label": "25A",
        "long": "Puutori-Myllykyl\u00e4-Kakskerta",
        "short": "25A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0BBBEF",
        "color_name": "teal",
        "has_shape": false,
        "id": "3",
        "label": "1T",
        "long": "Lentoasema-Keskusta, Satama-Keskusta",
        "short": "1T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "30",
        "label": "26",
        "long": "Mets\u00e4m\u00e4ki-Oriketo-Puutori",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "301",
        "label": "301",
        "long": "Keskusta-Rusko (P\u00e4\u00e4llist\u00f6nm\u00e4ki)",
        "short": "301",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "302",
        "label": "302",
        "long": "Keskusta-Rusko-Vahto",
        "short": "302",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "303",
        "label": "303",
        "long": "Keskusta-Rusko (Paasniittu)-Vahto",
        "short": "303",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "31",
        "label": "27",
        "long": "Varissuo-Keskusta-Kirstinpuisto-Herttuankulma",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "32",
        "label": "27A",
        "long": "Varissuo-Keskusta-Port Arthur-Herttuankulma",
        "short": "27A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "33",
        "label": "28",
        "long": "Auvaism\u00e4ki-J\u00e4k\u00e4rl\u00e4-Keskusta-Ruissalo",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "34",
        "label": "28A",
        "long": "Puutori-Keskusta-Ruissalo",
        "short": "28A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "35",
        "label": "28T",
        "long": "Auvaism\u00e4ki-J\u00e4k\u00e4rl\u00e4-Keskusta",
        "short": "28T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "36",
        "label": "33",
        "long": "Vienola-Perno-Pansio",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "37",
        "label": "33A",
        "long": "Vienola-Perno-Pansio, laivastoasema",
        "short": "33A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "38",
        "label": "39",
        "long": "Ylioppilaskyl\u00e4-It\u00e4inen Pitk\u00e4katu-Uittamo",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "39",
        "label": "41",
        "long": "Lehmusvalkama-Keskusta-Kasarminkatu",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED6EA7",
        "color_name": "pink",
        "has_shape": true,
        "id": "4",
        "label": "2",
        "long": "Kohmo-Keskusta-N\u00e4ttinummi-Mylly",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "40",
        "label": "42",
        "long": "Skanssi-Kohmo-Keskusta",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "401",
        "label": "401",
        "long": "Ilmarinen-Puutori",
        "short": "401",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "402",
        "label": "402",
        "long": "Lieto as-Ilmarinen-Puutori",
        "short": "402",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "41",
        "label": "42A",
        "long": "Skanssi-Varissuo-Keskusta",
        "short": "42A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "42",
        "label": "43",
        "long": "Ilpoinen-Keskusta-M\u00e4likk\u00e4l\u00e4",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "43",
        "label": "44",
        "long": "Runosm\u00e4ki-L\u00e4nsikeskus",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "44",
        "label": "45",
        "long": "Impivaaran uimahalli-Keskusta-Vienola",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "45",
        "label": "46",
        "long": "Rautalankatu-Pansio",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "46",
        "label": "50",
        "long": "Moikoinen-Kukola-Oriniemi-H\u00e4ppil\u00e4-Moikoinen",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "47",
        "label": "50A",
        "long": "Moikoinen-Kukola-Oriniemi-H\u00e4ppil\u00e4-Maanp\u00e4\u00e4-Moikoinen",
        "short": "50A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "48",
        "label": "51",
        "long": "Moikoinen-H\u00e4ppil\u00e4-Oriniemi-Kukola-Moikoinen",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "49",
        "label": "51A",
        "long": "Moikoinen-Maanp\u00e4\u00e4-H\u00e4ppil\u00e4-Oriniemi-Kukola-Moikoinen",
        "short": "51A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED6EA7",
        "color_name": "pink",
        "has_shape": true,
        "id": "5",
        "label": "2Y",
        "long": "Kohmo-Keskusta-L\u00e4nsinummi",
        "short": "2Y",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "50",
        "label": "52",
        "long": "Papinsaari-Kaistarniemi-Syv\u00e4lahti",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "501",
        "label": "K1",
        "long": "Auranlaakso-Oskarinaukio",
        "short": "K1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "502",
        "label": "K2",
        "long": "Keskusta-Piispanristi-Keskusta-Kes\u00e4m\u00e4ki-Keskusta",
        "short": "K2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "503",
        "label": "K3",
        "long": "Keskusta-Sorro-Keskusta-Voivala-Keskusta",
        "short": "K3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "504",
        "label": "K4",
        "long": "Piikki\u00f6-Harvaluoto",
        "short": "K4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "506",
        "label": "K6",
        "long": "Toivonlinna-Piikki\u00f6-Varissuo",
        "short": "K6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "51",
        "label": "53",
        "long": "Pikisaari-Moikoinen-Kaistarniemi-Papinsaari",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "511",
        "label": "L1",
        "long": "Koulukeskus-Suopohja-Littoinen",
        "short": "L1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "512",
        "label": "L2",
        "long": "Koulukeskus-Loukinainen-Littoinen",
        "short": "L2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "513",
        "label": "L3",
        "long": "Ilmarinen-Arosuo-Paavola",
        "short": "L3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "514",
        "label": "L4",
        "long": "Ilmarinen-Rauhakyl\u00e4-Vintala-keskusta-Koulukeskus",
        "short": "L4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "515",
        "label": "L5",
        "long": "Jokilaakso-Koulukeskus-Saukonoja-Liedonper\u00e4-Tarvasjoki",
        "short": "L5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "516",
        "label": "L6",
        "long": "Koulukeskus-Vt 10-Tarvasjoki-Liedonper\u00e4-Nuolemo",
        "short": "L6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "517",
        "label": "L7",
        "long": "Koulukeskus-Ilmarinen",
        "short": "L7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "518",
        "label": "L8",
        "long": "Keskusta-H\u00e4meentie-Yliskulma",
        "short": "L8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "519",
        "label": "L9",
        "long": "Kaurinkoski-Pahkam\u00e4en koulu-R\u00e4h\u00e4l\u00e4-Jokilaakson koulu",
        "short": "L9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "52",
        "label": "62",
        "long": "Keskusta-It\u00e4inen Pitk\u00e4katu-Moikoinen-Papinsaari",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "520",
        "label": "L10",
        "long": "Jokilaakson koulu-Suopohja/Loukinainen-Littoisten koulu",
        "short": "L10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "521",
        "label": "L11",
        "long": "Tarvasjoki-Yliskulma-Jokilaakson koulu",
        "short": "L11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "522",
        "label": "L12",
        "long": "Yliskulma-Jokilaakson koulu",
        "short": "L12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "523",
        "label": "L13",
        "long": "Liedon keskusta-Loukinainen-Littoinen",
        "short": "L13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "524",
        "label": "L14",
        "long": "Jalosenkuja-Rauhakyl\u00e4-Haaganm\u00e4ki-Ilmaristen koulu",
        "short": "L14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "53",
        "label": "67",
        "long": "Katariina-Harittu-Ilpoisten koulu",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "531",
        "label": "N1",
        "long": "Keskusta-Murikko-Keskusta",
        "short": "N1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "532",
        "label": "N2",
        "long": "Naantali-Rym\u00e4ttyl\u00e4",
        "short": "N2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "533",
        "label": "N3",
        "long": "Naantali-Linnavuori-Rym\u00e4ttyl\u00e4",
        "short": "N3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "534",
        "label": "N4",
        "long": "Naantali-Merimasku",
        "short": "N4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "535",
        "label": "N5",
        "long": "Naantali-Merimasku-Velkua",
        "short": "N5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "536",
        "label": "N6",
        "long": "Naantali-Merimasku-Velkua",
        "short": "N6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "537",
        "label": "N7",
        "long": "Keskusta-Linnavuori-Porhonkallio-Keskusta",
        "short": "N7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "538",
        "label": "N8",
        "long": "Merimaskun koulu-Killainen-Iskola-Merimaskun koulu",
        "short": "N8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "539",
        "label": "N9",
        "long": "Teersalo-Pohjanp\u00e4\u00e4ntie",
        "short": "N9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "54",
        "label": "70",
        "long": "Syv\u00e4lahden koulu-Kukola-Haarla-Papinsaari",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "540",
        "label": "N10",
        "long": "Rym\u00e4ttyl\u00e4-Aikkola-Poikko",
        "short": "N10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "541",
        "label": "N11",
        "long": "Rym\u00e4ttyl\u00e4-Ahteentaka",
        "short": "N11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "542",
        "label": "N12",
        "long": "Rym\u00e4ttyl\u00e4-Aasla",
        "short": "N12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "543",
        "label": "N13",
        "long": "Naantali-Haapala",
        "short": "N13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "544",
        "label": "N14",
        "long": "Naantalin keskusta-Naantalin satama",
        "short": "N14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "55",
        "label": "71",
        "long": "Moikoinen-Syv\u00e4lahden koulu-Pikisaari-Maanp\u00e4\u00e4-Oriniemi-Haarla-Moikoinen",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "551",
        "label": "P1",
        "long": "Keskusta-Oinila-Keskusta",
        "short": "P1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "552",
        "label": "P2",
        "long": "Keskusta-Huso-Kurki-Kevola-Vistan koulu-Jokelan koulu",
        "short": "P2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED0C6E",
        "color_name": "red",
        "has_shape": true,
        "id": "553",
        "label": "P3",
        "long": "Keskusta-Oinila-Juntola-Suksela-Keskusta",
        "short": "P3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "554",
        "label": "P4",
        "long": "Keskusta-Paimion mets\u00e4koulu",
        "short": "P4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "555",
        "label": "P5",
        "long": "Asematie-Senioritalo-Tervesyasema-Neste K Paimio",
        "short": "P5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED0C6E",
        "color_name": "red",
        "has_shape": true,
        "id": "556",
        "label": "P6",
        "long": "Taatila-Kaleva-Vistan koulu",
        "short": "P6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED0C6E",
        "color_name": "red",
        "has_shape": true,
        "id": "557",
        "label": "P7",
        "long": "Keskusta-Jokelan koulu-Veikkari-Teerlaki",
        "short": "P7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "56",
        "label": "72",
        "long": "Syv\u00e4lahden koulu-Haarla-Kakskerta",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "561",
        "label": "R1",
        "long": "Pet\u00e4sm\u00e4ki-Tikanmaa-Kaanaa-Keo-Pet\u00e4sm\u00e4ki",
        "short": "R1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "562",
        "label": "R2",
        "long": "Pet\u00e4sm\u00e4ki-Keo-Kaanaa-Tikanmaa-Pet\u00e4sm\u00e4ki",
        "short": "R2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "57",
        "label": "73",
        "long": "Saram\u00e4ki-Turun Lyseon koulu",
        "short": "73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "571",
        "label": "V1",
        "long": "J\u00e4rvijoki-Lavam\u00e4ki-Laukolan koulu",
        "short": "V1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "572",
        "label": "V2",
        "long": "Soisalontie-Leinainen-Laukolan koulu",
        "short": "V2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "573",
        "label": "V3",
        "long": "L\u00e4hteenm\u00e4ki-Kajamo-Kahari-Hiidenvainion koulu",
        "short": "V3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "574",
        "label": "V4",
        "long": "Kahari-P\u00e4\u00e4llist\u00f6nm\u00e4ki-Hiidenvainion koulu-Merttel\u00e4n koulu-Isovuori-Laukolan koulu",
        "short": "V4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "575",
        "label": "V5",
        "long": "Ohjaluoto-Isovuori-Ravaste-Merttel\u00e4n koulu-Hiidenvainion koulu",
        "short": "V5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "58",
        "label": "74",
        "long": "Varissuo-Nummenpakan koulu",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "59",
        "label": "75",
        "long": "Perno-Topeliuksen koulu",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77034E",
        "color_name": "brown",
        "has_shape": true,
        "id": "6",
        "label": "3",
        "long": "Varissuo-Keskusta-Perno",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "60",
        "label": "76",
        "long": "J\u00e4k\u00e4rl\u00e4-K\u00e4rs\u00e4m\u00e4en v\u00e4ist\u00f6tilat",
        "short": "76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "600",
        "label": "600",
        "long": "Littoinen-Varissuo-Kohmo-Skanssi",
        "short": "600",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "601",
        "label": "601",
        "long": "Skanssi-Kohmo-Varissuo-Littoinen",
        "short": "601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "61",
        "label": "77",
        "long": "Tortinm\u00e4ki-Yli-Maarian koulu",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "612",
        "label": "612",
        "long": "Marttila-Lieto-Turku",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "614",
        "label": "614",
        "long": "Koski tl-Marttila-Lieto-Turku",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "615",
        "label": "615",
        "long": "Somero-Koski tl-Marttila-Lieto-Turku",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "62",
        "label": "78",
        "long": "Auvaism\u00e4ki-Yli-Maarian koulu",
        "short": "78",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "63",
        "label": "79",
        "long": "Varissuo-Halinen",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "64",
        "label": "79A",
        "long": "Kohmo-Halinen",
        "short": "79A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "65",
        "label": "82",
        "long": "Tortinm\u00e4ki-Paattinen-Moisio-J\u00e4k\u00e4rl\u00e4-Keskusta",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "66",
        "label": "89",
        "long": "Halinen-Ylioppilaskyl\u00e4-Keskusta-Ilpoinen",
        "short": "89",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "67",
        "label": "90",
        "long": "Varissuo-Harittu-Uittamo-Perno",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "68",
        "label": "98",
        "long": "Runosm\u00e4ki-H\u00e4rk\u00e4m\u00e4ki-Perno",
        "short": "98",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F59C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "69",
        "label": "5T",
        "long": "Keskusta-Haarla",
        "short": "5T",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77034E",
        "color_name": "brown",
        "has_shape": true,
        "id": "7",
        "label": "3A",
        "long": "Varissuo-Keskusta-Raisio",
        "short": "3A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "700",
        "label": "700",
        "long": "Piikki\u00f6-Puutori",
        "short": "700",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "701",
        "label": "701",
        "long": "Toivonlinna-Piikki\u00f6-Puutori",
        "short": "701",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "703",
        "label": "703",
        "long": "Paimio-Naskarla-Piikki\u00f6-Puutori",
        "short": "703",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "704",
        "label": "704",
        "long": "Paimio-Piikki\u00f6-Puutori",
        "short": "704",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "705",
        "label": "705",
        "long": "Paimion parantola-Paimio-Naskarla-Piikki\u00f6-Puutori",
        "short": "705",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "706",
        "label": "706",
        "long": "Paimion parantola-Paimio-Piikki\u00f6-Puutori",
        "short": "706",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "707",
        "label": "707",
        "long": "Paimio-Hepojoki-Piikki\u00f6-Puutori",
        "short": "707",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "708",
        "label": "708",
        "long": "Huso th-Paimio-Piikki\u00f6-Puutori",
        "short": "708",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EAAB00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "709",
        "label": "709",
        "long": "Paimion parantola-Paimio-VT1-Puutori",
        "short": "709",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED0C6E",
        "color_name": "red",
        "has_shape": true,
        "id": "711",
        "label": "711",
        "long": "Paimio-Sauvo",
        "short": "711",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "720",
        "label": "720",
        "long": "Sauvo-Turku",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "721",
        "label": "720P",
        "long": "Sauvo-Paimio-Turku",
        "short": "720P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "722",
        "label": "721",
        "long": "Kemi\u00f6-Sauvo-Turku",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": false,
        "id": "723",
        "label": "721S",
        "long": "Kemi\u00f6-Sauvo-Turku-Turun satama",
        "short": "721S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "724",
        "label": "722",
        "long": "Taalintehdas-Kemi\u00f6-Sauvo-Turku",
        "short": "722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "725",
        "label": "722S",
        "long": "Taalintehdas-Kemi\u00f6-Sauvo-Turku-Turun satama",
        "short": "722S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "726",
        "label": "723",
        "long": "Kasn\u00e4s-Taalintehdas-Kemi\u00f6-Sauvo-Turku",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "727",
        "label": "723H",
        "long": "Kasn\u00e4s-Svartn\u00e4s-Taalintehdas-Kemi\u00f6-Sauvo-Turku",
        "short": "723H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "728",
        "label": "723K",
        "long": "Kasn\u00e4s-Kemi\u00f6-Sauvo-Turku",
        "short": "723K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "729",
        "label": "723S",
        "long": "Kasn\u00e4s-Taalintehdas-Kemi\u00f6-Sauvo-Turku-Turun satama",
        "short": "723S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77034E",
        "color_name": "brown",
        "has_shape": false,
        "id": "8",
        "label": "3T",
        "long": "Varissuo-Keskusta",
        "short": "3T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF972B",
        "color_name": "orange",
        "has_shape": true,
        "id": "801",
        "label": "801",
        "long": "Parainen-Turku",
        "short": "801",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "802",
        "label": "802",
        "long": "Parainen-Turku, pikavuoro",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFCA0B",
        "color_name": "yellow",
        "has_shape": true,
        "id": "9",
        "label": "4",
        "long": "Varissuo, It\u00e4keskus-Skanssi-Keskusta-Halinen",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "901",
        "label": "901",
        "long": "Korppoo-Nauvo-Parainen-Turku",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "902",
        "label": "902",
        "long": "Korpostr\u00f6m-Korppoo-Nauvo-Parainen-Turku",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "903",
        "label": "903",
        "long": "Houtskari-Korppoo-Nauvo-Parainen-Turku",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008161",
        "color_name": "green",
        "has_shape": true,
        "id": "904",
        "label": "904",
        "long": "Houtskari-Korppoo",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "905",
        "label": "Lautta",
        "long": "Houtskari-Korppoo",
        "short": "Lautta",
        "text_color": "000000",
        "type_label": "Ferry"
      }
    ],
    "stop_count": 3647,
    "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": 3647,
      "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": "3647 of 3647 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_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": 2,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
