JKT48Connect

Get Showroom chat stream (JKT48)

GET
/jkt48/chat-stream-sr

Retrieve chat messages for a specific Showroom live stream.

apikey<token>

API key required for authentication

In: query

Query Parameters

room_id*string

The room ID of the Showroom live stream.

Response Body

application/json

application/json

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