app.bsky.unspecced.getTrendsSkeleton
#main
Get the skeleton of trends on the network. Intended to be called and then hydrated through app.bsky.unspecced.getTrends
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| viewer | string (did) | - | ❌ | DID of the account making the request (not included for public/unauthenticated queries). |
| limit | integer | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| trends | array of app.bsky.unspecced.defs#skeletonTrend | - | ✅ | - |