- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Artists
        Tonkku edited this page Jul 30, 2022 
        ·
        1 revision
      
    GET /artists
Browse and search artists.
| Field | Type | Default | Description | 
|---|---|---|---|
| limit? | integer | 100 | Amount of artists to return (max 100) | 
| offset? | integer | 0 | Amount of artists to skip | 
| search? | string | N/A | The search terms | 
| Field | Type | Description | 
|---|---|---|
| Artists | object | Object with the results | 
| Artists.Data | array of artist objects | The results of the query | 
| Artists.Limit | integer | The limit used | 
| Artists.Offset | integer | The offset used | 
| Artists.Total | integer | The total amount of results for the search | 
GET /artist/{Artist.URI}
Gets a specific artist with the uri slug.
An artist object
GET /artist/{Artist.URI}/photo
Redirects to the original full resolution and quality artist photo.
For resizing and different image formats, see CDX
GET /artist/{Artist.URI}/releases
Gets releases featuring the artist.
| Field | Type | Default | Description | 
|---|---|---|---|
| limit? | integer | 50 | Amount of releases to return (max 50) | 
| offset? | integer | 0 | Amount of releases to skip | 
| Field | Type | Description | 
|---|---|---|
| Releases | object | Object with the results | 
| Releases.Data | array of release objects | The results of the query | 
| Releases.Limit | integer | The limit used | 
| Releases.Offset | integer | The offset used | 
| Releases.Total | integer | The total amount of results for the search | 
GET /latest-artists
Browse artists who have released recently.
| Field | Type | Default | Description | 
|---|---|---|---|
| limit? | integer | 100 | Amount of artists to return (max 100) | 
| offset? | integer | 0 | Amount of artists to skip | 
| Field | Type | Description | 
|---|---|---|
| LatestArtists | object | Object with the results | 
| LatestArtists.Data | array of artist objects | The results of the query | 
| LatestArtists.Limit | integer | The limit used | 
| LatestArtists.Offset | integer | The offset used | 
| LatestArtists.Total | integer | The total amount of results for the search | 
- Home
 - Global objects
 - Catalog
 - Releases
 - Playlists
 - Artists
 - 
Me
- Get user info
 - Change user info
 - Change settings
 - Get player code
 - Regenerate player code
 - Change email
 - Change password
 - Enable SMS 2FA (deprecated)
 - Confirm SMS 2FA (deprecated)
 - Disable SMS 2FA (deprecated)
 - Enable TOTP 2FA
 - Get TOTP QR Code
 - Disable TOTP 2FA
 - Enable Email 2FA
 - Disable Email 2FA
 - Change notifications
 - Get licenses
 - Remove license
 - Remove video claims
 - Generate discount code
 
 - Authentication
 - CDX
 - TODO