Get today's JKT48 video call sessions
Retrieve today's JKT48 video call schedule with real-time status for each session. Shows statistics and countdown information for upcoming sessions.
API key required for authentication
In: query
Response Body
application/json
curl -X GET "https://v2.jkt48connect.com/api/jkt48/videocall/today"{
"date": "2019-08-24",
"currentTime": "2019-08-24T14:15:22Z",
"statistics": {
"totalSessions": 0,
"ongoingSessions": 0,
"finishedSessions": 0,
"upcomingSessions": 0
},
"sessions": [
{
"id": 0,
"sesi": 0,
"date": 0,
"time": "string",
"member": "string",
"status": "upcoming",
"duration": 0,
"countdown": 0
}
]
}Get JKT48 theater detail GET
Retrieve detailed information about a specific JKT48 theater schedule.
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
