Live Streaming API Documentation
v3.0.14
Fetch complete live streaming data for JKT48 members across YouTube, IDN Platforms, and Showroom.
Base URL:
https://api.jkt48connect.my.id/api/live
Overview
The Live Streaming API provides real-time streaming details for JKT48 members, including YouTube (JKT48V), IDN Platforms, and Showroom.
Features
- Complete live streaming metadata
- Streaming URLs with quality labels
- Chat room and room IDs
- Platform types: youtube, idn, showroom
Quick Start
Make a GET request to:
https://api.jkt48connect.my.id/api/live?api_key=YOUR_API_KEY
1. Request Method
GET /api/live
Retrieves live streaming data for JKT48 members.
Query Parameters
Parameter | Type | Required | Description |
---|---|---|---|
api_key | string | Yes | Your API key for authentication |
Example Request
curl -X GET "https://api.jkt48connect.my.id/api/live?api_key=YOUR_API_KEY"
2. Response Format
Success Response
Status Code: 200 OK
[
{
"name": "Fritzy",
"img": "https://cdn.idntimes.com/content-images/post/20250406/717109e0-a064-4f15-8187-5c4d46e56a58-250406190348.jpg",
"img_alt": "https://cdn.idn.media/idnaccount/avatar/500/f4d25811b1b50effd560fb480cac8ba0.webp?v=1712299807",
"url_key": "jkt48_fritzy",
"slug": "yuk-diborong-250406190348",
"room_id": 510011,
"is_graduate": false,
"is_group": false,
"chat_room_id": "arn:aws:ivschat:us-east-1:050891932989:room/dsKjuKRqfoRE",
"started_at": "2025-04-06T12:03:58.000Z",
"streaming_url_list": [
{
"label": "original",
"quality": 1,
"url": "https://4b964ca68cf1.us-east-1.playback.live-video.net/api/video/v1/us-east-1.050891932989.channel.K9fM2uTS2hX3.m3u8"
}
],
"type": "idn"
}
]
Error Responses
Status Code: 400 Bad Request
Missing api_key
parameter{ "error": "API key is required" }
Status Code: 401 Unauthorized
Invalid api_key
{ "error": "Invalid API key" }
3. Usage Guidelines
- Include a valid
api_key
with each request - Responses are returned in JSON format
- Respect rate limits to avoid being throttled
- Check
type
field for platform source