GET /v1/casts
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
$ curl -X GET https://api.annict.com/v1/casts?access_token=(access_token)&filter_ids=43414{
"casts": [
{
"id": 43414,
"name": "東山奈央",
"name_en": "Touyama, Nao",
"sort_number": 10,
"work": {
"id": 5459,
"title": "ゆるキャン△",
...
},
"character": {
"id": 32268,
"name": "志摩リン",
...
},
"person": {
"id": 1411,
"name": "東山奈央",
...
}
}
],
"total_count": 1,
"next_page": null,
"prev_page": null
}