v1

latestOpenAPI 3.0.02026-07-2678105413.1 KB
V1 API Lookup

Event results

Get results of events based on search criteria.

get/eventresults.php

Query parameters

idinteger required

Unique identifier for the event.

Response

Successful Response

Example response

{
  "results": [
    {
      "idResult": "607",
      "idPlayer": "34167526",
      "strPlayer": "Justin Barcia",
      "idTeam": "135832",
      "idEvent": "652890",
      "strEvent": "Anaheim 1",
      "strResult": null,
      "intPosition": "1",
      "intPoints": "26",
      "strDetail": "1",
      "dateEvent": "2020-01-05",
      "strSeason": "2020",
      "strCountry": "United States",
      "strSport": "Motorsport"
    }
  ]
}