F1 - Results

OpenAPI for race results endpoints from f1api.dev.

Price:
Free

🏁 F1 Results API

Who crossed the line first? The F1 Results API gives you official Grand Prix results for any season or round — from Fangio in the 1950s to today’s modern champions.

🔑 Features

  • 🏎️ Race Results — Positions, driver IDs, team IDs, and points scored.
  • 📅 Season & Round Based — Query results by year and round.
  • Current Season Ready — Get live results as soon as races are completed.

⚙️ Example Endpoints

  • GET /{year}/races/{round}/results → Results for a specific race.
  • GET /current/races/{round}/results → Results for a current season race.

📌 Use Cases

  • Sports stats dashboards.
  • Real-time F1 companion apps.
  • AI commentary agents.

👉 Thanks to XPack, you can turn results data into a live MCP service — making race-day insights available directly to AI agents.

F1 MCP
{
  "mcpServers": {
    "xpack-mcp-market": {
      "type": "sse",
      "autoApprove":"all",
      "url": "?authkey={Your-F1-Auth-Key}"
    }
  }
}