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
https://api.pandascore.co/
Auth type
Bearer Token
Auth header
Authorization: Bearer YOUR_TOKEN
Rate limit
100 req/hour (free)
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://api.pandascore.co/
Endpoint status
Live — HTTP 200 — endpoint is accessible2.00s
(checked Mar 29, 2026)
Builder score
D
49%
builder-friendly
Bearer token in the Authorization header
Authorization: Bearer YOUR_TOKEN
Free: 100 req/hour. Standard $59/mo, Pro $199/mo. Esports data for 20+ games.
| Method | Path | Description |
|---|---|---|
| GET | /additions |
List additions |
| GET | /changes |
List changes |
| GET | /deletions |
List deletions |
| GET | /incidents |
List changes, additions and deletions |
| GET | /leagues |
List leagues |
| GET | /leagues/{league_id_or_slug} |
Get a league |
| GET | /leagues/{league_id_or_slug}/matches |
Get matches for a league |
| GET | /leagues/{league_id_or_slug}/matches/past |
Get past matches for league |
curl -X GET 'https://api.pandascore.co//additions' \ -H 'Authorization: Bearer YOUR_TOKEN'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official PandaScore REST API for All Videogames documentation.