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

627 B

title
title
Anime Studio Show

Anime Studio Show Endpoint

The anime studio show endpoint returns an anime studio resource.

For example, the /animestudio/bakemonogatari/shaft endpoint will return the anime studio resource for the association between the Bakemonogatari anime and the Shaft studio.

URL

GET /animestudio/{anime:slug}/{studio:slug}

Authentication

None

Parameters

None

Response

{
    animestudio: {
        created_at: "created_at",
        updated_at: "updated_at"
    }
}

Example

curl https://api.animethemes.moe/animestudio/bakemonogatari/shaft