app.bsky.feed.get Feed Skeleton
GET {{baseUrl}}/xrpc/app.bsky.feed.getFeedSkeleton?feed=<at-uri>&limit=50&cursor=<string>
This endpoint is part of the Bluesky application Lexicon APIs (`app.bsky.`). Public endpoints which don't require authentication can be made directly against the public Bluesky AppView API: https://public.api.bsky.app. Authenticated requests are usually made to the user's PDS, with automatic service proxying. Authenticated requests can be used for both public and non-public endpoints.*
To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.
Get a skeleton of a feed provided by a feed generator. Auth is optional, depending on provider requirements, and provides the DID of the requester. Implemented by Feed Generator Service.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
feed | string | (Required) Reference to feed generator record describing the specific feed being requested. | |
limit | number | ||
cursor | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"feed":[{"post":"\u003cat-uri\u003e","reason":{"repost":"\u003cat-uri\u003e"},"feedContext":"\u003cstring\u003e"},{"post":"\u003cat-uri\u003e","reason":{"repost":"\u003cat-uri\u003e"},"feedContext":"\u003cstring\u003e"}],"cursor":"\u003cstring\u003e"}