JKT48Connect

Get chat stream (JKT48)

GET
/jkt48/chat-stream

Retrieve chat messages for a specific JKT48 live stream.

apikey<token>

API key required for authentication

In: query

Query Parameters

username*string

The username associated with the live stream.

slug*string

The slug of the live stream.

Response Body

application/json

application/json

curl -X GET "https://v2.jkt48connect.com/api/jkt48/chat-stream?username=string&slug=string"
[
  {
    "sender": "string",
    "message": "string",
    "timestamp": "2019-08-24T14:15:22Z",
    "platform": "string"
  }
]
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string"
}