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

{
    "MRData": {
        "xmlns": "",
        "series": "f1",
        "url": "https://api.jolpi.ca/ergast/f1/",
        "limit": "30",
        "offset": "1170",
        "total": "1171",
        "RaceTable": {
            "Races": [
                {
                    "season": "2026",
                    "round": "22",
                    "url": "https://en.wikipedia.org/wiki/2026_Abu_Dhabi_Grand_Prix",
                    "raceName": "Abu Dhabi Grand Prix",
                    "Circuit": {
                        "circuitId": "yas_marina",
                        "url": "https://en.wikipedia.org/wiki/Yas_Marina_Circuit",
                        "circuitName": "Yas Marina Circuit",
                        "Location": {
                            "lat": "24.4672",
                            "long": "54.6031",
                            "locality": "Abu Dhabi",
                            "country": "UAE"
                        }
                    },
                    "date": "2026-12-06",
                    "time": "13:00:00Z",
                    "FirstPractice": {
                        "date": "2026-12-04",
                        "time": "09:30:00Z"
                    },
                    "SecondPractice": {
                        "date": "2026-12-04",
                        "time": "13:00:00Z"
                    },
                    "ThirdPractice": {
                        "date": "2026-12-05",
                        "time": "10:30:00Z"
                    },
                    "Qualifying": {
                        "date": "2026-12-05",
                        "time": "14:00:00Z"
                    }
                }
            ]
        }
    }
}