Skip to content
Other

pandascore.co

PandaScore REST API for All Videogames sandbox and mock API

# 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](/home). The API works over the HTTPS protocol, and is accessed from the `api.pandascore.co` domain. - The current endpoint is [https://api.pandascore.co](https://api.pandascore.co). - All data is sent and received as JSON by Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
56
Collections
-
Event types
-
example request
curl https://your-pandascore.slurry.io/additions \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.23.1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 56.

  • GET/additions
  • GET/changes
  • GET/deletions
  • GET/incidents
  • GET/leagues
  • GET/leagues/{league_id_or_slug}
  • GET/leagues/{league_id_or_slug}/matches
  • GET/leagues/{league_id_or_slug}/matches/past
  • GET/leagues/{league_id_or_slug}/matches/running
  • GET/leagues/{league_id_or_slug}/matches/upcoming
  • GET/leagues/{league_id_or_slug}/series
  • GET/leagues/{league_id_or_slug}/tournaments