Files

1.2 KiB

title
title
Anime Theme Entry Show

Anime Theme Entry Show Endpoint

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

For example, the /animethemeentry/3822 endpoint will return the V2 entry for the ED theme of the Bakemonogatari anime.

URL

GET /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"
    }
}

Example

curl https://api.animethemes.moe/animethemeentry/3822