mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
627 B
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