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