Build the Future of
Competitive Gaming
with PLLAY APIs
Fast integration, global scale, enterprise-grade security.
Quick Start
One-click code snippets in JavaScript, Python, Unity. Show "Hello World Tournament" example.
Hello World Tournament
{
"name": "Hello World Tournament",
"game": "beatmatch",
"prizePool": 100,
"maxPlayers": 8,
"startTime": "2024-12-25T18:00:00Z"
}
Choose Your Language
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.
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.
Enhanced tournament bracket management with real-time updates
Optimized response times for player stats endpoints
Fixed pagination issue in leaderboard API
Stay Updated
Get notified about API changes via email or webhook
Deprecation Policy
Our commitment to stable API evolution with predictable deprecation timelines and migration support.
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
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
Need help with API migrations?
Contact Support