mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
677 B
677 B
title
| title |
|---|
| Anime Resource Show |
Anime Resource Show Endpoint
The anime resource show endpoint returns an anime resource resource.
For example, the /animeresource/bakemonogatari/1083 endpoint will return the anime resource resource for the association between the Bakemonogatari anime and the external resource of id 1083.
URL
GET /animeresource/{anime:slug}/{resource:id}
Authentication
None
Parameters
None
Response
{
animeresource: {
created_at: "created_at",
updated_at: "updated_at",
as: "as"
}
}
Example
curl https://api.animethemes.moe/animeresource/bakemonogatari/1083