# Dota 2 API **Provider:** Dota 2 **Category:** entertainment **Base URL:** `https://docs.opendota.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100,000 req/day **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.opendota.com/ ## Description Provides information about Player stats , Match stats, Rankings for Dota 2 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.opendota.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.opendota.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free via Steam Web API. No paid tiers; game statistics and match data. --- *Source: [API Map](https://apimap.dev/apis/dota-2/) — CC BY 4.0*