v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
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

type_ofstring required
idinteger required
namestring required
slugstring required
descriptionstring nullable
key_questionsstring[] required
scorenumber float required
articles_countinteger required
cover_imagestring url nullable
first_observed_atstring date-time required
last_observed_atstring date-time required
created_atstring date-time required
updated_atstring date-time required