br-g / openf1

OpenF1 API - Real-time and historical Formula 1 data
MIT License
322 stars 15 forks source link

Duplicate driver entries in last 2024 sessions #29

Closed xsampedro closed 5 months ago

xsampedro commented 6 months ago

E.g.: https://api.openf1.org/v1/drivers?session_key=9473

(...)
 {
    "session_key": 9473,
    "meeting_key": 1230,
    "broadcast_name": "M VERSTAPPEN",
    "country_code": null,
    "first_name": null,
    "full_name": "Max VERSTAPPEN",
    "headshot_url": null,
    "last_name": null,
    "driver_number": 1,
    "team_colour": null,
    "team_name": null,
    "name_acronym": "VER"
  },
  {
    "session_key": 9473,
    "meeting_key": 1230,
    "broadcast_name": "M VERSTAPPEN",
    "country_code": "NED",
    "first_name": "Max",
    "full_name": "Max VERSTAPPEN",
    "headshot_url": "https://media.formula1.com/d_driver_fallback_image.png/content/dam/fom-website/drivers/M/MAXVER01_Max_Verstappen/maxver01.png.transform/1col/image.png",
    "last_name": "Verstappen",
    "driver_number": 1,
    "team_colour": "3671c6",
    "team_name": "Red Bull Racing",
    "name_acronym": "VER"
  },
(...)
br-g commented 5 months ago

Fixed! Thanks for reporting the issue 👍