国内精品久久久久影院日本,日本中文字幕视频,99久久精品99999久久,又粗又大又黄又硬又爽毛片

Skip to content

Anime Series Show Endpoint ?

The anime series show endpoint returns an anime series resource.

For example, the /animeseries/bakemonogatari/monogatari endpoint will return the anime series resource for the association between the Bakemonogatari anime and the Monogatari series.

URL ?

sh
GET /animeseries/{anime:slug}/{series:slug}

Authentication ?

None

Parameters ?

None

Response ?

json
{
    animeseries: {
        created_at: "created_at",
        updated_at: "updated_at"
    }
}

Example ?

bash
curl https://api.animethemes.moe/animeseries/bakemonogatari/monogatari

Released under the MIT License.