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

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