{
  "agency": {
    "country": "FI",
    "id": "hsl-helsinki-region",
    "name": "Helsinki Region Transport (HSL)",
    "operating_note": "One regional-authority feed covering HSL's member municipalities in the Helsinki region. Counted as one feed record.",
    "subdivision_code": "FI-18",
    "subdivision_name": "Uusimaa"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 63.9,
          "stops_marked_accessible_pct": 9.5,
          "stops_marked_not_accessible_pct": 32.8,
          "stops_stated_pct": 42.2,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 10.6,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 8390,
        "translations": {
          "feed_lang": "fi",
          "has_translations": true,
          "languages": [
            "sv"
          ],
          "translated_tables": [
            "agency",
            "routes",
            "stop_times",
            "stops",
            "trips"
          ],
          "translation_count": 876007
        },
        "trips": 418551,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 42.2,
        "wheelchair_marked_accessible_pct": 9.5,
        "wheelchair_marked_not_accessible_pct": 32.8
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 4847,
          "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": 14.4,
          "severity": "WARNING",
          "what": "4847 of 8390 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_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."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 78.1,
      "status": "measured",
      "summary": "42% of stops state wheelchair accessibility (9% marked accessible, 33% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 19,
        "instances_by_severity": {
          "ERROR": 60,
          "INFO": 20938,
          "WARNING": 8590
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "equal_shape_distance_diff_coordinates",
          "count": 37,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "duplicate_key",
          "count": 23,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Duplicate key (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 6871,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 600,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 447,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "unexpected_enum_value",
          "count": 433,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 119,
          "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": "unused_shape",
          "count": 71,
          "effort": "One setting.",
          "fix": "Turn on 'remove unused shapes' (or the like) in your export tool.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "The feed contains route shapes no trip uses.",
          "why": "Harmless to riders, but it bloats the feed and suggests stale export data."
        },
        {
          "code": "expired_calendar",
          "count": 25,
          "effort": "One setting in most export tools.",
          "fix": "Remove past service periods the next time you export the feed.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some service calendars in the feed have already ended.",
          "why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
        },
        {
          "code": "missing_recommended_field",
          "count": 10,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 6.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": 7,
          "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": 6.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": "stop_without_stop_time",
          "count": 6,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 20050,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unsorted_stop_times",
          "count": 562,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "platform_without_parent_station",
          "count": 314,
          "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": 1.0,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unused_station",
          "count": 7,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unused_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Unused station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 3,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 2,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 19 kinds of issue across 29588 instances (60 error, 8590 warning, 20938 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 58,
        "effective_expiry_date": "2026-09-14",
        "feed_end_date": "2026-09-14",
        "feed_start_date": "2026-07-17",
        "feed_version": "2026-07-18 06:49:36",
        "has_feed_info": true,
        "last_service_date": "2026-09-14",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 96.7,
      "status": "measured",
      "summary": "Service data covers the next 58 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": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 58 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 42% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. States wheelchair access on 42% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY 4.0 per the Helsinki Region Infoshare dataset that lists this exact feed URL; credit HSL and note the retrieval date.",
    "reachable": true,
    "sha256": "e3fd3ce3e3387834aeabd51f3faf24b489f1ea69586f3aa4980b6209d6b836f6",
    "size_bytes": 82645413,
    "static_url": "https://dev.hsl.fi/gtfs/hsl.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": 6
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 1555,
        "not_allowed_pct": 100.0,
        "stated_count": 1555,
        "stated_pct": 100.0,
        "total_count": 1555
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 1555,
      "not_allowed_pct": 100.0,
      "stated_count": 1555,
      "stated_pct": 100.0,
      "total_count": 1555
    },
    "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": 1555
    },
    "fares": {
      "applied": true,
      "fare_free": false,
      "model": "legacy",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 3,
    "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": 6,
      "parented_boarding_location_count": 0,
      "parented_boarding_location_pct": 0.0,
      "referenced_station_count": 0
    },
    "trip_count": 1555
  },
  "fetch": {
    "final_url": "https://infopalvelut.storage.hsldev.com//gtfs/hsl.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": [
      24.03241,
      59.98748,
      25.66506,
      60.97634
    ],
    "lat": 60.23867,
    "lon": 24.93262,
    "stop_count": 8390
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 29,
        "trip_count": 59279,
        "trip_share_pct": 14.2
      },
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 4,
        "trip_count": 9049,
        "trip_share_pct": 2.2
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 14,
        "trip_count": 29702,
        "trip_share_pct": 7.1
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 418,
        "trip_count": 318966,
        "trip_share_pct": 76.2
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 3,
        "trip_count": 1555,
        "trip_share_pct": 0.4
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 468,
    "trip_count": 418551
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 48.6,
    "margin_to_next_band": 11.4,
    "score": 48.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 25,
      "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": "25 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Kalasatama/It\u00e4v\u00e4yl\u00e4\", \"Kalasatama/It\u00e4v\u00e4yl\u00e4\", \"Viikki/Lahdenv\u00e4yl\u00e4\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 8268,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 6,
        "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": "6 of 8268 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": 6,
    "single_stop_trips": 0,
    "trips_total": 418551
  },
  "route_map": {
    "drawn_route_count": 468,
    "has_shapes": true,
    "path": "data/artifacts/hsl-helsinki-region/geometry.geojson",
    "route_count": 468,
    "routes": [
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1001",
        "label": "1",
        "long": "Eira - Lasipalatsi - Ooppera - S\u00f6rn\u00e4inen (M) - K\u00e4pyl\u00e4",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1001H",
        "label": "1H",
        "long": "Vallila - S\u00f6rn\u00e4inen",
        "short": "1H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1001T",
        "label": "1T",
        "long": "L\u00e4nsisatama - Kamppi (M) - T\u00f6\u00f6l\u00f6 - S\u00f6rn\u00e4inen (M) - Vallila",
        "short": "1T",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1002",
        "label": "2",
        "long": "Olympiaterm. - P\u00e4\u00e4rautatieas. - Kamppi - T\u00f6\u00f6l\u00f6 - Messukeskus",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1002H",
        "label": "2H",
        "long": "Messukeskus - Ooppera",
        "short": "2H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1003",
        "label": "3",
        "long": "Olympiaterm. - Eira - P\u00e4\u00e4rautatieas. - Kallio - Kuusitie",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1003H",
        "label": "3H",
        "long": "Olympiaterm. - Ylioppilastalo",
        "short": "3H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1004",
        "label": "4",
        "long": "Katajanokka - Lasipalatsi - Meilahti - Munkkiniemi",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1004H",
        "label": "4H",
        "long": "Munkkiniemi - T\u00f6\u00f6l\u00f6ntulli",
        "short": "4H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1005",
        "label": "5",
        "long": "Katajanokan terminaali - P\u00e4\u00e4rautatieasema",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1005H",
        "label": "5H",
        "long": "Katajanokan terminaali - P\u00e4\u00e4rautatieasema",
        "short": "5H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1005T",
        "label": "5T",
        "long": "L\u00e4nsisatama - Ruoholahti - P\u00e4\u00e4rautatieas - Katajanokan term.",
        "short": "5T",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1006",
        "label": "6",
        "long": "Eiranranta - Rautatieasema - S\u00f6rn\u00e4inen (M) - Arabia",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1006H",
        "label": "6H",
        "long": "Arabia - S\u00f6rn\u00e4inen (M)",
        "short": "6H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1007",
        "label": "7",
        "long": "L\u00e4nsisatama - Kruununhaka - S\u00f6rn\u00e4inen - Pasila - Meilahden s",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1007H",
        "label": "7H",
        "long": "L\u00e4nsisatama - Kruununhaka - S\u00f6rn\u00e4inen (M) - Pasila as.",
        "short": "7H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1008",
        "label": "8",
        "long": "J\u00e4tk\u00e4saari - Ruoholahti (M) - T\u00f6\u00f6l\u00f6 - S\u00f6rn\u00e4inen (M) - Arabia",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1008H",
        "label": "8H",
        "long": "Arabia - S\u00f6rn\u00e4inen (M)",
        "short": "8H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1008T",
        "label": "8T",
        "long": "L\u00e4nsisatama - Ruoholahti (M) - T\u00f6\u00f6l\u00f6 - S\u00f6rn\u00e4inen (M) -Arabia",
        "short": "8T",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1009",
        "label": "9",
        "long": "L\u00e4nsisatama - P\u00e4\u00e4rautatieas. - Kallio - Pasila as. - Ilmala",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1009H",
        "label": "9H",
        "long": "L\u00e4nsisatama - P\u00e4\u00e4rautatieas. - Kallio - Pasila as.",
        "short": "9H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1009N",
        "label": "9N",
        "long": "J\u00e4tk\u00e4saari - P\u00e4\u00e4rautatieas. - Kallio - Ilmala",
        "short": "9N",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "100H",
        "label": "H",
        "long": "S\u00f6rn\u00e4inen - Ruskeasuo",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1010",
        "label": "10",
        "long": "Ullanlinna - Lasipalatsi - Ruskeasuo - Pikku Huopalahti",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1010B",
        "label": "10B",
        "long": "Kolmikulma - Lasipalatsi - Ruskeasuo - Pikku Huopalahti",
        "short": "10B",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1010H",
        "label": "10H",
        "long": "Pikku Huopalahti - Ruskeasuo - Ooppera",
        "short": "10H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1013",
        "label": "13",
        "long": "Nihti - Kalasatama - Pasilan asema - L\u00e4nsi-Pasila",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "1013H",
        "label": "13H",
        "long": "Nihti - Kalasatama - Pasila as.",
        "short": "13H",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1016",
        "label": "16",
        "long": "Rautatientori-Korkeasaari",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1017",
        "label": "17",
        "long": "Meritullintori-Kruunuvuorenranta",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1019",
        "label": "19",
        "long": "Kauppatori-Suomenlinna",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "1019E",
        "label": "19E",
        "long": "Katajanokka-Suomenlinna",
        "short": "19E",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1020",
        "label": "20",
        "long": "Eira-Kamppi-Munkkivuori",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1021",
        "label": "21",
        "long": "Kamppi-Ruoholahti (M)-Vattuniemi-Lauttasaari (M)",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1021N",
        "label": "21N",
        "long": "Asema-aukio-Vattuniemi-Lauttasaari (M)-Katajaharju",
        "short": "21N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1022",
        "label": "22",
        "long": "Punavuori-Ruoholahti (M)-Lauttasaari (M)-Katajaharju",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1022B",
        "label": "22B",
        "long": "Lauttasaari (M)-Katajaharju",
        "short": "22B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1023",
        "label": "23",
        "long": "Rautatientori-Pasila-Pirkkola",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1024",
        "label": "24",
        "long": "Kamppi-Seurasaari",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1025",
        "label": "25",
        "long": "Kamppi-Pajam\u00e4ki",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1026",
        "label": "26",
        "long": "Ruoholahti-Salmisaari",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1030",
        "label": "30",
        "long": "Eira-Kamppi-Munkkiniemi-Konala-Malminkartano-Myyrm\u00e4ki",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1031",
        "label": "31",
        "long": "Lassila-Munkkivuori",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1032",
        "label": "32",
        "long": "Lassila-Munkkivuori",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1033",
        "label": "33",
        "long": "Munkkivuori-Ritolehto",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1034",
        "label": "34",
        "long": "Munkkivuori-Kaskisaari",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1035",
        "label": "35",
        "long": "Niemenm\u00e4ki-Munkkivuori-Rakuunantie",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1036",
        "label": "36",
        "long": "Konala-Kannelm\u00e4ki-Maununneva-Pirkkola",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1037",
        "label": "37",
        "long": "Kamppi-Konala-Malminkartano-Honkasuo-Myyrm\u00e4ki",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1040",
        "label": "40",
        "long": "Elielinaukio-Haaga-Kannelm\u00e4ki",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1041",
        "label": "41",
        "long": "Kamppi-Pohjois-Haagan asema",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1041A",
        "label": "41A",
        "long": "Kamppi-Pohjois-Haagan asema-Malminkartano",
        "short": "41A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1042",
        "label": "42",
        "long": "Kamppi-Maununneva-Kannelm\u00e4ki",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1052",
        "label": "52",
        "long": "Myyrm\u00e4ki-Kannelm\u00e4ki-Huopalahti-Munkkivuori-Otaniemi",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1053",
        "label": "53",
        "long": "Arabia-Oulunkyl\u00e4-Maunula-Pohjois-Haaga-Konala-Uusm\u00e4ki",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1054",
        "label": "54",
        "long": "It\u00e4keskus (M)- Pit\u00e4j\u00e4nm\u00e4ki",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1055",
        "label": "55",
        "long": "Rautatientori-Koskela",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1056",
        "label": "56",
        "long": "Kalasatama(M)-K\u00e4pyl\u00e4-Kannelm\u00e4ki",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1057",
        "label": "57",
        "long": "Kontula(M) - Viikki - Koskela - Ruskeasuo - Munkkiniemi",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1059",
        "label": "59",
        "long": "Herttoniemi(M)-Kalasatama(M)-Pasila-Konala-Malminkartano",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1061",
        "label": "61",
        "long": "Rautatientori-Pukinm\u00e4ki-Tapaninkyl\u00e4",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1061N",
        "label": "61N",
        "long": "Rautatientori-Pukinm\u00e4ki-T\u00f6yrynummi",
        "short": "61N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1063",
        "label": "63",
        "long": "Kamppi-Ruskeasuo-Maunula-Palohein\u00e4",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1064",
        "label": "64",
        "long": "Rautatientori-Oulunkyl\u00e4-It\u00e4-Pakila",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1065",
        "label": "65",
        "long": "Rautatientori-K\u00e4pyl\u00e4-Ver\u00e4j\u00e4laakso",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1066",
        "label": "66",
        "long": "Rautatientori-Maunula-L\u00e4nsi-Pakila-Palohein\u00e4",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1066K",
        "label": "66K",
        "long": "Rautatientori-Maunula-L\u00e4nsi-Pakila-Palohein\u00e4",
        "short": "66K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1067",
        "label": "67",
        "long": "Rautatientori-Maunula-Pakila-Torpparinm\u00e4ki",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1067N",
        "label": "67N",
        "long": "Rautatientori-Torpparinm\u00e4ki",
        "short": "67N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1069",
        "label": "69",
        "long": "Kamppi-Pasila-K\u00e4pyl\u00e4-Malmi-Jakom\u00e4ki",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1069N",
        "label": "69N",
        "long": "Kamppi-Ilmala-Oulunkyl\u00e4-It\u00e4-Pakila",
        "short": "69N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1070",
        "label": "70",
        "long": "Kamppi-T\u00f6\u00f6l\u00f6-Pihlajam\u00e4ki-Pukinm\u00e4ki-Malmi",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1071",
        "label": "71",
        "long": "Rautatientori-Pihlajisto-Pihlajam\u00e4ki-Malmi",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1073",
        "label": "73",
        "long": "Hakaniemi-Malmi-Puistolan as.-Ala-Tikkurila",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1073N",
        "label": "73N",
        "long": "Rautatientori-Malmi-Puistolan asema-Ala-Tikkurila",
        "short": "73N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1074",
        "label": "74",
        "long": "Hakaniemi-Malmi-Tapanila-Puistola-Heikinlaakso",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1074B",
        "label": "74B",
        "long": "Puistolan asema-Heikinlaakso",
        "short": "74B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1074N",
        "label": "74N",
        "long": "Rautatientori-Malmi-Tapanila-Puistola-Heikinlaakso",
        "short": "74N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1075",
        "label": "75",
        "long": "Rautatientori-Jakom\u00e4ki-Puistolan asema",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1077",
        "label": "77",
        "long": "Rautatientori-Tattarisuo-Jakom\u00e4ki",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1077N",
        "label": "77N",
        "long": "Rautatientori-Arabia-Malmi-Jakom\u00e4ki",
        "short": "77N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1078",
        "label": "78",
        "long": "Rautatientori-Viikki-Latokartano",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1078N",
        "label": "78N",
        "long": "Rautatientori-Viikki-Latokartano",
        "short": "78N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1079",
        "label": "79",
        "long": "Herttoniemi (M)-Latokartano-Malmi-Siltam\u00e4ki-Puistolan asem",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1079B",
        "label": "79B",
        "long": "Siilitie (M)-Latokartano",
        "short": "79B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1079N",
        "label": "79N",
        "long": "Rautatientori-Malmi-Siltam\u00e4ki-Puistolan asema",
        "short": "79N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1080",
        "label": "80",
        "long": "Herttoniemi(M)-Roihuvuori-It\u00e4keskus(M)",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1081",
        "label": "81",
        "long": "Kulosaari-Herttoniemi(M)-L\u00e4nsi-Herttoniemi",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1082",
        "label": "82",
        "long": "Herttoniemi(M)-Roihuvuori-It\u00e4keskus(M)",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1082B",
        "label": "82B",
        "long": "Herttoniemi (M)-Tammisalo-Roihuvuori-It\u00e4keskus(M)",
        "short": "82B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1083",
        "label": "83",
        "long": "Herttoniemi(M)-Tammisalo-Herttoniemi(M)",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1084",
        "label": "84",
        "long": "Herttoniemi(M)-Gunillankallio",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1085",
        "label": "85",
        "long": "Herttoniemi(M)-Jollas",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1085K",
        "label": "85K",
        "long": "Herttoniemi(M)-Yliskyl\u00e4-Jollas",
        "short": "85K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1085N",
        "label": "85N",
        "long": "Rautatientori-Herttoniemenranta-Jollas",
        "short": "85N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1086",
        "label": "86",
        "long": "Herttoniemi(M)-Santahamina",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1086K",
        "label": "86K",
        "long": "Herttoniemi (M)-Laajasalo-Santahamina",
        "short": "86K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1086N",
        "label": "86N",
        "long": "Rautatientori-Kulosaari-Herttoniemi-Santahamina",
        "short": "86N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1087",
        "label": "87",
        "long": "Herttoniemi(M) - Kruunuvuorenranta",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1087N",
        "label": "87N",
        "long": "Rautatientori-Yliskyl\u00e4-Kruunuvuorenranta",
        "short": "87N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1088",
        "label": "88",
        "long": "Herttoniemi(M) - Kaitalahti",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1089",
        "label": "89",
        "long": "Herttoniemi (M)-Yliskyl\u00e4",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1090",
        "label": "90",
        "long": "Vuosaari (M)-Aurinkolahti-Vuosaaren satama",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1090A",
        "label": "90A",
        "long": "Rautatientori-Vuosaaren satama",
        "short": "90A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1090N",
        "label": "90N",
        "long": "Rautatientori-L\u00e4nsi-Herttoniemi-Vuosaari (Kallvikintie)",
        "short": "90N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1092",
        "label": "92",
        "long": "It\u00e4keskus(M)-Myllypuro",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1092N",
        "label": "92N",
        "long": "Rautatientori-Myllypuro-Kivikko-Kontula (Keinutie)",
        "short": "92N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1094",
        "label": "94",
        "long": "It\u00e4keskus(M)-Porttitie-Kontula(M)-Kontulankaari",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1094A",
        "label": "94A",
        "long": "Kotikonnuntie-Kontula(M)-Kivikko-Kontula(M)",
        "short": "94A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1094B",
        "label": "94B",
        "long": "Kivikonlaita-Kontula(M)",
        "short": "94B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1094N",
        "label": "94N",
        "long": "Rautatientori-Roihuvuori-Kontulankaari",
        "short": "94N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1095",
        "label": "95",
        "long": "It\u00e4keskus(M)-Mellunm\u00e4ki(M)-Kontula(M)-Keinutie",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1095N",
        "label": "95N",
        "long": "Rautatientori-Tammisalo-Roihuv.-Mellunm\u00e4ki-L\u00e4nsim\u00e4ki",
        "short": "95N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1096",
        "label": "96",
        "long": "Vuosaari(M)-Porslahdentie",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1096N",
        "label": "96N",
        "long": "Rautatientori-Aurinkolahti-Vuosaari(Porslahdentie)",
        "short": "96N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1097",
        "label": "97",
        "long": "It\u00e4keskus(M)-Vartioharju-Mellunm\u00e4ki(M)",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1097N",
        "label": "97N",
        "long": "Rautatient.-Puotila-Mellunm\u00e4ki(M)-Kontula (Kotikonnuntie)",
        "short": "97N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1097V",
        "label": "97V",
        "long": "It\u00e4keskus(M)-Puotila-Vartioharju-Mellunm\u00e4ki(M)",
        "short": "97V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1098",
        "label": "98",
        "long": "It\u00e4keskus(M)-Marjaniemi-Rastila(M)",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1500",
        "label": "500",
        "long": "It\u00e4keskus(M)-Pasila-Munkkivuori",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1506",
        "label": "506",
        "long": "Myllypuro(M)-Viikki-Kumpula-Pasila-Ruskeasuo",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1701",
        "label": "701",
        "long": "Viikki-Pihlajam\u00e4ki-Malmi-Suutarila-Siltam\u00e4ki",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1702",
        "label": "702",
        "long": "Jakom\u00e4ki-Puistola-Malmi-Tapaninvainio-Savela",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1805",
        "label": "805",
        "long": "It\u00e4keskus (M)-Myllypuro",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1812",
        "label": "812",
        "long": "Mellunm\u00e4ki-Myllypuro",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1813",
        "label": "813",
        "long": "Vuosaari(M)-Merikorttikuja",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1814",
        "label": "814",
        "long": "Vuosaari(M)-Koukkusaarentie-Pohjoinen ostoskeskus",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1815",
        "label": "815",
        "long": "Vuosaari(M)-Isonvillasaarentie",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1816",
        "label": "816",
        "long": "Vuosaari(M)-Kallahti-Kallahdenniemi",
        "short": "816",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1817",
        "label": "817",
        "long": "Vuosaari(M)-Kallahti-Ramsinniemi",
        "short": "817",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1818",
        "label": "818",
        "long": "Vuosaari (M)-Vuosaaren satama-Mellunm\u00e4ki (M)",
        "short": "818",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1831",
        "label": "831",
        "long": "It\u00e4keskus(M)-\u00d6stersundom-Landbo",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1831K",
        "label": "831K",
        "long": "It\u00e4keskus(M)-\u00d6stersundom-Karhusaari-Landbo",
        "short": "831K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1839",
        "label": "839",
        "long": "Rapuojantie-\u00d6stersundom-Puroniitty",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1839K",
        "label": "839K",
        "long": "Rapuojantie-\u00d6stersundom-Puroniitty",
        "short": "839K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "2015",
        "label": "15",
        "long": "It\u00e4keskus (M)-Keilaniemi (M)",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2102N",
        "label": "102N",
        "long": "Kamppi-Lauttasaari(M)-Westend-Tapiola(M)-Teekkarikyl\u00e4",
        "short": "102N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2105",
        "label": "105",
        "long": "Lauttasaari(M)-Westend-Haukilahti-Mankkaa",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2105B",
        "label": "105B",
        "long": "Lauttasaari(M)-Westend-Haukilahti-Mankkaa",
        "short": "105B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2111",
        "label": "111",
        "long": "Otaniemi-Tapiola (M)-Westend-Matinkyl\u00e4 (M)",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2112N",
        "label": "112N",
        "long": "Kamppi-Lauttasaari (M)-Westend-Matinkyl\u00e4(M)-Friisil\u00e4",
        "short": "112N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2113",
        "label": "113",
        "long": "Tapiola (M)-Laajalahti-Lepp\u00e4vaara",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2113N",
        "label": "113N",
        "long": "Kamppi-Tapiola (M)-Laajalahti-Perkkaa-Lepp\u00e4vaara",
        "short": "113N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2114",
        "label": "114",
        "long": "Matinkyl\u00e4 (M)-Urheilupuisto (M)-Mankkaa-Kilo-Lepp\u00e4vaara",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2114N",
        "label": "114N",
        "long": "Kamppi-Lepp\u00e4vaara",
        "short": "114N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2116",
        "label": "116",
        "long": "Tapiola-Pohjois-Tapiola",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2117",
        "label": "117",
        "long": "Tapiola-Aarnivalkea-It\u00e4ranta-Tapiola",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2118",
        "label": "118",
        "long": "Tapiola (M)-Urheilupuisto (M)-Suurpelto-Espoon keskus",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2118N",
        "label": "118N",
        "long": "Kamppi-Tapiola (M)-Niittykumpu(M)-Espoon keskus-Jorvi",
        "short": "118N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2119",
        "label": "119",
        "long": "Tapiola-Niittykumpu",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2121",
        "label": "121",
        "long": "Kamppi-Olari",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2121A",
        "label": "121A",
        "long": "Kamppi-Olari-Latokaski",
        "short": "121A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2124",
        "label": "124",
        "long": "Tapiola (M)-Niittykumpu (M)-Olari-Espoonlahti (M)",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2125",
        "label": "125",
        "long": "Tapiola (M)-Niittykumpu (M)-Olari-N\u00f6ykki\u00f6-Espoonlahti (M)",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2125N",
        "label": "125N",
        "long": "Kamppi-Tapiola (M)-Niittykumpu (M)-Olari- Latokaski",
        "short": "125N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2133",
        "label": "133",
        "long": "Friisil\u00e4-Matinkyl\u00e4 (M)-Henttaa",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2137",
        "label": "137",
        "long": "Matinkyl\u00e4 (M)-Matinkallio-Piispankyl\u00e4-Kuitinm\u00e4ki",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2138",
        "label": "138",
        "long": "Matinkyl\u00e4 (M)-Nuottaniemi-Matinkallio",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2147N",
        "label": "147N",
        "long": "Kamppi-Kivenlahti",
        "short": "147N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2148",
        "label": "148",
        "long": "Espoonlahden keskus-Soukka-Iivisniemi",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2149",
        "label": "149",
        "long": "Espoonlahden keskus-Kivenlahti",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2158",
        "label": "158",
        "long": "Matinkyl\u00e4 (M)-N\u00f6ykki\u00f6-Tillinm\u00e4ki-Espoonlahti (M)",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2159",
        "label": "159",
        "long": "Matinkyl\u00e4 (M)-Latokaski",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2162",
        "label": "162",
        "long": "Espoonlahti (M)-Kivenlahti (M)-Saunalahti-Kauklahti",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2163",
        "label": "163",
        "long": "Suvisaaristo-Espoonlahti (M)-Saunalahti-Kurttila-Kauklahti",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2163K",
        "label": "163K",
        "long": "Suvisaaristo-Espoonlahti (M)-Saunalahti-Kurttila-Kauklahti",
        "short": "163K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2164",
        "label": "164",
        "long": "Kamppi-Saunalahti-Kurttila",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2164K",
        "label": "164K",
        "long": "Kamppi-Saunalahti-Tillinm\u00e4ki",
        "short": "164K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2165",
        "label": "165",
        "long": "Espoonlahti (M)-Kivenlahti (M)-Saunalahti-Kauklahti",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2165N",
        "label": "165N",
        "long": "Kamppi-Espoonlahti(M)-Kivenlahti(M)-Saunalahti-Kauklahti",
        "short": "165N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2166",
        "label": "166",
        "long": "Lasilaakso-Kauklahti-Bassenkyl\u00e4",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2166K",
        "label": "166K",
        "long": "Lasilaakso-Kauklahti-Bassenkyl\u00e4",
        "short": "166K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2167",
        "label": "167",
        "long": "Lasilaakso-Kauklahti-J\u00e4rvikyl\u00e4",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2168",
        "label": "168",
        "long": "Espoon keskus-Mikkel\u00e4-Kauklahti",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2169",
        "label": "169",
        "long": "Espoon keskus-Suvela",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2200",
        "label": "200",
        "long": "Elielinaukio-Lepp\u00e4vaara-Espoon keskus",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2201",
        "label": "201",
        "long": "Lepp\u00e4vaara-M\u00e4kkyl\u00e4-Pit\u00e4j\u00e4nm\u00e4ki- Pajam\u00e4ki",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2201B",
        "label": "201B",
        "long": "Lepp\u00e4vaara-M\u00e4kkyl\u00e4-Pit\u00e4j\u00e4nm\u00e4ki",
        "short": "201B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2202",
        "label": "202",
        "long": "Vermonniitty-Lepp\u00e4vaara-Helmip\u00f6ll\u00f6nm\u00e4ki",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2202N",
        "label": "202N",
        "long": "Elielinaukio-Aalto-yliopisto(M)-Lepp\u00e4vaaran asema",
        "short": "202N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2203",
        "label": "203",
        "long": "Lepp\u00e4vaara-Uusm\u00e4ki",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2207",
        "label": "207",
        "long": "Lepp\u00e4vaara-Lintukorpi",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2211E",
        "label": "211E",
        "long": "Lepp\u00e4vaara-Kauklahti",
        "short": "211E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2212",
        "label": "212",
        "long": "Kamppi-Meilahti-Laajalahti-Kauniainen",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2213",
        "label": "213",
        "long": "Kamppi-Meilahti-Suvela-Espoon keskus-Kauklahti",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2213N",
        "label": "213N",
        "long": "Kamppi-Meilahti-Laajalahti-Suvela-Espoon keskus",
        "short": "213N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2213X",
        "label": "213X",
        "long": "Elielinaukio-Tuomarila-Espoon keskus",
        "short": "213X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2214",
        "label": "214",
        "long": "Lepp\u00e4vaara-Karakallio-Rastaala-Jupperi",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2214A",
        "label": "214A",
        "long": "Lepp\u00e4vaara-Karakallio-Jupperi-L\u00e4hderanta",
        "short": "214A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2215",
        "label": "215",
        "long": "Lepp\u00e4vaara-Jupperi-L\u00e4hderanta",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2224",
        "label": "224",
        "long": "Lepp\u00e4vaara-Kauniainen-Espoon keskus-Tuomarila",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2224B",
        "label": "224B",
        "long": "Kauniainen-Espoon keskus-Tuomarila",
        "short": "224B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2224K",
        "label": "224K",
        "long": "Koivuhovi-Suna-Espoon keskus-Tuomarila",
        "short": "224K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2224X",
        "label": "224X",
        "long": "Koivuhovi-Espoon keskus-Tuomarila",
        "short": "224X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2227",
        "label": "227",
        "long": "Lepp\u00e4vaara-Kera-Lippaj\u00e4rvi-Jorvi",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2227K",
        "label": "227K",
        "long": "Lepp\u00e4vaara-Kera-Lippaj\u00e4rvi-Jorvi",
        "short": "227K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2227N",
        "label": "227N",
        "long": "Elielinaukio-Lepp\u00e4vaara-Jorvi",
        "short": "227N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2229",
        "label": "229",
        "long": "Lepp\u00e4vaara-Karakallio-Viherlaakso",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2231N",
        "label": "231N",
        "long": "Elielinaukio-Lepp\u00e4vaara-Lintuvaara-Vanhakartano",
        "short": "231N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2232",
        "label": "232",
        "long": "Kirkkotie-Galltr\u00e4sk-Kasavuori-Kirkkotie",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2235N",
        "label": "235N",
        "long": "Elielinaukio-Lepp\u00e4vaara-Espoon keskus",
        "short": "235N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2236",
        "label": "236",
        "long": "Lepp\u00e4vaara-Viherlaakso-Vanhakartano",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2237",
        "label": "237",
        "long": "Lepp\u00e4vaara-Viherlaakso-J\u00e4rvenper\u00e4-H\u00f6gn\u00e4s",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2237V",
        "label": "237V",
        "long": "Lepp\u00e4vaara-Viherlaakso-H\u00f6gn\u00e4s",
        "short": "237V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2239",
        "label": "239",
        "long": "Lepp\u00e4vaara-Viherlaakso-Perusm\u00e4ki-Kalaj\u00e4rvi-Serena",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2239V",
        "label": "239V",
        "long": "Lepp\u00e4vaara-Viherlaakso-Perusm\u00e4ki-Kalaj\u00e4rvi-Serena",
        "short": "239V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2241",
        "label": "241",
        "long": "Espoon keskus-Mikkel\u00e4-Hirvisuo",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2241V",
        "label": "241V",
        "long": "Espoon keskus-Hirvisuo",
        "short": "241V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2242",
        "label": "242",
        "long": "Espoon keskus-Kauklahti",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2244",
        "label": "244",
        "long": "Espoon keskus-Nupuri-Brobacka-Siikaniemi",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2245A",
        "label": "245A",
        "long": "Espoon keskus-Nuuksionp\u00e4\u00e4-Kattila",
        "short": "245A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2246",
        "label": "246",
        "long": "Espoon keskus-R\u00f6yl\u00e4-Bodom-Espoon keskus",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2246K",
        "label": "246K",
        "long": "Espoon keskus-Kellonummi-R\u00f6yl\u00e4",
        "short": "246K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2246KT",
        "label": "246KT",
        "long": "Espoon keskus-Kellonummi-Bodom-R\u00f6yl\u00e4",
        "short": "246KT",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2246T",
        "label": "246T",
        "long": "Espoon keskus-Bodom-R\u00f6yl\u00e4",
        "short": "246T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2247",
        "label": "247",
        "long": "Espoon keskus-Muurala-Nupuri-Siikaniemi",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2247B",
        "label": "247B",
        "long": "Espoon keskus-Muurala-Nupuri",
        "short": "247B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2248X",
        "label": "248X",
        "long": "Lepp\u00e4vaara-Kauklahti",
        "short": "248X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2321",
        "label": "321",
        "long": "Elielinaukio-Jupperi-Vanhakartano",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2345",
        "label": "345",
        "long": "Elielinaukio-Rinnekoti",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2345K",
        "label": "345K",
        "long": "Elielinaukio-Rinnekoti",
        "short": "345K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2345N",
        "label": "345N",
        "long": "Elielinaukio-H\u00e4meenkyl\u00e4-Rinnekoti",
        "short": "345N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2349",
        "label": "349",
        "long": "Leps\u00e4m\u00e4njoki-H\u00e4nnik\u00e4inen-Serena-Kalaj\u00e4rvi-Perusm\u00e4ki-Nemlahti",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2349B",
        "label": "349B",
        "long": "Leps\u00e4m\u00e4njoki-Kalaj\u00e4rvi",
        "short": "349B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2349BK",
        "label": "349BK",
        "long": "Leps\u00e4m\u00e4njoki-H\u00e4nnik\u00e4inen-Kalaj\u00e4rvi",
        "short": "349BK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2436N",
        "label": "436N",
        "long": "Elielinaukio-Myyrm\u00e4ki-Martinlaakso-Kalaj\u00e4rvi",
        "short": "436N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2502",
        "label": "502",
        "long": "Hakaniemi-Meilahti-Munkkiniemi-Lepp\u00e4vaara",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2510",
        "label": "510",
        "long": "Herttoniemi (M)-Pasila-Tapiola(M)-Espoonl.(M)-Kivenlahti (M)",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2521",
        "label": "521",
        "long": "Lepp\u00e4vaara-P\u00e4hkin\u00e4rinne-Kalaj\u00e4rvi",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2521K",
        "label": "521K",
        "long": "Lepp\u00e4vaara-P\u00e4hkin\u00e4rinne-Kalaj\u00e4rvi",
        "short": "521K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2531",
        "label": "531",
        "long": "Tiistil\u00e4-Matinkyl\u00e4 (M)-Olari-Espoon keskus",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2533",
        "label": "533",
        "long": "Hyljelahti-Matinkyl\u00e4 (M)-Kauniainen-J\u00e4rvenper\u00e4",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2542",
        "label": "542",
        "long": "Soukanniemi-Soukka(M)-Espoonl.(M)-Kivenl.(M)-Espoon k.-Jorvi",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2544",
        "label": "544",
        "long": "Lepp\u00e4vaara-Karamalmi-Kaitaa-Soukka-Espoonlahti-Kivenlahti",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2548",
        "label": "548",
        "long": "Tapiola (M)-Mankkaa-Kauniainen-Viherlaakso-Jupperi",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2549",
        "label": "549",
        "long": "Tapiola(M)-Mankkaa-Kauniainen-Jorvi",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2553",
        "label": "553",
        "long": "Hakunila-Malmi-Maunula-Lepp\u00e4vaara",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2554",
        "label": "554",
        "long": "It\u00e4keskus(M)-Lepp\u00e4vaara Tapiola(M)-Westendinasema",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2582",
        "label": "582",
        "long": "Espoon keskus-Juvanmalmi-Kalaj\u00e4rvi",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2582V",
        "label": "582V",
        "long": "Espoon keskus-Juvanmalmi-Kalaj\u00e4rvi",
        "short": "582V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3001D",
        "label": "D",
        "long": "Helsinki-Riihim\u00e4ki",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3001H",
        "label": "H",
        "long": "Helsinki-Siuntio-Hanko",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3001I",
        "label": "I",
        "long": "Helsinki-Myyrm\u00e4ki",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3001K",
        "label": "K",
        "long": "Helsinki-Kerava",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3001R",
        "label": "R",
        "long": "Helsinki-Riihim\u00e4ki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3001T",
        "label": "T",
        "long": "Helsinki-Riihim\u00e4ki",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3001Z",
        "label": "Z",
        "long": "Helsinki-Lahti",
        "short": "Z",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3002A",
        "label": "A",
        "long": "Helsinki-Lepp\u00e4vaara",
        "short": "A",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3002E",
        "label": "E",
        "long": "Helsinki-Lepp\u00e4vaara",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3002L",
        "label": "L",
        "long": "Helsinki-Lepp\u00e4vaara",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3002P",
        "label": "P",
        "long": "Myyrm\u00e4ki-Helsinki",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3002U",
        "label": "U",
        "long": "Myyrm\u00e4ki-Helsinki",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3002X",
        "label": "X",
        "long": "Helsinki-Lepp\u00e4vaara",
        "short": "X",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "3002Y",
        "label": "Y",
        "long": "Helsinki-Siuntio",
        "short": "Y",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "31M1",
        "label": "M1",
        "long": "Kivenlahti - Vuosaari",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "31M1B",
        "label": "M1B",
        "long": "It\u00e4keskus - Vuosaari",
        "short": "M1B",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "31M2",
        "label": "M2",
        "long": "Tapiola - Mellunm\u00e4ki",
        "short": "M2",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "3344CC",
        "color_name": "blue",
        "has_shape": true,
        "id": "31M2B",
        "label": "M2B",
        "long": "It\u00e4keskus - Mellunm\u00e4ki",
        "short": "M2B",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4300",
        "label": "300",
        "long": "Elielinaukio-Myyrm\u00e4ki",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4311",
        "label": "311",
        "long": "Kaivoksela-Myyrm\u00e4ki-H\u00e4meenkyl\u00e4",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4313",
        "label": "313",
        "long": "Kaivoksela-Myyrm\u00e4ki-H\u00e4meenkyl\u00e4",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4335",
        "label": "335",
        "long": "Askisto-Martinlaakso-Louhela-Myyrm\u00e4ki-Vapaala-Linnainen",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4335B",
        "label": "335B",
        "long": "Askisto-Martinlaakso-Louhela-Myyrm\u00e4ki-Vapaala",
        "short": "335B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4400",
        "label": "400",
        "long": "Kamppi-Martinlaakso-Vantaankoski",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4401X",
        "label": "401X",
        "long": "Pasila-Myyrm\u00e4ki",
        "short": "401X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4413",
        "label": "413",
        "long": "Martinlaakso-Myyrm\u00e4ki",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4415N",
        "label": "415N",
        "long": "Elielinaukio-Myyrm\u00e4ki-Yl\u00e4st\u00f6-Lentoasema",
        "short": "415N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4431",
        "label": "431",
        "long": "Elielinaukio-Kivist\u00f6",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4431B",
        "label": "431B",
        "long": "Elielinaukio-Vantaanlaakso",
        "short": "431B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4431N",
        "label": "431N",
        "long": "Elielinaukio-Kuninkaantammi-Vantaanlaakso-Kivist\u00f6-Lentoasema",
        "short": "431N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4433",
        "label": "433",
        "long": "Martinlaakso-Vantaanpuisto-Petas-Kivist\u00f6",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4434",
        "label": "434",
        "long": "Kivist\u00f6-Keimolanm\u00e4ki",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4443",
        "label": "443",
        "long": "Kivist\u00f6-Vestra",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4443K",
        "label": "443K",
        "long": "Kivist\u00f6-Luhtaanm\u00e4ki-Vestra",
        "short": "443K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4444",
        "label": "444",
        "long": "Kivist\u00f6-Katriinan sairaala-Tapola-Riipil\u00e4",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4444T",
        "label": "444T",
        "long": "Kivist\u00f6-Katriinan sairaala-Tapola-Pirttiranta-Riipil\u00e4",
        "short": "444T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4445",
        "label": "445",
        "long": "Kivist\u00f6-Katriinan sairaala-Reuna",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4446",
        "label": "446",
        "long": "Kivist\u00f6-Koivup\u00e4\u00e4-Katriinan sairaala-Kes\u00e4kyl\u00e4",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4447",
        "label": "447",
        "long": "Kivist\u00f6-Viinikanmets\u00e4-Kes\u00e4kyl\u00e4",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4499X",
        "label": "499X",
        "long": "Martinlaakso-Vantaank.-Vehkala-Kivist\u00f6-Aviapolis-Lentoasema",
        "short": "499X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4518",
        "label": "518",
        "long": "Ilmala-Pasila-Kuninkaanm\u00e4ki",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4522",
        "label": "522",
        "long": "Lepp\u00e4vaara - P\u00e4hkin\u00e4rinne - Vantaankoski",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4522B",
        "label": "522B",
        "long": "Lepp\u00e4vaara-H\u00e4mevaara",
        "short": "522B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4560",
        "label": "560",
        "long": "Rastila (M)-Vuosaari (M)-Kontula (M)-Malmi-Myyrm\u00e4ki",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4561",
        "label": "561",
        "long": "It\u00e4keskus (M)-Malmi-Aviapolis-Kivist\u00f6",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4562",
        "label": "562",
        "long": "It\u00e4keskus (M) - Malmi - Aviapolis - Lentoasema",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4570",
        "label": "570",
        "long": "Mellunm\u00e4ki(M)-Tikkurila-Pakkala",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4570N",
        "label": "570N",
        "long": "Mellunm\u00e4ki(M)-Tikkurila-Aviapolis-Lentoasema",
        "short": "570N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4571",
        "label": "571",
        "long": "Tikkurila-Yl\u00e4st\u00f6-Myyrm\u00e4ki",
        "short": "571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4572",
        "label": "572",
        "long": "Mellunm\u00e4ki-Martinlaakso",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4574",
        "label": "574",
        "long": "Peijas-Ruskeasanta-Aviapolis-Yl\u00e4st\u00f6-Myyrm\u00e4ki",
        "short": "574",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4576",
        "label": "576",
        "long": "Tikkurila-Aviapolis-Seutula-Kivist\u00f6",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4587",
        "label": "587",
        "long": "Mellunm\u00e4ki-Korso-Vierum\u00e4ki",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4587BK",
        "label": "587BK",
        "long": "Hakunila-Koivukyl\u00e4",
        "short": "587BK",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4588",
        "label": "588",
        "long": "L\u00e4nsisalmi-It\u00e4-Hakkila-Sotungin koulu",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4588B",
        "label": "588B",
        "long": "L\u00e4nsisalmi-Sotungin koulu",
        "short": "588B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4600",
        "label": "600",
        "long": "Rautatientori-Kartanonkoski-Lentoasema",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4611",
        "label": "611",
        "long": "Rautatientori-Siltam\u00e4ki-Suutarila-Tikkurila",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4614",
        "label": "614",
        "long": "Hakaniemi-Tammisto-Yl\u00e4st\u00f6",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4614K",
        "label": "614K",
        "long": "Hakaniemi-Tammisto-Yl\u00e4st\u00f6",
        "short": "614K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4617",
        "label": "617",
        "long": "Hakaniemi-Tammisto-Aviapolis",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4619",
        "label": "619",
        "long": "Tikkurila-Hiekkaharju-Simonsilta",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4623",
        "label": "623",
        "long": "Hakaniemi-Peijas",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4624",
        "label": "624",
        "long": "Tikkurila-Ilola-Leinel\u00e4-Koivukyl\u00e4-Havukoski-P\u00e4iv\u00e4kumpu",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4624N",
        "label": "624N",
        "long": "Tikkurila-Leinel\u00e4-Ilola",
        "short": "624N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4625",
        "label": "625",
        "long": "Tikkurila as.-Koivukyl\u00e4-Peijas-Rekolanm\u00e4ki",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4631",
        "label": "631",
        "long": "Tikkurila-Koivukyl\u00e4-Korso-Kulom\u00e4ki",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4633",
        "label": "633",
        "long": "Hakaniemi-Ilola-Korso",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4711",
        "label": "711",
        "long": "Hakaniemi-Kuusikko-Tikkurila",
        "short": "711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4711K",
        "label": "711K",
        "long": "Hakaniemi-Kuusikko-Tikkurila",
        "short": "711K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4712",
        "label": "712",
        "long": "Tikkurila - Kuusij\u00e4rvi",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4713",
        "label": "713",
        "long": "Hakunilan palvelulinja",
        "short": "713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4713B",
        "label": "713B",
        "long": "Hakunilan palvelulinja",
        "short": "713B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4717",
        "label": "717",
        "long": "Rautatientori-Jakom\u00e4ki-Hakunila-Honkanummi-Tikkurila",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4717K",
        "label": "717K",
        "long": "Rautatientori-Jakom\u00e4ki-Vaarala-Hakunila-Tikkurila",
        "short": "717K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4717N",
        "label": "717N",
        "long": "Rautatientori-Jakom\u00e4ki-Hakunila-Nissas",
        "short": "717N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4718",
        "label": "718",
        "long": "Rautatientori-Nissas",
        "short": "718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4718A",
        "label": "718A",
        "long": "Rautatientori-Nissas-Sotunki",
        "short": "718A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4719",
        "label": "719",
        "long": "Nybygget-Hakunila",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4719B",
        "label": "719B",
        "long": "L\u00e4nsisalmi-Hakunila",
        "short": "719B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4719K",
        "label": "719K",
        "long": "Nybygget-L\u00e4nsisalmi-Hakunila",
        "short": "719K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4721",
        "label": "721",
        "long": "Hakaniemi-Honkanummi-Havukoski-P\u00e4iv\u00e4kumpu-Koivukyl\u00e4",
        "short": "721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4721N",
        "label": "721N",
        "long": "Rautatientori-Honkanummi-Havukoski-P\u00e4iv\u00e4kumpu-Koivukyl\u00e4",
        "short": "721N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4723",
        "label": "723",
        "long": "Koivukyl\u00e4n palvelulinja",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4724",
        "label": "724",
        "long": "Tikkurila as.-Jokiniemi-Havukoski-P\u00e4iv\u00e4kumpu",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4731",
        "label": "731",
        "long": "Hakaniemi-Korso-Kulom\u00e4ki",
        "short": "731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4731N",
        "label": "731N",
        "long": "Rautatientori-Kulom\u00e4ki",
        "short": "731N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4734",
        "label": "734",
        "long": "Jokivarsi-Korso",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4735",
        "label": "735",
        "long": "Tikkurila as.-Korso-Mikkola",
        "short": "735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4736",
        "label": "736",
        "long": "Tikkurila-Sotunki-Nikinm\u00e4ki-Lepp\u00e4korpi-Korso",
        "short": "736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4736B",
        "label": "736B",
        "long": "Nikinm\u00e4ki-Lepp\u00e4korpi-Korso",
        "short": "736B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4737",
        "label": "737",
        "long": "Pohjois-Nikinm\u00e4ki-Nikinm\u00e4ki-Mikkola-Korso",
        "short": "737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4737K",
        "label": "737K",
        "long": "Pohjois-Nikinm\u00e4ki-Nikinm\u00e4ki-Jokivarsi-Mikkola-Korso",
        "short": "737K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4739",
        "label": "739",
        "long": "Rautatientori-Kuninkaanm\u00e4ki-Nikinm\u00e4k-Korso",
        "short": "739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5520",
        "label": "520",
        "long": "Matinkyl\u00e4 (M)-Suurpelto-Lepp\u00e4vaara-Myyrm\u00e4ki-Martinlaakso",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5530",
        "label": "530",
        "long": "Matinkyl\u00e4 (M)-Finnoo (M)-Espoon keskus-Myyrm\u00e4ki",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5566",
        "label": "566",
        "long": "Martinlaakso-J\u00e4rvenper\u00e4-Espoon keskus",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5583",
        "label": "583",
        "long": "Aviapolis-Louhela-Perusm\u00e4ki",
        "short": "583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5583K",
        "label": "583K",
        "long": "Aviapolis-Louhela-Perusm\u00e4ki",
        "short": "583K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5584",
        "label": "584",
        "long": "Aviapolis-Louhela-Kalaj\u00e4rvi",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5584T",
        "label": "584T",
        "long": "Kalaj\u00e4rvi-Louhela-Helsinge skola",
        "short": "584T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6171",
        "label": "171",
        "long": "Matinkyl\u00e4 (M)-Masala-Kirkkonummi",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6171B",
        "label": "171B",
        "long": "Kirkkonummi - Gesterby",
        "short": "171B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6171Z",
        "label": "171Z",
        "long": "Matinkyl\u00e4 (M)-Gesterby-Kirkkonummi",
        "short": "171Z",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6172",
        "label": "172",
        "long": "Matinkyl\u00e4 (M)-Masala-Kirkkonummi-Kantvik",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6173",
        "label": "173",
        "long": "Matinkyl\u00e4 (M)-Masala-Kirkkonummi-Upinniemi",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6173N",
        "label": "173N",
        "long": "Kamppi-Masala-Kirkkonummi-Upinniemi",
        "short": "173N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6173X",
        "label": "173X",
        "long": "Kirkkonummi-Upinniemi",
        "short": "173X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6173Z",
        "label": "173Z",
        "long": "Matinkyl\u00e4 (M)-Kirkkonummi-Upinniemi",
        "short": "173Z",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6174Z",
        "label": "174Z",
        "long": "Kaislampi-Gesterby-Kivenlahti (M)",
        "short": "174Z",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6175",
        "label": "175",
        "long": "Matinkyl\u00e4 (M)-Sarvvik-Masala-Jorvas",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6175K",
        "label": "175K",
        "long": "Matinkyl\u00e4 (M)-Masala-Luoma",
        "short": "175K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6175V",
        "label": "175V",
        "long": "Matinkyl\u00e4 (M)-Jorvas",
        "short": "175V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6181",
        "label": "181",
        "long": "Kirkkonummi-Siuntio",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6182",
        "label": "182",
        "long": "Kirkkonummi-Siuntio",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6182A",
        "label": "182A",
        "long": "Kirkkonummi-Siuntio-Siuntion uimahalli",
        "short": "182A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6182K",
        "label": "182K",
        "long": "Kirkkonummi-Siuntio",
        "short": "182K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6182Y",
        "label": "182Y",
        "long": "Matinkyl\u00e4 (M)-Kirkkonummi-Siuntio",
        "short": "182Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6183",
        "label": "183",
        "long": "Kirkkonummi-\u00d6verby-St\u00f6rsvik-Siuntio",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6184",
        "label": "184",
        "long": "Kirkkonummi-Evitskog-Siuntion kk.-Siuntio",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6211U",
        "label": "211U",
        "long": "Lepp\u00e4vaara-Kirkkonummi",
        "short": "211U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6243",
        "label": "243",
        "long": "Espoon keskus-Muurala-Kolmper\u00e4-Kolmiranta-Veikkola",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6243V",
        "label": "243V",
        "long": "Espoon keskus-Muurala-Kolmper\u00e4-Veikkola",
        "short": "243V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6249Y",
        "label": "249Y",
        "long": "Lepp\u00e4vaara-Kirkkonummi",
        "short": "249Y",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6901",
        "label": "901",
        "long": "Luoma-Masala-Jorvaksentie-Hirsala",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6901B",
        "label": "901B",
        "long": "Gesterby-Hirsala",
        "short": "901B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6901K",
        "label": "901K",
        "long": "Luoma-Masala-Gesterby-Hirsala",
        "short": "901K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6902",
        "label": "902",
        "long": "Kirkkonummi-Porkkala",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6902K",
        "label": "902K",
        "long": "Kirkkonummi-Gesterbynkaari-Heikkil\u00e4Porkkala",
        "short": "902K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6903",
        "label": "903",
        "long": "Kirkkonummi-Hila",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6903K",
        "label": "903K",
        "long": "Kirkkonummi-Kantvik-Hila",
        "short": "903K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6904",
        "label": "904",
        "long": "Kirkkonummi-Kantvik",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6904A",
        "label": "904A",
        "long": "Kirkkonummi-Kantvik-Str\u00f6msby",
        "short": "904A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6904K",
        "label": "904K",
        "long": "Kirkkonummi-Kyrkvalla-Kantvik",
        "short": "904K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6905",
        "label": "905",
        "long": "Pikkalan tehdas-\u00d6verby-Kirkkonummi",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6906",
        "label": "906",
        "long": "Luoma-Masala-Kauhala",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6907",
        "label": "907",
        "long": "Kirkkonummi-Veklahti-Lapinkyl\u00e4-Veikkola",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6908",
        "label": "908",
        "long": "Kirkkonummi-Evitskog-Kylm\u00e4l\u00e4-Veikkola-Kaislampi",
        "short": "908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6908K",
        "label": "908K",
        "long": "Kirkkonummi-Evitskog-Kylm\u00e4l\u00e4-Veikkola-Kaislampi",
        "short": "908K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6909",
        "label": "909",
        "long": "Veikkola-Lapinkyl\u00e4-Kauhala",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6909K",
        "label": "909K",
        "long": "Veikkola-Lapinkyl\u00e4-Oitm\u00e4ki",
        "short": "909K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6911",
        "label": "911",
        "long": "Kauklahti-Masala-Kirkkonummi",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6912",
        "label": "912",
        "long": "Pikkala-Kuntakeskus",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6912K",
        "label": "912K",
        "long": "Pikkala-B\u00f6le-St\u00f6rsvik-Siuntio",
        "short": "912K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6913A",
        "label": "913A",
        "long": "Kuntakeskus-V\u00e4sterby-Karskog-Kuntakeskus",
        "short": "913A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6913B",
        "label": "913B",
        "long": "Kuntakeskus-Kela-Karskog-V\u00e4sterby",
        "short": "913B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6914",
        "label": "914",
        "long": "Kuntakeskus-Bocksintie-Siuntion kk.-Raivio-Evitskog",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6914B",
        "label": "914B",
        "long": "Evitskog-Raivio-Siuntion kk.-Kuntakeskus",
        "short": "914B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6914T",
        "label": "914T",
        "long": "Kuntakeskus- Siuntion kk.-Bocksintie",
        "short": "914T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6915A",
        "label": "915A",
        "long": "Kuntakeskus-Siuntion kk.-J\u00e4rvinummi-Kuntakeskus",
        "short": "915A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6915B",
        "label": "915B",
        "long": "Kuntakeskus-Siuntion kylpyl\u00e4-Siuntion kk.-Annila-J\u00e4rvinummi",
        "short": "915B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6915T",
        "label": "915T",
        "long": "Kuntakeskus-Siuntion kk.-J\u00e4rvinummi-Kahvimaa",
        "short": "915T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6916",
        "label": "916",
        "long": "Kuntakeskus-Siuntion kk.-Suitia-Pauni",
        "short": "916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6916K",
        "label": "916K",
        "long": "Kuntakeskus-Siuntion uimahalli-Siuntion kk.-Suitia-Pauni",
        "short": "916K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6917",
        "label": "917",
        "long": "Kuntakeskus-Siuntion kk.-Vejans-H\u00e4stb\u00f6le-Kuntakeskus",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9633N",
        "label": "633N",
        "long": "Rautatientori-Simonkyl\u00e4-Leinel\u00e4-Korso-Ahjo-Keravan asema",
        "short": "633N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9641",
        "label": "641",
        "long": "Tikkurila-Leinel\u00e4-Hyryl\u00e4-Kerava",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9642",
        "label": "642",
        "long": "Leinel\u00e4-Lahela-Hyryl\u00e4",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9642K",
        "label": "642K",
        "long": "Leinel\u00e4-Ruotsinkyl\u00e4-Lahela-Hyryl\u00e4",
        "short": "642K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9643",
        "label": "643",
        "long": "Hakaniemi-Hyryl\u00e4",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9643K",
        "label": "643K",
        "long": "Hakaniemi-Ruskeasanta-Hyryl\u00e4",
        "short": "643K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9643N",
        "label": "643N",
        "long": "Rautatientori-Hyryl\u00e4-Lahela",
        "short": "643N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9665",
        "label": "665",
        "long": "Hyryl\u00e4-J\u00e4rvenp\u00e4\u00e4-Kellokoski",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9665A",
        "label": "665A",
        "long": "Hyryl\u00e4-J\u00e4rvenp\u00e4\u00e4-Kellokoski(-M\u00e4nts\u00e4l\u00e4)",
        "short": "665A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9665K",
        "label": "665K",
        "long": "Hyryl\u00e4-J\u00e4rvenp\u00e4\u00e4-Jamppa-Kellokoski",
        "short": "665K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9665N",
        "label": "665N",
        "long": "Rautatientori-Hyryl\u00e4-J\u00e4rvenp\u00e4\u00e4-Jamppa-Kellokoski",
        "short": "665N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9738",
        "label": "738",
        "long": "Kalasatama (M)-Keravan asema",
        "short": "738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9785",
        "label": "785",
        "long": "Rautatientori-Jokivarsi-Nikkil\u00e4",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9785K",
        "label": "785K",
        "long": "Rautatientori-Kuninkaanm\u00e4ki-Nikkil\u00e4",
        "short": "785K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9787",
        "label": "787",
        "long": "Rautatientori-Nikinm\u00e4ki-Nikkil\u00e4-Pornainen",
        "short": "787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9787A",
        "label": "787A",
        "long": "Rautatientori-Nikinm\u00e4ki-Nikkil\u00e4-Laukkoski-Pornainen-Halkia",
        "short": "787A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9787B",
        "label": "787B",
        "long": "Nikkil\u00e4-Pornainen",
        "short": "787B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9787K",
        "label": "787K",
        "long": "Rautatientori-Kuninkaanm\u00e4ki-Nikkil\u00e4-Pornainen",
        "short": "787K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9788",
        "label": "788",
        "long": "Rautatientori-Jokivarsi-Nikkil\u00e4-Hinthaara-Porvoo",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9788B",
        "label": "788B",
        "long": "Nikkil\u00e4-Hinthaara-Porvoo",
        "short": "788B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9788K",
        "label": "788K",
        "long": "Rautatientori-Kuninkaanm\u00e4ki-Nikkil\u00e4-Hinthaara-Porvoo",
        "short": "788K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9841",
        "label": "841",
        "long": "It\u00e4keskus-\u00d6stersundom-S\u00f6derkulla-Nikkil\u00e4",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9841B",
        "label": "841B",
        "long": "S\u00f6derkulla-Nikkil\u00e4",
        "short": "841B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9841N",
        "label": "841N",
        "long": "Rautatientori-\u00d6stersundom-S\u00f6derkulla-Nikkil\u00e4-Jokim\u00e4ki",
        "short": "841N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9842",
        "label": "842",
        "long": "It\u00e4keskus\u2013S\u00f6derkulla\u2013Eriksn\u00e4s",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9843",
        "label": "843",
        "long": "It\u00e4keskus\u2013S\u00f6derkulla\u2013Kalkkiranta",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9844",
        "label": "844",
        "long": "It\u00e4keskus\u2013S\u00f6derkulla\u2013Taasj\u00e4rvi",
        "short": "844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9961",
        "label": "961",
        "long": "Korso-Sula-Riihikallio-Hyryl\u00e4-Nahkela-Palojoki(-Nurmij\u00e4rvi)",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9961B",
        "label": "961B",
        "long": "Korso-Sula-Riihikallio-Hyryl\u00e4",
        "short": "961B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9962",
        "label": "962",
        "long": "Hyryl\u00e4-Sula-Keravan asema",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9963",
        "label": "963",
        "long": "Paijala-Hyryl\u00e4-Keravan asema",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9963B",
        "label": "963B",
        "long": "Hyryl\u00e4-Rykmentinpuisto-Keravan asema",
        "short": "963B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9964",
        "label": "964",
        "long": "Hyryl\u00e4-Paijala-Rusutj\u00e4rvi-Rannikonm\u00e4ki",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9964K",
        "label": "964K",
        "long": "Rannikonm\u00e4ki-Rusutj\u00e4rvi-Paijala-Hyryl\u00e4",
        "short": "964K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9965",
        "label": "965",
        "long": "Hyryl\u00e4-J\u00e4niksenlinna-Perttu-Jokela",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9965T",
        "label": "965T",
        "long": "Hyryl\u00e4-Rusutj\u00e4rvi-J\u00e4niksenlinna-Perttu-Jokela",
        "short": "965T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9966",
        "label": "966",
        "long": "Jokela-Vanhakyl\u00e4n koulu - Saunakallio -Terrisuo",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9967",
        "label": "967",
        "long": "Jokela-Nuppulinna-Linjam\u00e4ki-Kellokoski",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9967K",
        "label": "967K",
        "long": "Jokela-Nuppulinna-Purola-Linjam\u00e4ki-Kellokoski",
        "short": "967K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9968",
        "label": "968",
        "long": "Hyryl\u00e4-Paijala-Ruskela-Sahatie-Hyryl\u00e4",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9969X",
        "label": "969X",
        "long": "Kerava-Ainola-J\u00e4rvenp\u00e4\u00e4-Saunakallio-Jokela-Riihim\u00e4ki",
        "short": "969X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9971",
        "label": "971",
        "long": "Kivist\u00f6-Ruotsinkyl\u00e4-Hyryl\u00e4-Keravan asema",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9971B",
        "label": "971B",
        "long": "Ruotsinkyl\u00e4-Hyryl\u00e4-Keravan asema",
        "short": "971B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9972",
        "label": "972",
        "long": "Korso-Alikerava-Keravan asema",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9973",
        "label": "973",
        "long": "Peijas-Korso-Kannisto-Keravan asema",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9975",
        "label": "975",
        "long": "Kerava as.- Kaleva - Mattilanpuisto",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9975N",
        "label": "975N",
        "long": "Keravan asema - Kaleva - Hyryl\u00e4",
        "short": "975N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9976",
        "label": "976",
        "long": "Keravan asema-Virrenkulma",
        "short": "976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9977",
        "label": "977",
        "long": "Kyt\u00f6maa-P\u00e4iv\u00f6l\u00e4-Keravan asema",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9977V",
        "label": "977V",
        "long": "Kyt\u00f6maa-Ylikerava-Keravan asema",
        "short": "977V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9978",
        "label": "978",
        "long": "Keinukallio-Sorsakorpi-Keravan asema",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9978K",
        "label": "978K",
        "long": "Bastuk\u00e4rr-Sorsakorpi-Keravan asema",
        "short": "978K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9982",
        "label": "982",
        "long": "Nikkil\u00e4-Neulasniitty-Talma",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9984",
        "label": "984",
        "long": "Hindsby (Knuters)-Nikkil\u00e4-Talma",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9984K",
        "label": "984K",
        "long": "Hindsby (Knuters)-Nikkil\u00e4- M\u00e5rsbackantie-Talma",
        "short": "984K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9985",
        "label": "985",
        "long": "Nikkil\u00e4-Talma-Keravan asema",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9986",
        "label": "986",
        "long": "Nikkil\u00e4-Etel\u00e4-Paippinen-J\u00e4rvenp\u00e4\u00e4n asema",
        "short": "986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9986B",
        "label": "986B",
        "long": "Nikkil\u00e4-Etel\u00e4-Paippinen-Rajakulma",
        "short": "986B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9987",
        "label": "987",
        "long": "Nikkil\u00e4-Pornainen-Pohjois-Paippinen-J\u00e4rvenp\u00e4\u00e4n asema",
        "short": "987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9987A",
        "label": "987A",
        "long": "Monninkyl\u00e4-Pornainen-J\u00e4rvenp\u00e4\u00e4",
        "short": "987A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9987B",
        "label": "987B",
        "long": "Nikkil\u00e4-Laukkoski-Pornainen",
        "short": "987B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9987T",
        "label": "987T",
        "long": "Nikkil\u00e4-Laukkoski-Pornainen-Pohjois-Paippinen-J\u00e4rvenp\u00e4\u00e4",
        "short": "987T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9989",
        "label": "989",
        "long": "Pornainen-Halkia-Mets\u00e4kyl\u00e4-J\u00e4rvenp\u00e4\u00e4",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9989A",
        "label": "989A",
        "long": "Monninkyl\u00e4-Pornainen-Halkia-Mets\u00e4kyl\u00e4-J\u00e4rvenp\u00e4\u00e4",
        "short": "989A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9989B",
        "label": "989B",
        "long": "Pornainen-Halkia-Pihlajam\u00e4ki",
        "short": "989B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9989V",
        "label": "989V",
        "long": "Monninkyl\u00e4-Pornainen-Mets\u00e4kyl\u00e4",
        "short": "989V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9992",
        "label": "992",
        "long": "Eriksn\u00e4s-S\u00f6derkulla-Massby-Hindsby-Nikkil\u00e4",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9993",
        "label": "993",
        "long": "Taasj\u00e4rvi-S\u00f6derkulla-Box-Gesterby-Nikkil\u00e4",
        "short": "993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9993K",
        "label": "993K",
        "long": "Taasj\u00e4rvi-S\u00f6derkulla-Box-Gesterby-Nikkil\u00e4",
        "short": "993K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9994",
        "label": "994",
        "long": "S\u00f6derkulla-Immersby-Gumbostrand",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9994K",
        "label": "994K",
        "long": "S\u00f6derkulla-Gumbostrand",
        "short": "994K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9995",
        "label": "995",
        "long": "Taasj\u00e4rvi-S\u00f6derkulla-Kalkkiranta",
        "short": "995",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9996",
        "label": "996",
        "long": "S\u00f6derkulla-Box-Spjutsund-Kit\u00f6",
        "short": "996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 8390,
    "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": "equal_shape_distance_diff_coordinates",
      "count": 37,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Equal shape distance diff coordinates (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "duplicate_key",
      "count": 23,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Duplicate key (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 4847,
      "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": 14.4,
      "rank": 3,
      "severity": "WARNING",
      "what": "4847 of 8390 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    }
  ],
  "validator_version": "8.0.1"
}
