mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-27 17:25:09 +02:00
* fix: update links to production domain * add missing README change
title
| title |
|---|
| AnimeThemeEntry Show |
AnimeThemeEntry Show Endpoint
The AnimeThemeEntry show endpoint returns an AnimeThemeEntry resource.
For example, the /api/animethemeentry/3822 endpoint will return the second version of the Bakemonogatari ED AnimeTheme.
URL
GET /api/animethemeentry/{id}
Authentication
None
Parameters
| Name | Required | Description |
|---|---|---|
| fields | No | Sparse fieldsets for resource types |
| filter | No | Filters to constrain the inclusion of related resources |
| include | No | Inclusion of related resources |
| sort | No | Sort related resources |
Response
{
animethemeentry: {
id: id,
version: version,
episodes: "episodes",
nsfw: nsfw,
spoiler: spoiler,
notes: "notes",
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}