Files
animethemes-api-docs/docs/wiki/anime/show/index.md
T

1.2 KiB

title
title
Anime Show

Anime Show Endpoint

The anime show endpoint returns an anime resource.

For example, the /anime/bakemonogatari endpoint will return the Bakemonogatari resource for the Bakemonogatari anime.

URL

GET /anime/{slug}

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

{
    anime: {
        id: id,
        name: "name",
        slug: "slug",
        year: year,
        season: "season",
        media_format: "media_format",
        synopsis: "synopsis",
        created_at: "created_at",
        updated_at: "updated_at",
        deleted_at: "deleted_at"
    }
}

Example

curl https://api.animethemes.moe/anime/bakemonogatari