# Mario Kart Tour API **Provider:** Mario Kart Tour **Category:** entertainment **Base URL:** `https://mario-kart-tour-api.herokuapp.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://mario-kart-tour-api.herokuapp.com/ ## Description API for Drivers, Karts, Gliders and Courses ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://mario-kart-tour-api.herokuapp.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://mario-kart-tour-api.herokuapp.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Unofficial/reverse-engineered API. No official pricing; third-party maintained. --- *Source: [API Map](https://apimap.dev/apis/mario-kart-tour/) — CC BY 4.0*