mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 16:34:00 +02:00
* fix: update links to production domain * add missing README change
title
| title |
|---|
| AnimeTheme |
AnimeTheme
An AnimeTheme API resource represents an OP or ED sequence for an anime.
For example, the anime Bakemonogatari has five OP AnimeThemes and one ED AnimeTheme.
Fields
| Name | Type | Nullable | Description |
|---|---|---|---|
| id | Integer | No | The primary key of the resource |
| type | Enum | Yes | The type of the sequence {OP, ED} |
| sequence | Integer | Yes | The numeric ordering of the theme |
| group | String | Yes | Used to distinguish sequence belongs to dubs, rebroadcasts, etc. |
| slug | String | No | The URL slug & route key of the resource |
| 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
- anime
- anime.images
- animethemeentries
- animethemeentries.videos
- song
- song.artists
Endpoints
The AnimeTheme show endpoint returns an AnimeTheme resource.
The AnimeTheme index endpoint displays a listing of AnimeTheme resources.