# Trends Endpoints for retrieving trending content on the platform including trending tags, links, and posts. All endpoints are publicly accessible without authentication. Trend data is sourced from FASP (Federated Auxiliary Service Providers) where available. ## Get trending events - [GET /api/v1/trends/events](https://docs.wellesley.social/openapi/trends/paths/~1api~1v1~1trends~1events/get.md): Returns a list of currently trending events. Event trends are sourced from FASP providers and resolved to full event objects from the local database. No authentication required. ## Get trending links - [GET /api/v1/trends/links](https://docs.wellesley.social/openapi/trends/paths/~1api~1v1~1trends~1links/get.md): Returns a list of currently trending links with their preview card metadata (title, description, image). Link trends are sourced from FASP providers. No authentication required. ## Get trending posts - [GET /api/v1/trends/posts](https://docs.wellesley.social/openapi/trends/paths/~1api~1v1~1trends~1posts/get.md): Returns a list of currently trending posts. Post trends are sourced from FASP providers and resolved to full post objects from the local database. No authentication required. ## Get trending tags - [GET /api/v1/trends/tags](https://docs.wellesley.social/openapi/trends/paths/~1api~1v1~1trends~1tags/get.md): Returns a list of currently trending hashtags. Results can be scoped to a specific context (e.g., a group) using the scope parameter. Tags that violate tag policy (blacklist/whitelist) for the scope are filtered out. No authentication required.