Fancy Twitter
Introduction Our API offers a comprehensive solution for accessing information about professional athletes, teams, and their leagues, along with a powerful tool for retrieving and analyzing filtered tweets from athletes, teams, and leagues. With its versatile capabilities, our API enables developers to create innovative applications, services, and integrations that leverage real-time athlete…
Fancy Twitter endpoints
| Method | Endpoint | Description |
|---|---|---|
| organizations | ||
| GET |
leagues_all /api/v1/db/leagues/all |
Return information about all of the organizations/leagues that Fancy Twitter tracks. |
| GET |
organizations_all /api/v1/db/organizations/all |
Return information about all of the organizations/leagues that Fancy Twitter tracks. |
| teams | ||
| GET |
team_tweets_all /api/v1/db/team/tweets |
Get team information, filtered by a single team/league/organization |
| name | ||
| GET |
orgs_tweets_all /api/v1/db/organizations/tweets |
Return all tweets from a given organization/league office (Limit 100) |
| GET |
leagues_tweets_all /api/v1/db/leagues/tweets |
Return all tweets from a given organization/league office (Limit 100) |
| GET |
organizations_filter /api/v1/db/organizations |
Filter the organization list to get information about a single organization/league |
| GET |
leagues_filter /api/v1/db/leagues |
Filter the organization list to get information about a single organization/league |
| team | ||
| GET |
teams_all /api/v1/db/team/all |
Return information about all of the teams tracked by Fancy Twitter (limit 100) |
| GET |
team_filter /api/v1/db/team |
Get team information, filtered by a single team/league/organization |
| sentiment | ||
| GET |
team_tweets_sentiment_average /api/v1/db/tweets/sentiment/team/average |
Returns a list of teams whose players' tweets express the most positive sentiments. |
| GET |
team_tweets_sentiment /api/v1/db/tweets/sentiment |
Average tweet sentiment by team |
| GET |
team_tweets_negative_sentiment_average /api/v1/db/tweets/negativesentiment/team/average |
Returns a list of teams whose players' tweets express the least positive sentiments. |
| objectivity | ||
| GET |
team_tweets_objectivity_average /api/v1/db/tweets/objectivity/team/average |
Returns a list of teams whose players' tweets are deemed by the ML algorithm as the most objective. |
| GET |
team_tweets_subjectivity_average /api/v1/db/tweets/subjectivity/team/average |
Returns a list of teams whose players' tweets are deemed by the ML algorithm as the most subjective. |
| subjectivity | ||
| GET |
team_tweets_subjectivity /api/v1/db/tweets/subjectivity |
Average tweet subjectivity by team |
| players | ||
| GET |
player_filter /api/v1/db/players |
Returns filtered player information. Limited to 100 players |
| GET |
players_all /api/v1/db/players/all |
Return information about players in the leagues that Fancy Twitter tracks. |
| tweets | ||
| GET |
tweets_all /api/v1/db/tweets/all |
Returns individual tweets, associated statistics and ML-based sentiment analysis data. |
| GET |
tweets_filter /api/v1/db/tweets |
Returns filtered tweet information. Limited to 100 tweets. Note that this does not return league front office or team tweets. (Just player-originated tweets) |
Fancy Twitter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|