Overview
The Artist resource represents music artists, performers, and groups. Artists can be individual performers or groups, and can have member relationships with other artists.List Artists
/api/artist
Query Parameters
Number of results per page (default: 15, max: 100)
Page number to retrieve
Comma-separated list of relationships to include. Available includes:
songs- Associated songs (deprecated, use performances)performances- Song performancesperformances.song- Songs from performancesmemberships- Member relationshipsmemberships.performances- Performances through membershipsmembers- Individual members (for groups)groups- Groups this artist belongs toimages- Artist imagesresources- External resources (social media, websites)songs.animethemes- Anime themes for songssongs.animethemes.anime- Anime for themes
Filter by artist name
Comma-separated list of fields to return. Available fields:
artist_idnamesluginformation
Sort by field. Prefix with
- for descending order.
Available: name, created_at, updated_atFull-text search query across artist names and performances
Response
Example Request
Example Response
Show Artist
/api/artist/:slug
Path Parameters
The artist slug (URL-friendly identifier)
Query Parameters
Same includes as list endpoint
Example Request
Example Response
Create Artist
/api/artist
Request Body
Artist name
URL-friendly identifier (unique)
Additional information about the artist
Update Artist
/api/artist/:slug
Request Body
Same fields as create endpoint (all optional).Delete Artist
/api/artist/:slug
Restore Artist
/restore/artist/:slug
Force Delete Artist
/forceDelete/artist/:slug