F1 - Drivers

OpenAPI for drivers endpoints from f1api.dev.

Price:
Free

🏎️ F1 Drivers API

The F1 Drivers API is your go-to service for exploring the history and present of Formula 1 drivers. From legends like Ayrton Senna and Michael Schumacher to current champions like Max Verstappen, this API gives you structured, queryable access to driver profiles.

🔑 What You Get

  • 👨‍✈️ Driver Profiles — Full names, racing numbers, codes, and IDs.
  • 📅 Season Participation — Retrieve which drivers competed in any season since 1950.
  • 🔎 Search Functionality — Quickly look up a driver by name or ID.
  • 📈 Current Season Updates — Get the current grid instantly.

⚙️ Example Endpoints

  • GET /drivers → List all known F1 drivers.
  • GET /{year}/drivers → Drivers competing in a specific season.
  • GET /drivers/{driverId} → Full details of a driver.
  • GET /drivers/search?q=lewis → Search by name (e.g., Lewis Hamilton).

🚀 Why It’s Useful

Perfect for fan sites, F1 history apps, trivia bots, or fantasy racing platforms.

👉 Thanks to XPack, you can instantly expose this API as an MCP service for AI Agents, making driver lookups as easy as chatting.

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