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 | Description |
|---|---|---|
| id | Integer | The primary key of the resource |
| name | String | The primary title of the anime |
| slug | String | The URL slug & route key of the resource |
| year | Integer | The premiere year of the anime |
| season | Enum | The premiere season of the anime {Winter, Spring, Summer, Fall} |
| synopsis | String | The brief summary of the anime |
| created_at | Date | The date that the resource was created |
| updated_at | Date | The date that the resource was last modified |
| deleted_at | Date | The date that the resource was deleted |
Allowed Include Paths
- synonyms
- series
- themes
- themes.entries.videos
- themes.song
- themes.song.artists
- resources
- images
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.