Files
animethemes-api-docs/docs/jsonapi/reference/content/animeseries/show/index.md
T
2025-12-17 22:53:18 -03:00

642 B

title
title
Anime Series Show

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

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

Authentication

None

Parameters

None

Response

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

Example

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