Files
animethemes-api-docs/docs/jsonapi/reference/wiki/studioimage/show/index.md
T
2025-07-29 00:56:10 +02:00

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