{
  "agency": {
    "country": "PL",
    "id": "zkm-gdynia",
    "name": "ZKM Gdynia",
    "subdivision_code": "PL-22",
    "subdivision_name": "Pomorskie"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.5,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 1153,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 10347,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 1153,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "1153 of 1153 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_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        }
      ],
      "name": "completeness",
      "score": 52.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 5,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 10048,
          "WARNING": 2718
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "unused_shape",
          "count": 2542,
          "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": "unexpected_enum_value",
          "count": 99,
          "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": "non_ascii_or_non_printable_char",
          "count": 76,
          "effort": "A planned ID change, not a quick text cleanup.",
          "fix": "Only change the flagged IDs if an app needs basic ASCII values. Update each place that uses the ID. Keep all names and headsigns in their original language.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some internal IDs use characters outside the basic text set.",
          "why": "These IDs are valid UTF-8 data. This warning is only about support in older apps. It does not mean that names in other languages are wrong."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "code": "unsorted_stop_times",
          "count": 10048,
          "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."
        }
      ],
      "name": "correctness",
      "score": 71.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 5 kinds of issue across 12766 instances (0 error, 2718 warning, 10048 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 67,
        "effective_expiry_date": "2026-09-23",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-09-23",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 67 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 67 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% 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. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "CC BY through Gdynia's open data portal.",
    "reachable": true,
    "sha256": "25275d54a9ba7de0726796ea5de87e7fab4306d5a95fe85bbdc63ba40af15052",
    "size_bytes": 17887554,
    "static_url": "http://api.zdiz.gdynia.pl/pt/gtfs.zip"
  },
  "fetch": {
    "final_url": "https://api.zdiz.gdynia.pl/pt/gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      18.21451,
      54.34156,
      18.58153,
      54.63233
    ],
    "lat": 54.52204,
    "lon": 18.48483,
    "stop_count": 1153
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 82,
        "trip_count": 7436,
        "trip_share_pct": 71.9
      },
      {
        "key": "trolleybus",
        "label": "Trolleybus",
        "route_count": 17,
        "trip_count": 2911,
        "trip_share_pct": 28.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 99,
    "trip_count": 10347
  },
  "overall": {
    "grade": "D",
    "margin_to_lower_band": 8.7,
    "margin_to_next_band": 1.3,
    "score": 68.7
  },
  "recommendations": [],
  "routability": {
    "boardable_stops": 1153,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 10347
  },
  "route_map": {
    "drawn_route_count": 99,
    "has_shapes": true,
    "path": "data/artifacts/zkm-gdynia/geometry.geojson",
    "route_count": 99,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10021",
        "label": "21",
        "long": "Sopot Reja - Gdynia Dworzec G\u0142. PKP",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10022",
        "label": "22",
        "long": "Gdynia Dworzec G\u0142. PKP - Cisowa SKM",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10023",
        "label": "23",
        "long": "Kacze Buki - Gdynia Dworzec G\u0142. PKP",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10024",
        "label": "24",
        "long": "D\u0105browa Mi\u0119towa - Stocznia Gdynia",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10025",
        "label": "25",
        "long": "3 Maja - Hala - Cisowa SKM",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10026",
        "label": "26",
        "long": "Or\u0142owo SKM - \"\"Klif\"\" - Cisowa Sibeliusa",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10027",
        "label": "27",
        "long": "Kacze Buki - Cisowa SKM",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10028",
        "label": "28",
        "long": "3 Maja - Hala - Pustki Cisowskie",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10029",
        "label": "29",
        "long": "Wielki Kack Fikakowo - Gdynia Dworzec G\u0142. PKP",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10030",
        "label": "30",
        "long": "Gdynia Dworzec G\u0142. PKP - Cisowa Sibeliusa",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10031",
        "label": "31",
        "long": "Ergo Arena - D\u0105browa Mi\u0119towa",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10032",
        "label": "32",
        "long": "Ma\u0142y Kack Strzelc\u00f3w - Pog\u00f3rze Dolne Z\u0142ota",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10033",
        "label": "33",
        "long": "Karwiny Tuwima - Gdynia Dworzec G\u0142. PKP",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10034",
        "label": "34",
        "long": "W\u0119ze\u0142 Franciszki Cegielskiej - Demptowo",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10083",
        "label": "83",
        "long": "Janowo SKM - Sobieskiego - Reda Bosma\u0144ska",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10084",
        "label": "84",
        "long": "Rumia Dworzec PKP - Reda Bosma\u0144ska",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10085",
        "label": "85",
        "long": "Rumia Szmelta - Rumia Partyzant\u00f3w",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10086",
        "label": "86",
        "long": "Rumia Dworzec PKP - D\u0119bog\u00f3rze-Wybudowanie - Le\u015bna",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10087",
        "label": "87",
        "long": "Reda Bosma\u0144ska - Reda Bosma\u0144ska",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10102",
        "label": "102",
        "long": "Plac Kaszubski - Chylonia Dworzec PKP",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10104",
        "label": "104",
        "long": "Dom Marynarza - Oksywie Dolne",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10105",
        "label": "105",
        "long": "Red\u0142owo Szpital - Mechelinki Przysta\u0144",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10109",
        "label": "109",
        "long": "Red\u0142owo SKM - Babie Do\u0142y",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10114",
        "label": "114",
        "long": "Chylonia Dworzec PKP - Demptowo",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10119",
        "label": "119",
        "long": "Dworzec Morski - Wzg\u00f3rze \u015aw. Maksymiliana Syrokomli",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10121",
        "label": "121",
        "long": "Red\u0142owo Szpital - Chwarzno Sok\u00f3\u0142ka",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10125",
        "label": "125",
        "long": "Red\u0142owo Szpital - Pog\u00f3rze Dolne",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10128",
        "label": "128",
        "long": "Dom Marynarza - Oksywie Dolne",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10133",
        "label": "133",
        "long": "Dworzec Morski - Muzeum Emigracji - P\u0142yta Red\u0142owska",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10134",
        "label": "134",
        "long": "Ob\u0142u\u017ce Maciejewicza - Or\u0142owo SKM - \"\"Klif\"\"",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10135",
        "label": "135",
        "long": "D\u0119bog\u00f3rze - S\u0142onecznikowa - Terminal Kontenerowy",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10137",
        "label": "137",
        "long": "Kacze Buki Puszczyka - Kacze Buki",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10140",
        "label": "140",
        "long": "Gdynia Dworzec G\u0142. PKP - Wiczlino Niemotowo",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10141",
        "label": "141",
        "long": "Witomino Sosnowa - Pog\u00f3rze G\u00f3rne",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10144",
        "label": "144",
        "long": "Osiedle Mickiewicza - Osiedle Mickiewicza",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10145",
        "label": "145",
        "long": "Karwiny Tuwima - Ma\u0142y Kack Strzelc\u00f3w",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10146",
        "label": "146",
        "long": "Plac Kaszubski - Rewa - Bursztynowa",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10147",
        "label": "147",
        "long": "Karwiny Nowowiczli\u0144ska - Gdynia Dworzec G\u0142. PKP",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10150",
        "label": "150",
        "long": "Witomino Le\u015bnicz\u00f3wka - Oksywie Godebskiego",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10152",
        "label": "152",
        "long": "Ma\u0142y Kack Sandomierska - Oksywie Dickmana",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10153",
        "label": "153",
        "long": "Wielki Kack Fikakowo - Wielki Kack Starodworcowa",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10159",
        "label": "159",
        "long": "Chylonia Dworzec PKP - Pustki Cisowskie",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10160",
        "label": "160",
        "long": "Gdynia Dworzec G\u0142. PKP - Chwarzno Polanki",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10163",
        "label": "163",
        "long": "Chylonia Dworzec PKP - os. Meksyk - Pog\u00f3rze G\u00f3rne",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10165",
        "label": "165",
        "long": "Chylonia Dworzec PKP - os. Meksyk - Rewa - Bursztynowa",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10171",
        "label": "171",
        "long": "Karwiny Nowowiczli\u0144ska - Oliwa",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10173",
        "label": "173",
        "long": "Plac Kaszubski - Chylonia Dworzec PKP",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10177",
        "label": "177",
        "long": "Sanatorium \"\"Le\u015bnik\"\" - Kamienny Potok SKM Niepodleg\u0142o\u015bci",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10180",
        "label": "180",
        "long": "Red\u0142owo Szpital - Karwiny Tuwima",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10181",
        "label": "181",
        "long": "Sopot Reja - Kacze Buki",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10182",
        "label": "182",
        "long": "Ob\u0142u\u017ce Maciejewicza - W\u0119ze\u0142 Franciszki Cegielskiej",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10185",
        "label": "185",
        "long": "Kamienny Potok - Kujawska - Kamienny Potok - Kujawska",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10187",
        "label": "187",
        "long": "Kamienny Potok SKM - Kamienny Potok SKM Niepodleg\u0142o\u015bci",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10190",
        "label": "190",
        "long": "Plac Kaszubski - Witomino Le\u015bnicz\u00f3wka",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10191",
        "label": "191",
        "long": "Karwiny Nowowiczli\u0144ska - Koleczkowo - Poczta",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10192",
        "label": "192",
        "long": "Witomino Le\u015bnicz\u00f3wka - P\u0142yta Red\u0142owska",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10193",
        "label": "193",
        "long": "Karwiny Nowowiczli\u0144ska - Szemud - Centrum Samorz\u0105dowe",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10194",
        "label": "194",
        "long": "Plac Kaszubski - Pog\u00f3rze G\u00f3rne",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10196",
        "label": "196",
        "long": "Dom Marynarza - Babie Do\u0142y",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10197",
        "label": "197",
        "long": "Cisowa Sibeliusa - Ob\u0142u\u017ce Maciejewicza",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10198",
        "label": "198",
        "long": "Chylonia Dworzec PKP - os.Meksyk - Terminal Kontenerowy",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10203",
        "label": "203",
        "long": "Ma\u0142y Kack Sandomierska - Ma\u0142y Kack Sandomierska",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10204",
        "label": "204",
        "long": "Norwida - Norwida",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10209",
        "label": "209",
        "long": "Babie Do\u0142y - Red\u0142owo SKM",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10252",
        "label": "252",
        "long": "Norwida - Norwida",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10282",
        "label": "282",
        "long": "Dom Marynarza - Pog\u00f3rze G\u00f3rne",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10287",
        "label": "287",
        "long": "Osiedle Mickiewicza - Kamienny Potok - Ko\u015bci\u00f3\u0142",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10288",
        "label": "288",
        "long": "Chylonia Dworzec PKP - Rumia Dworzec PKP",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10309",
        "label": "309",
        "long": "Grab\u00f3wek SKM - Babie Do\u0142y Pla\u017ca",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10326",
        "label": "326",
        "long": "Or\u0142owo SKM - \"\"Klif\"\" - Grab\u00f3wek SKM",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10365",
        "label": "365",
        "long": "Ob\u0142u\u017ce Centrum - Rewa - Bursztynowa",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10410",
        "label": "N10",
        "long": "Kacze Buki - Oksywie Dolne",
        "short": "N10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10420",
        "label": "N20",
        "long": "Karwiny Nowowiczli\u0144ska - Pustki Cisowskie",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10430",
        "label": "N30",
        "long": "Kacze Buki - Rumia Dworzec PKP",
        "short": "N30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10440",
        "label": "N40",
        "long": "Witomino Le\u015bnicz\u00f3wka - Pog\u00f3rze Dolne",
        "short": "N40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10465",
        "label": "N65",
        "long": "Pog\u00f3rze G\u00f3rne - Rewa - Bursztynowa",
        "short": "N65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10494",
        "label": "N94",
        "long": "Witomino Le\u015bnicz\u00f3wka - Suchy Dw\u00f3r - Borchardta",
        "short": "N94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10601",
        "label": "G",
        "long": "Pog\u00f3rze G\u00f3rne - Oliwa ZOO",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10602",
        "label": "J",
        "long": "Rumia Partyzant\u00f3w - Wejherowo Szpital",
        "short": "J",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10603",
        "label": "K",
        "long": "Ob\u0142u\u017ce Maciejewicza - Kacze Buki",
        "short": "K",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10604",
        "label": "M",
        "long": "Rumia Dworzec PKP - Rewa - Bursztynowa",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10605",
        "label": "R",
        "long": "Rumia Dworzec PKP - Kacze Buki",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10606",
        "label": "S",
        "long": "Sopot Reja - Pustki Cisowskie",
        "short": "S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10607",
        "label": "W",
        "long": "Pustki Cisowskie - Red\u0142owo Szpital",
        "short": "W",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10608",
        "label": "X",
        "long": "Oksywie Dolne - Kacze Buki",
        "short": "X",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10609",
        "label": "Z",
        "long": "\u017bukowo - Urz\u0105d Gminy - Gdynia Dworzec G\u0142. PKP",
        "short": "Z",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10700",
        "label": "700",
        "long": "... - Kacze Buki",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10704",
        "label": "700",
        "long": "... - Kacze Buki",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10710",
        "label": "710",
        "long": "... - Grab\u00f3wek SKM",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10712",
        "label": "710",
        "long": "... - Grab\u00f3wek SKM",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10723",
        "label": "723",
        "long": "Morska - Estakada - Stocznia Gdynia",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Trolleybus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10740",
        "label": "740",
        "long": "... - Gdynia Dworzec G\u0142. PKP",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10741",
        "label": "740",
        "long": "... - Gdynia Dworzec G\u0142. PKP",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10742",
        "label": "740",
        "long": "... - Gdynia Dworzec G\u0142. PKP",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10760",
        "label": "760",
        "long": "... - W\u0119ze\u0142 Franciszki Cegielskiej",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10770",
        "label": "770",
        "long": "... - Baza na Pog\u00f3rzu Dolnym",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10772",
        "label": "770",
        "long": "... - Baza na Pog\u00f3rzu Dolnym",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10940",
        "label": "940",
        "long": "Filipkowskiego - Fregatowa",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10959",
        "label": "959",
        "long": "Chylonia Dworzec PKP - Chylonia Dworzec PKP",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 1153,
    "stop_points_capped": false
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 1153,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "1153 of 1153 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    },
    {
      "code": "scorecard_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    },
    {
      "code": "scorecard_no_fare_data",
      "count": 1,
      "effort": "A small file for most flat-fare systems.",
      "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
      "owner": "",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "The feed contains no fare information.",
      "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
    }
  ],
  "validator_version": "8.0.1"
}
