Files
animethemes-api-docs/docs/jsonapi/reference/content/animethemeentryvideo/show/index.md
T
2025-12-17 22:53:18 -03:00

774 B

title
title
Anime Theme Entry Video Show

Anime Theme Entry Video Show Endpoint

The anime theme entry video show endpoint returns an anime theme entry video resource.

For example, the /animethemeentryvideo/3814/Bakemonogatari-OP1.webm endpoint will return the anime theme entry video resource for the association between the Bakemonogatari OP1 anime theme entry and the Bakemonogatari-OP1.webm video.

URL

GET /animethemeentryvideo/{animethemeentry:id}/{video:slug}

Authentication

None

Parameters

None

Response

{
    animethemeentryvideo: {
        created_at: "created_at",
        updated_at: "updated_at"
    }
}

Example

curl https://api.animethemes.moe/animethemeentryvideo/3814/Bakemonogatari-OP1.webm