Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Data Correction]: Missing qualifying data #118

Open
ramipl opened this issue Dec 11, 2024 · 4 comments
Open

[Data Correction]: Missing qualifying data #118

ramipl opened this issue Dec 11, 2024 · 4 comments
Labels
data Related to the data returned triage New issue to be triaged

Comments

@ramipl
Copy link

ramipl commented Dec 11, 2024

Endpoint

qualifying

URL

https://api.jolpi.ca/ergast/f1/2001/qualifying/

What is the current Value?

.

What should the value be?

.

Description

A few years have a lot of missing data in qualifying resuts (https://api.jolpi.ca/ergast/f1/2002/qualifying/ - for example years 2000, 2001, 2002)

@ramipl ramipl added data Related to the data returned triage New issue to be triaged labels Dec 11, 2024
@ramipl ramipl changed the title [Data Correction]: Missin qualifying data [Data Correction]: Missing qualifying data Dec 11, 2024
@jolpica
Copy link
Owner

jolpica commented Dec 11, 2024

Is this still an issue for you?

Going to that link for me produces data:

{
    "MRData": {
        "xmlns": "",
        "series": "f1",
        "url": "http://api.jolpi.ca/ergast/f1/2001/qualifying/",
        "limit": "30",
        "offset": "0",
        "total": "22",
        "RaceTable": {
            "season": "2001",
            "Races": [
                {
                    "season": "2001",
                    "round": "16",
                    "url": "http://en.wikipedia.org/wiki/2001_United_States_Grand_Prix",
                    "raceName": "United States Grand Prix",
                    "Circuit": {
                        "circuitId": "indianapolis",
                        "url": "http://en.wikipedia.org/wiki/Indianapolis_Motor_Speedway",
                        "circuitName": "Indianapolis Motor Speedway",
                        "Location": {
                            "lat": "39.795",
                            "long": "-86.2347",
                            "locality": "Indianapolis",
                            "country": "USA"
                        }
                    },
                    "date": "2001-09-30",
                    "QualifyingResults": [
                        {
                            "number": "1",
                            "position": "1",
                            "Driver": {
                                "driverId": "michael_schumacher",
                                "code": "MSC",
                                "url": "http://en.wikipedia.org/wiki/Michael_Schumacher",
                                "givenName": "Michael",
                                "familyName": "Schumacher",
                                "dateOfBirth": "1969-01-03",
                                "nationality": "German"
                            },
                            "Constructor": {
                                "constructorId": "ferrari",
                                "url": "http://en.wikipedia.org/wiki/Scuderia_Ferrari",
                                "name": "Ferrari",
                                "nationality": "Italian"
                            },
                            "Q1": "1:11.708"
                        },
...

@ramipl
Copy link
Author

ramipl commented Dec 11, 2024

In 2001 I believe there were 17 races / qualifying sessions. And there are data only for round number 16...

@Carol52x
Copy link

The original ergast API had limitations on the quali data before 2003 according to their docs:
image

@ramipl
Copy link
Author

ramipl commented Dec 12, 2024

Oh, indeed, I just checked on Ergast, and they do have gaps in their data, which have propagated here — I apologize for the confusion. Maybe someday it will be possible to fill in the missing data (I believe it's available on the official site: https://www.formula1.com/en/results/2001/races/711/europe/qualifying/0).

regards and thanks for great work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Related to the data returned triage New issue to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants