JKT48Connect

Get JKT48 news detail

GET
/jkt48/news/{id}

Retrieve detailed information about a specific JKT48 news article.

apikey<token>

API key required for authentication

In: query

Path Parameters

id*integer

The ID of the news article.

Response Body

application/json

application/json

curl -X GET "https://v2.jkt48connect.com/api/jkt48/news/0"
{
  "id": 0,
  "title": "string",
  "publishedAt": "2019-08-24T14:15:22Z",
  "category": "string",
  "content": "string",
  "author": "string",
  "tags": [
    "string"
  ]
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string"
}