mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
612 B
612 B
title
| title |
|---|
| Studio Image Show |
Studio Image Show Endpoint
The studio image show endpoint returns a studio image resource.
For example, the /studioimage/shaft/9292 endpoint will return the studio image resource for the association between the Shaft studio and the large cover image of id 9292.
URL
GET /studioimage/{studio:slug}/{image:id}
Authentication
None
Parameters
None
Response
{
studioimage: {
created_at: "created_at",
updated_at: "updated_at"
}
}
Example
curl https://api.animethemes.moe/studioimage/shaft/9292