JKT48Connect

Get JKT48 theater detail

GET
/jkt48/theater/{id}

Retrieve detailed information about a specific JKT48 theater schedule.

apikey<token>

API key required for authentication

In: query

Path Parameters

id*integer

The ID of the theater schedule.

Response Body

application/json

application/json

curl -X GET "https://v2.jkt48connect.com/api/jkt48/theater/0"
{
  "id": 0,
  "title": "string",
  "date": "2019-08-24",
  "time": "string",
  "setlist": "string",
  "description": "string",
  "members": [
    "string"
  ],
  "ticketInfo": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string"
}