GET /ergast/f1/2024/1/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "MRData": {
        "xmlns": "",
        "series": "f1",
        "url": "http://api.jolpi.ca/ergast/f1/2024/1/",
        "limit": "30",
        "offset": "0",
        "total": "1",
        "RaceTable": {
            "season": "2024",
            "round": "1",
            "Races": [
                {
                    "season": "2024",
                    "round": "1",
                    "url": "https://en.wikipedia.org/wiki/2024_Bahrain_Grand_Prix",
                    "raceName": "Bahrain Grand Prix",
                    "Circuit": {
                        "circuitId": "bahrain",
                        "url": "https://en.wikipedia.org/wiki/Bahrain_International_Circuit",
                        "circuitName": "Bahrain International Circuit",
                        "Location": {
                            "lat": "26.0325",
                            "long": "50.5106",
                            "locality": "Sakhir",
                            "country": "Bahrain"
                        }
                    },
                    "date": "2024-03-02",
                    "time": "15:00:00Z",
                    "FirstPractice": {
                        "date": "2024-02-29",
                        "time": "11:30:00Z"
                    },
                    "SecondPractice": {
                        "date": "2024-02-29",
                        "time": "15:00:00Z"
                    },
                    "ThirdPractice": {
                        "date": "2024-03-01",
                        "time": "12:30:00Z"
                    },
                    "Qualifying": {
                        "date": "2024-03-01",
                        "time": "16:00:00Z"
                    }
                }
            ]
        }
    }
}