Skip to content

Getting a constructors most recent active drivers #101

Closed Answered by jolpica
JackThomas asked this question in Q&A
Discussion options

You must be logged in to vote

You can specifiy the round number to get drivers from, for example:
https://api.jolpi.ca/ergast/f1/2024/20/constructors/williams/drivers/

would return:

{
    "MRData": {
        "xmlns": "",
        "series": "f1",
        "url": "http://api.jolpi.ca/ergast/f1/2024/20/constructors/williams/drivers/",
        "limit": "30",
        "offset": "0",
        "total": "2",
        "DriverTable": {
            "season": "2024",
            "round": "20",
            "constructorId": "williams",
            "Drivers": [
                {
                    "driverId": "albon",
                    "permanentNumber": "23",
                    "code": "ALB",
                    "url": "http://en.wi…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@jolpica
Comment options

@jolpica
Comment options

@JackThomas
Comment options

@jolpica
Comment options

@JackThomas
Comment options

Answer selected by JackThomas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants