P

PandaScore REST API for All Videogames

by PandaScore REST API for All Videogames Free tier

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

entertainmentpandascore

Quick Reference

Base URL 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
Pricing
28
Latency
40
Depth
72

Authentication

Bearer token in the Authorization header

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free: 100 req/hour. Standard $59/mo, Pro $199/mo. Esports data for 20+ games.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.pandascore.co//additions' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official PandaScore REST API for All Videogames documentation.