mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-09-04 11:45:26 +02:00
title
| title |
|---|
| Anime |
Anime
An anime API resource represents a production with at least one opening or ending sequence.
For example, Bakemonogatari is an anime production with five opening sequences and one ending sequence.
Fields
| Name | Type | Nullable | Description |
|---|---|---|---|
| id | Integer | No | The primary key of the resource |
| name | String | No | The primary title of the anime |
| slug | String | No | The URL slug & route key of the resource |
| year | Integer | Yes | The premiere year of the anime |
| season | Enum | Yes | The premiere season of the anime {Winter, Spring, Summer, Fall} |
| synopsis | String | Yes | The brief summary of the anime |
| created_at | Date | No | The date that the resource was created |
| updated_at | Date | No | The date that the resource was last modified |
| deleted_at | Date | Yes | The date that the resource was deleted |
Allowed Include Paths
- animesynonyms
- animethemes
- animethemes.animethemeentries
- animethemes.animethemeentries.videos
- animethemes.song
- animethemes.song.artists
- images
- resources
- series
- studios
Endpoints
The anime show endpoint returns an anime resource.
The anime index endpoint displays a listing of anime resources.
The year show endpoint return a listing of anime resources for a given year grouped by season and ordered by name.
The year index endpoint returns a list of unique years from all anime resources.