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": "1173",
        "RaceTable": {
            "Races": [
                {
                    "season": "2026",
                    "round": "22",
                    "url": "https://en.wikipedia.org/wiki/2026_Las_Vegas_Grand_Prix",
                    "raceName": "Las Vegas Grand Prix",
                    "Circuit": {
                        "circuitId": "vegas",
                        "url": "https://en.wikipedia.org/wiki/Las_Vegas_Grand_Prix#Circuit",
                        "circuitName": "Las Vegas Strip Street Circuit",
                        "Location": {
                            "lat": "36.1147",
                            "long": "-115.173",
                            "locality": "Las Vegas",
                            "country": "USA"
                        }
                    },
                    "date": "2026-11-22",
                    "time": "04:00:00Z",
                    "FirstPractice": {
                        "date": "2026-11-20",
                        "time": "00:30:00Z"
                    },
                    "SecondPractice": {
                        "date": "2026-11-20",
                        "time": "04:00:00Z"
                    },
                    "ThirdPractice": {
                        "date": "2026-11-21",
                        "time": "00:30:00Z"
                    },
                    "Qualifying": {
                        "date": "2026-11-21",
                        "time": "04:00:00Z"
                    }
                },
                {
                    "season": "2026",
                    "round": "23",
                    "url": "https://en.wikipedia.org/wiki/2026_Qatar_Grand_Prix",
                    "raceName": "Qatar Grand Prix",
                    "Circuit": {
                        "circuitId": "losail",
                        "url": "https://en.wikipedia.org/wiki/Lusail_International_Circuit",
                        "circuitName": "Losail International Circuit",
                        "Location": {
                            "lat": "25.49",
                            "long": "51.4542",
                            "locality": "Al Daayen",
                            "country": "Qatar"
                        }
                    },
                    "date": "2026-11-29",
                    "time": "16:00:00Z",
                    "FirstPractice": {
                        "date": "2026-11-27",
                        "time": "13:30:00Z"
                    },
                    "SecondPractice": {
                        "date": "2026-11-27",
                        "time": "17:00:00Z"
                    },
                    "ThirdPractice": {
                        "date": "2026-11-28",
                        "time": "14:30:00Z"
                    },
                    "Qualifying": {
                        "date": "2026-11-28",
                        "time": "18:00:00Z"
                    }
                },
                {
                    "season": "2026",
                    "round": "24",
                    "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"
                    }
                }
            ]
        }
    }
}