Developer-First Platform

Build the Future of Competitive Gaming
with PLLAY APIs

Fast integration, global scale, enterprise-grade security.

150K+
Active Developers
50+
API Endpoints
99.9%
SLA (Standard/Strategic)
12ms
Avg Response

Quick Start

One-click code snippets in JavaScript, Python, Unity. Show "Hello World Tournament" example.

Hello World Tournament

POST /tournaments
{
  "name": "Hello World Tournament",
  "game": "beatmatch",
  "prizePool": 100,
  "maxPlayers": 8,
  "startTime": "2024-12-25T18:00:00Z"
}
✓ 201 Created - Tournament ID: trn_hello_world

Choose Your Language

npm install @pllay/sdk
import { PLLAY } from '@pllay/sdk';

const pllay = new PLLAY({
  apiKey: 'your-api-key',
  environment: 'sandbox'
});

// Create Hello World Tournament
const tournament = await pllay.tournaments.create({
  name: 'Hello World Tournament',
  game: 'beatmatch',
  prizePool: 100
});

console.log('Tournament created:', tournament.id);

API Documentation

Comprehensive API reference with detailed schemas, examples, and interactive exploration. All endpoints documented with OpenAPI 3.0 specification.

OpenAPI 3.0
Always Up-to-Date
Interactive Examples

Loading API Documentation...

Changelog & Version Support

Stay updated with the latest API changes and understand our version support policy for seamless integration maintenance.

API Changelog

Track all platform updates, API changes, and feature releases with detailed documentation and migration guides.

v2.1.0 - New Feature Dec 15, 2024

Enhanced tournament bracket management with real-time updates

v2.0.8 - Improvement Dec 10, 2024

Optimized response times for player stats endpoints

v2.0.7 - Bug Fix Dec 8, 2024

Fixed pagination issue in leaderboard API

Stay Updated

Get notified about API changes via email or webhook

View Full Changelog

Deprecation Policy

Our commitment to stable API evolution with predictable deprecation timelines and migration support.

N-1

Version Support Timeline

12 months support for the previous major version (N-1) after a new major release.

  • • Current version (N): Full feature development
  • • Previous version (N-1): Security updates & critical fixes
  • • End-of-life: 12 months after N release
90

Breaking Changes Notice

90-day minimum notice before any breaking changes take effect.

  • • Email notifications to registered developers
  • • Webhook alerts for automated systems
  • • Migration guides and code examples
  • • Developer support during transition

Current Deprecations

v1.x Tournament API EOL: Mar 2025
Legacy Authentication EOL: Jun 2025

Need help with API migrations?

Contact Support