trends

Trends

This endpoint allows the client to retrieve a list of active trends.

Trends represent topics or themes that are currently hot and heavily discussed in the community. It will return trends ordered by score and recency.

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

Changes