Online Bingo

Developer information

Online Bingo API use

The Online Bingo API supports integrations that help people play and follow free community bingo games. Please use it thoughtfully, protect player data, and keep the service available for everyone.

Before you build

Base URLs

REST:      https://bingoonline.3rd.zone/api
WebSocket: wss://bingoonline.3rd.zone/ws

Use HTTPS and WSS in production. JSON request and response bodies use UTF-8. Authenticated REST requests send the session token in the standard header:

Authorization: Bearer <session-token>

Authentication

Register with POST /auth/register or sign in with POST /auth/login. Both return a session token. Tokens expire after approximately 12 hours; integrations must handle expiration by asking the user to sign in again. Never put a token in a URL, log, analytics event, client error report, or public repository.

The health check GET /health is public. All player, streamer, and administrative data endpoints require authentication and are additionally checked against the caller's role and game access.

Supported capabilities

Responsible use

Privacy and data handling

Your integration must collect and retain only what it needs, secure credentials and tokens, honor deletion and unsubscribe requests, and follow applicable privacy and consumer-protection laws. Review our Terms of Service and privacy/data-use baseline before handling personal information or sending notifications.

Errors and changes

Treat non-2xx responses as failures and avoid automatic retry storms. A 401 means the session is missing or expired; 403 means the user is not allowed to perform the action; 404 means the resource or route was not found; and 400 generally indicates invalid input. We may throttle, suspend, revoke access, or change the API when an integration harms reliability, safety, fair play, or privacy.

Security reports

Do not test against real player accounts or active games without permission. Report suspected vulnerabilities privately to the site operator with the endpoint, time, reproduction steps, and impact. Do not publish sensitive details until the issue has been reviewed.