trends
Trends
Retrieve a list of active trends.
Trends Overview & Score Calculation:
- Trends represent hot topics or semantic themes currently being heavily discussed in the community.
- They are computed by clustering semantic concept embeddings of recently published articles.
- The score reflects the volume and engagement (views, comments, reactions) of articles associated with the trend.
- Returned trends are ordered by score and recency.
- Publicly accessible without authentication.
It supports pagination, each page will contain 10 trends by default.
get/api/trends
Query parameters
pageinteger
Pagination page
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
Response
A List of Trends