Overview
The Song resource represents individual songs used in anime themes. Each song can be associated with multiple anime themes and artists through performances.List Songs
/api/song
Query Parameters
Number of results per page (default: 15, max: 100)
Page number to retrieve
Comma-separated list of relationships to include. Available includes:
artists- Associated artists (deprecated, use performances)performances- Song performancesperformances.artist- Artists from performancesanimethemes- Anime themes using this songanimethemes.anime- Anime for each themeanimethemes.animethemeentries- Theme entriesanimethemes.animethemeentries.videos- Videosresources- External resources (Spotify, YouTube, etc.)
Filter by song title
Comma-separated list of fields to return. Available fields:
song_idtitletitle_native
Sort by field. Prefix with
- for descending order.
Available: title, created_at, updated_atFull-text search query across song titles
Response
Example Request
Example Response
Show Song
/api/song/:id
Path Parameters
The song ID
Query Parameters
Same includes as list endpoint
Example Request
Example Response
Create Song
/api/song
Request Body
Song title (romanized or English)
Song title in native language
At least one of
title or title_native should be provided.Update Song
/api/song/:id
Request Body
Same fields as create endpoint (all optional).Delete Song
/api/song/:id
Restore Song
/restore/song/:id
Force Delete Song
/forceDelete/song/:id