mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
774 B
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