Skip to main content

TrendsClient

Class Bases: object Client for trends operations

Constructors

__init__

Parameters

Client

get_ai

Get AI Trends by ID Retrieves an AI trend by its ID.

Parameters

Any
The ID of the ai trend.
List or None
default:"None"
A comma separated list of News fields to display.

Returns

GetAiResponse - Response data

get_by_woeid

Get Trends by WOEID Retrieves trending topics for a specific location identified by its WOEID.

Parameters

int
The WOEID of the place to lookup a trend for.
The maximum number of results.
List or None
default:"None"
A comma separated list of Trend fields to display.

Returns

GetByWoeidResponse - Response data

get_personalized

Get personalized Trends Retrieves personalized trending topics for the authenticated user.

Parameters

List or None
default:"None"
A comma separated list of PersonalizedTrend fields to display.

Returns

GetPersonalizedResponse - Response data