{
  "agency": {
    "country": "FR",
    "id": "fr-pan-80701",
    "name": "R\u00e9seau interurbain TXIK TXAK",
    "subdivision_code": "FR-NAQ",
    "subdivision_name": "Nouvelle-Aquitaine"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 95.3,
          "stops_marked_accessible_pct": 24.5,
          "stops_marked_not_accessible_pct": 68.1,
          "stops_stated_pct": 92.5,
          "trips_stated_pct": 100.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 15.0,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 23.1,
          "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": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 2711,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 4699,
        "wheelchair_accessible_pct": 100.0,
        "wheelchair_boarding_pct": 92.5,
        "wheelchair_marked_accessible_pct": 24.5,
        "wheelchair_marked_not_accessible_pct": 68.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 202,
          "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": 1.9,
          "severity": "WARNING",
          "what": "202 of 2711 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_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": 83.1,
      "status": "measured",
      "summary": "93% of stops state wheelchair accessibility (24% marked accessible, 68% 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": 11,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 162,
          "WARNING": 68
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 30,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 18,
          "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": "equal_shape_distance_same_coordinates",
          "count": 12,
          "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": 6.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": "service_has_no_active_day_of_the_week",
          "count": 5,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 3,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 76,
          "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 bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "big_gap_in_service",
          "count": 60,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        },
        {
          "code": "unknown_column",
          "count": 13,
          "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.8,
          "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": "service_window_outside_feed_period",
          "count": 11,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "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."
        },
        {
          "code": "unused_station",
          "count": 1,
          "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.5,
          "severity": "INFO",
          "what": "Unused station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 69.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 11 kinds of issue across 230 instances (0 error, 68 warning, 162 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 343,
        "effective_expiry_date": "2027-07-02",
        "feed_end_date": "2027-07-02",
        "feed_start_date": "2026-07-22",
        "feed_version": "23/07/2026-10:20",
        "has_feed_info": true,
        "last_service_date": "2027-07-04",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 343 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": true,
    "criteria": [
      {
        "detail": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 343 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 92% of stops and 100% of trips.",
        "key": "accessible",
        "met": true
      }
    ],
    "status": "awarded",
    "summary": "This feed earns the conformance mark: valid, current, and stating wheelchair access on nearly every stop and trip."
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit Syndicat des Mobilit\u00e9s Pays Basque-Adour, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "c591f80978362d69472d862716c27bc18c99d1c625934f2970649e80e2f8b1bf",
    "size_bytes": 2685971,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/a6c39f5b-9e05-4dc6-be13-f2620ff73216"
  },
  "fetch": {
    "final_url": "https://app.mecatran.com/utw/ws/gtfsfeed/static/txiktxak?apiKey=0f64273f070b7d4621002040646e180d374e5373",
    "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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      -1.81458,
      43.0185,
      -0.86051,
      43.57638
    ],
    "lat": 43.47025,
    "lon": -1.50028,
    "stop_count": 2711
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 52,
        "trip_count": 4699,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 52,
    "trip_count": 4699
  },
  "overall": {
    "grade": "B",
    "margin_to_lower_band": 1.4,
    "margin_to_next_band": 8.6,
    "score": 81.4
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 8,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "8 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (3, 7, 14, 18, 25, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 12,
      "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": "12 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Aizpurdi St Vincent\", \"P+R Base Navale\", \"P+R Le Quillet\", 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": 1759,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 4699
  },
  "route_map": {
    "drawn_route_count": 52,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-80701/geometry.geojson",
    "route_count": 52,
    "routes": [
      {
        "color": "9AC331",
        "color_name": "yellow",
        "has_shape": true,
        "id": "10",
        "label": "10",
        "long": "Hauts de Bayonne - ANGLET Chambre d'Amour - ANGLET Les Vagues",
        "short": "10",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "CA9200",
        "color_name": "orange",
        "has_shape": true,
        "id": "11",
        "label": "11",
        "long": "ANGLET La Barre - BIARRITZ Cit\u00e9 scolaire",
        "short": "11",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "F59A00",
        "color_name": "orange",
        "has_shape": true,
        "id": "12",
        "label": "12",
        "long": "Gare de Biarritz - BAYONNE Place des Basques",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5C2483",
        "color_name": "purple",
        "has_shape": true,
        "id": "13",
        "label": "13",
        "long": "ANGLET Chambre d'Amour - ANGLET Coeur de Sutar",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E62987",
        "color_name": "pink",
        "has_shape": true,
        "id": "14",
        "label": "14",
        "long": "IRUN B\u00e9hobia - HENDAYE Grande Plage",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004079",
        "color_name": "green",
        "has_shape": true,
        "id": "15",
        "label": "15",
        "long": "HENDAYE EHPAD - IRUN Ospitalea",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7F3302",
        "color_name": "brown",
        "has_shape": true,
        "id": "16",
        "label": "16",
        "long": "SAINT-JEAN-DE-LUZ Lafitenea - CIBOURE Port de Zokoa",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2BBADA",
        "color_name": "teal",
        "has_shape": true,
        "id": "17",
        "label": "17",
        "long": "SAINT-JEAN-DE-LUZ Alturan - CIBOURE Zaldi Xurito",
        "short": "17",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "E62987",
        "color_name": "pink",
        "has_shape": true,
        "id": "18",
        "label": "18",
        "long": "ST-JEAN-DE-LUZ Halte Routi\u00e8re - Mairie de Biarritz J. Petit",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F59A00",
        "color_name": "orange",
        "has_shape": true,
        "id": "19",
        "label": "19",
        "long": "TARNOS M\u00e9tro Plage - TARNOS Castillon",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7F3302",
        "color_name": "brown",
        "has_shape": true,
        "id": "20",
        "label": "20",
        "long": "BOUCAU Plage de la Digue - TARNOS La Pin\u00e8de",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9AC331",
        "color_name": "yellow",
        "has_shape": true,
        "id": "21",
        "label": "21",
        "long": "BAYONNE Marrac - BIDART Mairie",
        "short": "21",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "9C1981",
        "color_name": "purple",
        "has_shape": true,
        "id": "22",
        "label": "22",
        "long": "Gare de Bayonne Parvis - MOUGUERRE Cigaro",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CA9200",
        "color_name": "orange",
        "has_shape": true,
        "id": "23",
        "label": "23",
        "long": "VILLEFRANQUE Mendiburua - Ondres-Oc\u00e9an",
        "short": "23",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "24",
        "label": "24",
        "long": "ST-MARTIN-de-SEIGNANX Stade Goni - BAYONNE Marrac",
        "short": "24",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "8E9300",
        "color_name": "brown",
        "has_shape": true,
        "id": "25",
        "label": "25",
        "long": "Gare de Biarritz - BIDART Lore Landa",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFDD00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "26",
        "label": "26",
        "long": "HENDAYE Orangers - ST-JEAN-DE-LUZ Halte routi\u00e8re",
        "short": "26",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "007C32",
        "color_name": "green",
        "has_shape": true,
        "id": "27",
        "label": "27",
        "long": "CAMBO-LES-BAINS Portail Arnaga - CAMBO-LES-BAINS Behereko Plaza",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9AC331",
        "color_name": "yellow",
        "has_shape": true,
        "id": "28",
        "label": "28",
        "long": "ITXASSOU Alzueta - ITXASSOU Pilota Plaza",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE7711",
        "color_name": "orange",
        "has_shape": true,
        "id": "29",
        "label": "29",
        "long": "SAINT MARTIN DE SEIGNANX ZA Ambroise - Ondres-Oc\u00e9an",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EE7711",
        "color_name": "orange",
        "has_shape": true,
        "id": "3",
        "label": "3",
        "long": "Gare de Bayonne Parvis - ST-JEAN-DE-LUZ Halte Routi\u00e8re",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9AC331",
        "color_name": "yellow",
        "has_shape": true,
        "id": "30",
        "label": "30",
        "long": "SAINT JEAN DE LUZ Digue aux Chevaux  - GUETHARY eskualduna",
        "short": "30",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "00A9AB",
        "color_name": "teal",
        "has_shape": true,
        "id": "31",
        "label": "31",
        "long": "BIARRITZ Halle Iraty - BIARRITZ Jardin Public",
        "short": "31",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "00A9AB",
        "color_name": "teal",
        "has_shape": true,
        "id": "4",
        "label": "4",
        "long": "ST-JEAN-DE-LUZ Halte Routi\u00e8re - HENDAYE Grande Plage",
        "short": "4",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "E11F21",
        "color_name": "red",
        "has_shape": true,
        "id": "40",
        "label": "40",
        "long": "LOUHOSSOA / ESPELETTE - BAYONNE",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7F3302",
        "color_name": "brown",
        "has_shape": true,
        "id": "41",
        "label": "41",
        "long": "TARDETS-SORHOLUS - BAYONNE",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F086A7",
        "color_name": "pink",
        "has_shape": true,
        "id": "42",
        "label": "42",
        "long": "SAMES - BAYONNE",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2BBADA",
        "color_name": "teal",
        "has_shape": true,
        "id": "43",
        "label": "43",
        "long": "HASPARREN - BAYONNE",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A9AB",
        "color_name": "teal",
        "has_shape": true,
        "id": "44",
        "label": "44",
        "long": "SARE - BAYONNE",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A77A",
        "color_name": "teal",
        "has_shape": true,
        "id": "45",
        "label": "45",
        "long": "SAINT-JEAN-DE-LUZ - SARE",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9C1981",
        "color_name": "purple",
        "has_shape": true,
        "id": "46",
        "label": "46",
        "long": "SAINT-JEAN-DE-LUZ - CAMBO-LES-BAINS",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2BBADA",
        "color_name": "teal",
        "has_shape": true,
        "id": "5",
        "label": "5",
        "long": "BAYONNE Sainsontan - BIARRITZ Halle Iraty",
        "short": "5",
        "text_color": "1D1D1B",
        "type_label": "Bus"
      },
      {
        "color": "007C32",
        "color_name": "green",
        "has_shape": true,
        "id": "6",
        "label": "6",
        "long": "Gare de Biarritz - Saint-Pierre d'Irube C.Cial Ametzondo",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8D70B0",
        "color_name": "purple",
        "has_shape": true,
        "id": "60",
        "label": "60",
        "long": "CAMBO-LES-BAINS - SAINT-PALAIS",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A77A",
        "color_name": "teal",
        "has_shape": true,
        "id": "61",
        "label": "61",
        "long": "CH\u00c9RAUTE - SAINT-JEAN-PIED-DE-PORT",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F59A00",
        "color_name": "orange",
        "has_shape": true,
        "id": "62",
        "label": "62",
        "long": "UREPEL -\u00a0SAINT-MARTIN D'ARROSSA",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004079",
        "color_name": "green",
        "has_shape": true,
        "id": "63",
        "label": "63",
        "long": "SAINT-PALAIS\u00a0- SAINT-JEAN-PIED-DE-PORT",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "2BBADA",
        "color_name": "teal",
        "has_shape": true,
        "id": "64",
        "label": "64",
        "long": "SAINT-JEAN-PIED-DE-PORT - UREPEL",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F086A7",
        "color_name": "pink",
        "has_shape": true,
        "id": "65",
        "label": "65",
        "long": "SAINT-JEAN-PIED-DE-PORT - IRATY",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "2BBADA",
        "color_name": "teal",
        "has_shape": true,
        "id": "66",
        "label": "66",
        "long": "MAULEON - TARDETS - LARRAU - IRATY",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E62987",
        "color_name": "pink",
        "has_shape": true,
        "id": "7",
        "label": "7",
        "long": "ANGLET Quintaou-Endarra - TARNOS Square Mora",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3F4E55",
        "color_name": "green",
        "has_shape": true,
        "id": "70",
        "label": "70",
        "long": "ARBONNE Gure Nahia - Gare de Biarritz",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3F4E55",
        "color_name": "green",
        "has_shape": true,
        "id": "74",
        "label": "74",
        "long": "BIARRITZ Mairie - BAYONNE H\u00f4pital",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3F4E55",
        "color_name": "green",
        "has_shape": true,
        "id": "76",
        "label": "76",
        "long": "BAYONNE Lauga - Gare de Biarritz Mariano",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "94C331",
        "color_name": "yellow",
        "has_shape": true,
        "id": "N1",
        "label": "N1",
        "long": "BAYONNE Porte d'Espagne - BAYONNE Glain",
        "short": "N1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9C1981",
        "color_name": "purple",
        "has_shape": true,
        "id": "N2",
        "label": "N2",
        "long": "BAYONNE Quartier Ar\u00e8nes -  BAYONNE Quartier St-Esprit",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004079",
        "color_name": "green",
        "has_shape": true,
        "id": "N3",
        "label": "N3",
        "long": "BAYONNE H\u00f4pital - BAYONNE La Floride",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5560A9",
        "color_name": "blue",
        "has_shape": true,
        "id": "N30",
        "label": "N30",
        "long": "BIDART Ilbarritz - BIDART Estia",
        "short": "N30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A9AB",
        "color_name": "teal",
        "has_shape": true,
        "id": "N4",
        "label": "N4",
        "long": "BIARRITZ P\u00e9tricot - BIARRITZ Haraout",
        "short": "N4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F086A7",
        "color_name": "pink",
        "has_shape": true,
        "id": "N5",
        "label": "N5",
        "long": "BIARRITZ P\u00e9tricot - BIARRITZ Clinique Aguilera",
        "short": "N5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E11F21",
        "color_name": "red",
        "has_shape": true,
        "id": "T1",
        "label": "T1",
        "long": "Mairie de Biarritz L. Barthou - Hauts de Bayonne",
        "short": "T1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0076B3",
        "color_name": "teal",
        "has_shape": true,
        "id": "T2",
        "label": "T2",
        "long": "TARNOS P+R Garros - BAYONNE Technocit\u00e9",
        "short": "T2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 2711,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-24",
  "top_fixes": [
    {
      "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": 1,
      "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": "stop_too_far_from_shape_using_user_distance",
      "count": 30,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
      "owner": "Likely your export tool",
      "points": 6.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "Some stops sit far from the route line, going by the feed's own distance values.",
      "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
    },
    {
      "code": "mixed_case_recommended_field",
      "count": 18,
      "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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
