Skip to main content
GET
Get the feed by uri

Authorizations

Authorization
string
header
required

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

Query Parameters

feed
string<at-uri>
required

The feed URI.

limit
integer

The maximum number of scrobbles to return

Required range: x >= 1
offset
integer

The offset for pagination

Required range: x >= 0
cursor
string

The pagination cursor.

Response

OK

scrobbles
object[]
cursor
string

The pagination cursor for the next set of results.