Welcome to the MotoGP Community API, a free and open-source project designed to empower developers, fans, and creators to build amazing MotoGP applications.
Whether you are building a Discord Bot, a Fan Website, or a Mobile App, this API provides the data you need.
- Riders & Teams: Detailed rosters with stats.
- Schedule: Full calendar with session times (FP1, Quali, Sprint, Race).
- Standings: Live championship points.
- Tracks: Circuit details and layouts.
- Premium Dashboard: A built-in web portal to view data and upcoming races.
- Secure: API Key authentication enabled.
- Node.js installed.
This is a Static Website. You don't need to run a server in production!
- GitHub Pages / Netlify / Vercel: Simply upload the
publicfolder or push this repo. - Local Testing:
(This runs a simple static file server)
npm start
The API is now Open Source and Static.
- Riders:
/api/riders.json - Schedule:
/api/schedule.json - Tracks:
/api/tracks.json
Example Request:
GET https://your-site.com/api/riders.jsonWe have big plans for the future of this project!
- Real-time Updates: Live timing integration via WebSockets.
- Historical Data: Archive of past seasons (2020-2023).
- User Accounts: Generate your own private API keys.
- GraphQL Support: For more flexible queries.
This data is provided Free to Use for the community.
Created by: [Vishwa Pramuditha] Dedicated to all MotoGP Fans around the world.
Disclaimer: This is a community project and is not officially affiliated with Dorna Sports or MotoGP.