Public API v1
WOS Control API
Access gift codes, player data, and redeem codes programmatically. Build bots, websites, and tools on top of the WOS Control platform.
Gift Codes
Player Data
Async Redeem
Transfer & State
Statistics
Authentication
Most endpoints require an API key. Pass it via one of these methods:
Authorization: Bearer wos_YOUR_KEYX-API-Key: wos_YOUR_KEY Redeem operations are async. Submit a request, then poll the status endpoint.
1Submit redeem request
2Get job_id in response
3Poll /api/v1/redeem/status/{job_id}
4Check status until completed
Base URL
https://woscontrol.com/api/v1Endpoints (20)
Error Codes
All errors return a JSON object with an error field:
{
"error": "Missing API key. Provide via Authorization: Bearer <key> or X-API-Key header."
}401Missing or invalid API key403API key banned or domain banned404Resource not found (e.g. player)429Rate limit exceeded500Internal server error502API backend unavailableReady to get started?
Login with Telegram or Discord to get your API key instantly.