Get JKT48 YouTube lives
Retrieve a list of currently active JKT48 YouTube live streams.
API key required for authentication
In: query
Response Body
application/json
curl -X GET "https://v2.jkt48connect.com/api/jkt48/live/youtube"[
{
"liveId": "string",
"title": "string",
"member": "string",
"viewerCount": 0
}
]Get JKT48 video call sessions GET
Retrieve JKT48 video call session data with optional filtering. All parameters are optional - if no parameters are provided, all video call data will be returned. **Example usage:** - `/jkt48/videocall` - All video call data (default) - `/jkt48/videocall?date=16` - Sessions on date 16 - `/jkt48/videocall?sesi=1` - All session 1 data - `/jkt48/videocall?member=Adeline` - All sessions with Adeline (partial match) - `/jkt48/videocall?date=16&sesi=1` - Session 1 on date 16 - `/jkt48/videocall?member=Adeline&sesi=2` - Session 2 with Adeline
Get JKT48 YouTube videos GET
Retrieve information about JKT48 YouTube videos.
