MotoGP
The MotoGP API is a RESTful API that provides access to data from the MotoGP World Championship. The API allows developers to build applications that track rider and team performance, analyze race results, and create custom visualizations of data. The MotoGP2 API includes the following endpoints: Riders: Get information about all riders in the MotoGP World Championship, including their names,…
MotoGP endpoints
| Method | Endpoint | Description |
|---|---|---|
| Race Data | ||
| GET |
Get race sessions from category id and event id [Race sessions - Race/Sprint Race/FP1/FP2...] /get_race_sessions_from_category_and_event |
Get race sessions from category id and event id [Race sessions - Race/Sprint Race/FP1/FP2...] |
| GET |
Get all seasons [Required for Race Data] /get_all_seasons |
Get all seasons [Required for Race Data] - This gives you a season id from which you can get all events |
| GET |
Get all categories from an event [Category is required to get race data] /get_categories_from_event_id |
Get all categories from an event [Category is required to get race data] |
| GET |
Get all events from a season id [Events mean all completed and pending races] /get_all_events_from_season |
Get all events from a season id [Events mean all completed and pending races] |
| GET |
Get race result from a race session [Race session id is required] /get_race_result_from_session |
Get race result from a race session [Race session id is required] |
| Other endpoints | ||
| GET |
Get all available seasons /api/data/get_all_seasons |
Get all available seasons |
| GET |
Get summary of a rider by id /get_rider_summary_from_rider_id |
Get summary of a rider by id |
| GET |
Get rider details by id /get_rider_info_by_id |
Get rider details by id |
| GET |
Get all rider categories for a season /get_all_rider_categories |
Get all rider categories for a season |
| GET |
Get all riders of a season [Requires Rider category and season year] /get_all_riders_of_season |
Get all riders of a season [Requires Rider category and season year] |
| GET |
Get rider information by name /get_rider_info_by_name |
Get rider information by name |
| GET |
Get statistics of a rider /get_rider_statistics_from_rider_id |
Get statistics of a rider |
MotoGP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $7.99 / month | 3 / second |
|
| ULTRA Recommended | $14.99 / month | 10 / second |
|
| MEGA | $44.99 / month | 100 / second |
|