# PandaScore REST API for All Videogames **Provider:** PandaScore REST API for All Videogames **Category:** entertainment **Base URL:** `https://api.pandascore.co/` **Auth:** bearer — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/hour (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.pandascore.co/ ## Description Introduction Whether you're looking to build an official Pandascore integration for your service, or you just want to build something awesome, we can help you get started. The API works over the HTTPS protocol, and is accessed from the api.pandascore.co domain. - The current endpoin ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.pandascore.co//additions` | List additions | | GET | `https://api.pandascore.co//changes` | List changes | | GET | `https://api.pandascore.co//deletions` | List deletions | | GET | `https://api.pandascore.co//incidents` | List changes, additions and deletions | | GET | `https://api.pandascore.co//leagues` | List leagues | | GET | `https://api.pandascore.co//leagues/{league_id_or_slug}` | Get a league | | GET | `https://api.pandascore.co//leagues/{league_id_or_slug}/matches` | Get matches for a league | | GET | `https://api.pandascore.co//leagues/{league_id_or_slug}/matches/past` | Get past matches for league | ## Authentication Bearer token in the Authorization header ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://api.pandascore.co//additions' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 req/hour. Standard $59/mo, Pro $199/mo. Esports data for 20+ games. --- *Source: [API Map](https://apimap.dev/apis/pandascore-rest-api-for-all-videogames/) — CC BY 4.0*