JKT48Connect

Get JKT48 member details

GET
/jkt48/member/{name}

Retrieve detailed information about a specific JKT48 member.

apikey<token>

API key required for authentication

In: query

Path Parameters

name*string

The name of the member.

Response Body

application/json

application/json

curl -X GET "https://v2.jkt48connect.com/api/jkt48/member/string"
{
  "id": 0,
  "name": "string",
  "nickname": "string",
  "generation": "string",
  "birthdate": "2019-08-24",
  "bloodType": "string",
  "zodiac": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string"
}