For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Usage Examples

Learn how you can use the TwitterScore API.

You can use either username or twitter id in any query.

  1. Get Twitter Score.

https://twitterscore.io/api/v1/get_twitter_score?api_key=API_KEY&username=elonmusk

Answer example:

{
  "success": true,
  "username": "elonmusk",
  "twitter_id": "44196397",
  "twitter_score": 1000
}

  1. Twitter Score bulk check.

https://twitterscore.io/api/v1/bulk_scores_check?api_key=API_KEY&ids=IDS&size=50
Parameters:
1. username (or twitter_id) - compulsory
2. api_key - compulsory
3. size (number of returned items in the list) – default = 10, max = 50
4. page (page number) - default = 1

Answer example:


  1. Get account info.

Answer example:


  1. Get how much score changed for a week/month.

Answer example:


  1. Get how much followers count changed for a week / month.

Answer example:


  1. Get history of followers count (for 3 / 7 / 30 / 180 / 360 / all days).

Default - 30 days

Answer example:

Note: β€’ total reflects actual datapoints returned, not the requested period. Days without a snapshot are skipped (e.g. weekends, low-activity accounts). Client charts should handle gaps. β€’ followers_count may decrease β€” account losing subscribers is a normal case, not an error.

Custom - 3/7/30/180/360/all days

Answer example:


  1. Get list of all categories

Answer example:


  1. Get list of all tags and tag's category

Answer example:


  1. Get number of followers in each category

Answer example:


  1. Get the number of tagged subscribers in each category

Answer example:


  1. Get paginated list of followers (filtered by size, tag, category, tag 's category).

Get top 3 followers

Answer example:

Get followers from category "Founders"

Answer example:

Get followers with tag "Coinbase Ventures"

Answer example:

Get followers from tag's category "Ecosystems"

Answer example:

Get followers from category "Projects" with tag "Binance"

Answer example:


  1. Get friendship History.

Get friendship History - followed

Answer example:

Get friendship History - following

Answer example:


  1. Check your API limits.

Answer example:


NEW ENDPOINTS πŸ”₯


  1. Get aggregated TwitterScore sum of smart followers.

Answer example:


  1. Get top accounts by mentions over a period (SMART MENTIONS PAGE).

Answer example:


  1. Get list of unique mentioners for an account.

Answer example:


  1. Get smart mentions feed for an account.

Answer example:


  1. Get trending accounts.

Answer example:


  1. Get top researched accounts (last 24 hours).

Answer example:


  1. Get tokenless projects.

Answer example:


  1. Get Smart Follows accounts.

Answer example:

DEPRECATED


  • Get top 5 followers by score.

Answer example:

This request is deprecated. It can be completely replaced by request - Get paginated list of followers


  • Get top followers paginate

Answer example:

This request is deprecated. It can be completely replaced by request - Get paginated list of followers


If you can't find the feature you need here, feel free to contact us. We'll work together to find a solution for your problem.

Last updated