Overview
The Anime Theme resource represents opening (OP), ending (ED), and insert (IN) songs for anime. Each theme is associated with an anime, song, and may have a group.List Anime Themes
/api/animetheme
Query Parameters
Number of results per page (default: 15, max: 100)
Page number to retrieve
Comma-separated list of relationships to include. Available includes:
anime- Parent animeanime.images- Anime imagessong- Associated songsong.artists- Song artistssong.performances- Song performancessong.performances.artist- Performance artistsgroup- Theme group (if applicable)animethemeentries- Theme entriesanimethemeentries.videos- Videos for each entryanimethemeentries.videos.audio- Audio tracks
Filter by theme type. Values:
OP, ED, INFilter by sequence number
Filter by anime ID
Filter by song ID
Comma-separated list of fields to return. Available fields:
theme_idanime_idsong_idgroup_idtypesequenceslug
Sort by field. Prefix with
- for descending order.
Available: type, sequence, created_at, updated_atFull-text search query across themes, anime names, and song titles
Response
Array of anime theme objects
Unique identifier
Parent anime ID
Associated song ID
Theme group ID
Theme type (OP, ED, IN)
Sequence number for multiple OPs/EDs
Generated slug (e.g., “OP1”, “ED2”)
ISO 8601 timestamp
ISO 8601 timestamp
Example Request
Example Response
Show Anime Theme
/api/animetheme/:id
Path Parameters
The theme ID
Query Parameters
Same includes as list endpoint
Example Request
Example Response
Create Anime Theme
/api/animetheme
Request Body
Parent anime ID
Theme type (OP, ED, IN)
Sequence number
Associated song ID
Theme group ID
Update Anime Theme
/api/animetheme/:id
Delete Anime Theme
/api/animetheme/:id
Restore Anime Theme
/restore/animetheme/:id
Force Delete Anime Theme
/forceDelete/animetheme/:id