Cherry.tv Developer Platform
Build powerful applications with our comprehensive APIs. Access model data, retrieve affiliate links, and integrate live streaming data into your platform.
Quick Start
// Get online models with JavaScript
const response = await fetch( 'https://api.cherry.tv/affiliates/v1/models?apiKey=YOUR_KEY&status=1' ); const models = await response.json();
Affiliates API
Access model information, room data, and generate affiliate links with tracking parameters.
Real-time model status
Advanced filtering & search
Affiliate link generation
Embedding & Integration
Embed live streams directly into your website using iframes or custom players.
iframe embedding
Custom player integration
Mobile responsive
Why Choose Cherry.tv APIs?
Real-time Data
Get live model status, viewer counts, and room information updated in real-time.
Advanced Filtering
Filter models by gender, tags, language, status, and more with powerful query options.
Easy Integration
Simple REST API with comprehensive documentation and code examples in multiple languages.
Code Examples
JavaScript
// Get top online models const models = await fetch( 'https://api.cherry.tv/affiliates/v1/models?' + 'apiKey=YOUR_KEY&status=1&limit=10' ).then(r => r.json());
Python
# Get models with filters api = CherryTVAPI("YOUR_KEY") models = api.get_models( gender=0, status=1, limit=20 )
Quick Links
Need Help?
Our comprehensive documentation covers everything you need to get started. For additional support, contact your account manager.