JKT48Connect

Get today's JKT48 video call sessions

GET
/jkt48/videocall/today

Retrieve today's JKT48 video call schedule with real-time status for each session. Shows statistics and countdown information for upcoming sessions.

apikey<token>

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
    }
  ]
}