GET /v1/series
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
$ curl -X GET https://api.annict.com/v1/series?access_token=(access_token)&filter_ids=65{
"series": [
{
"id": 65,
"name": "ソードアート・オンライン",
"name_ro": "Sword Art Online",
"name_en": "Sword Art Online"
}
],
"total_count": 1,
"next_page": null,
"prev_page": null
}