Skip to main content
GET
/
app.rocksky.shout.getTrackShouts
Get all shouts for a specific track
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.shout.getTrackShouts \
  --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 track to retrieve shouts for

Response

OK

shouts
any[]