Rocksky
  1. artists
Rocksky
  • Overview
  • Introduction
  • FAQ
  • How-Tos
    • Migrating to Rocksky Scrobble API
    • Migrating from ListenBrainz to Rocksky
    • How to Use Rocksky with Jellyfin
    • How to Use Rocksky with Navidrome
    • How to Use Rocksky with Pano Scrobbler on Android
    • How to Use Rocksky with Kodi
    • Use Rocksky with Claude Desktop
  • CLI
    • Overview
    • Commands
      • login
      • mcp
      • whoami
      • nowplaying
      • scrobbles
      • search
      • stats
      • artists
      • albums
      • tracks
      • scrobble
      • create apikey
      • help
  • API Reference
    • albums
      • Get User's Albums
      • Get Album
      • Get Several Albums
    • artists
      • Get User's Artists
        GET
      • Get Artist
        GET
      • Get Several Artists
        GET
    • charts
      • Get Scrobbles Per Day
    • playlists
      • Get User's Playlists
      • Get Playlist
    • scrobbles
      • Get Scrobbles
      • Get User's Scrobbles
    • users
      • Find User Profile
    • tracks
      • Get User's Tracks
      • Get Track
      • Get Several Tracks
    • search
      • Search for Item
    • likes
      • Get User's Liked Songs
  1. artists

Get Artist

GET
/xrpc/app.rocksky.artist.getArtist

Request

Query Params
uri
string 
required
Example:
at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lpjjwleebs2i

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.rocksky.app/xrpc/app.rocksky.artist.getArtist?uri=at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lpjjwleebs2i'

Responses

🟢200OK
application/json
Body
id
string 
required
name
string 
required
biography
null 
required
born
null 
required
bornIn
null 
required
died
null 
required
picture
string 
required
sha256
string 
required
uri
string 
required
appleMusicLink
null 
required
spotifyLink
null 
required
tidalLink
null 
required
youtubeLink
null 
required
createdAt
string 
required
updatedAt
string 
required
playCount
integer 
required
uniqueListeners
integer 
required
Example
{
    "id": "rec_d0lhttlqrj67ihtjtvh0",
    "name": "Maroon 5",
    "biography": null,
    "born": null,
    "bornIn": null,
    "died": null,
    "picture": "https://cdn.bsky.app/img/avatar/plain/did:plc:7vdlgi2bflelz7mmuxoqjfcr/bafkreie7dgl65563hbbhkgn2fsfuwbomi4lxipe7lg5ywhhq72myt676na@jpeg",
    "sha256": "f28bce97875779119c659b291ba4fb0205587cecbf74d1439a39601b781f4fd4",
    "uri": "at://did:plc:7vdlgi2bflelz7mmuxoqjfcr/app.rocksky.artist/3lpjjwleebs2i",
    "appleMusicLink": null,
    "spotifyLink": null,
    "tidalLink": null,
    "youtubeLink": null,
    "createdAt": "2025-05-19T12:07:18.744Z",
    "updatedAt": "2025-06-09T10:21:46.285Z",
    "playCount": 35,
    "uniqueListeners": 2
}
Modified at 2025-06-12 08:44:49
Previous
Get User's Artists
Next
Get Several Artists
Built with