Skip to main content
bunkers.tv

Developers

Build amazing integrations and applications with the Bunkers.TV API.

API Features

RESTful API

Comprehensive REST API with endpoints for streams, users, chat, and more.

Webhooks

Real-time event notifications for stream status, follows, subscriptions, and chat events.

GraphQL

Flexible GraphQL API for efficient data fetching and complex queries.

OAuth 2.0

Secure authentication and authorization for third-party applications.

SDK & Libraries

Official SDKs for JavaScript, Python, Go, and more languages.

Documentation

Comprehensive guides, API references, and code examples.

Quick Example

JavaScript
// Initialize the Bunkers.TV client
import { BunkersTV } from '@bunkers-tv/sdk';

const client = new BunkersTV({
  clientId: 'your_client_id',
  clientSecret: 'your_client_secret'
});

// Get live streams
const streams = await client.streams.getLive({
  limit: 10,
  game: 'Valorant'
});

console.log(streams);

Developer Resources

99.9%
API Uptime
<100ms
Avg. Response Time
1000+
Registered Apps
24/7
Developer Support

Ready to Build?

Create your developer account and start building today.