GET {{baseUrl}}/v1/songs/:songID
Get K.K. songs data in JSON format. The {songID} parameter is optional and can be removed to get all the songs data.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": 1,
"file-name": "mjk_Keiji",
"name": {
"name-USen": "Agent K.K.",
"name-EUen": "Agent K.K.",
"name-EUde": "Agent K.K.",
"name-EUes": "Agente Totakeke",
"name-USes": "Agente Totakeke",
"name-EUfr": "Agent Kéké",
"name-USfr": "Agent Kéké",
"name-EUit": "Agente K.K.",
"name-EUnl": "Agent K.K.",
"name-CNzh": "K.K.刑警",
"name-TWzh": "K.K.刑警",
"name-JPja": "けけけいじ",
"name-KRko": "K.K.형사",
"name-EUru": "Агент К. К."
},
"buy-price": 3200,
"sell-price": 800,
"isOrderable": true,
"music_uri": "https://acnhapi.com/v1/music/1",
"image_uri": "https://acnhapi.com/v1/images/songs/1"
} |