Skip to main content
GET
/
app.rocksky.shout.getArtistShouts
Get shouts for an artist
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.shout.getArtistShouts \
  --header 'Authorization: Bearer <token>'
{
  "shouts": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rocksky.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

uri
string<at-uri>
required

The URI of the artist to retrieve shouts for

limit
integer

The maximum number of shouts to return

Required range: x >= 1
offset
integer

The number of shouts to skip before starting to collect the result set

Required range: x >= 0

Response

OK

shouts
any[]