Data

Get Detected Tweets

get

Retrieve historically detected tweets with pagination support.

Query by profile ID, set pagination limits, and sort by newest first. Maximum limit is 500 tweets per request.

Authorizations
X-API-KeystringRequired

Your unique API Key for authentication

Query parameters
profileIdinteger · int32Optional

Filter tweets from specific profile (optional)

limitinteger · int32Optional

Number of tweets per request, default 50, maximum 500

Default: 50
offsetinteger · int32Optional

Pagination offset, default 0

Default: 0
Responses
200

Successfully retrieved tweets with pagination metadata

No content

get
/api/Data/tweets
200

Successfully retrieved tweets with pagination metadata

No content

Get Tweet Details

get

Retrieve detailed information about a specific tweet including profile data.

Authorizations
X-API-KeystringRequired

Your unique API Key for authentication

Path parameters
tweetIdstringRequired
Responses
200

OK

No content

get
/api/Data/tweets/{tweetId}
200

OK

No content

Get Platform Statistics

get

Retrieve overall platform metrics including active API keys, profiles, total tweets detected, and today's activity.

Authorizations
X-API-KeystringRequired

Your unique API Key for authentication

Responses
200

OK

No content

get
/api/Data/stats
200

OK

No content

Last updated