SFAIE
ExploreSign in

scrappy / x

X Data API

Profiles, tweets, followers, and search over plain HTTP.

  • Overview
  • user-info
  • followers
  • following
  • user-tweets
  • tweets
  • search
  • trends
  • Overview
  • User
  • user-info
  • Followers
  • followers
  • following
  • Tweets
  • user-tweets
  • tweets
  • Search
  • search
  • trends

Read the public X (Twitter) graph. Field names and response shapes follow the X API v2 conventions. List endpoints paginate with pagination_token. One API key sent as an Authorization: Bearer token. No OAuth.

https://sfaie.com/api

Send your key as an Authorization: Bearer token.

User

  • GETuser-infoProfile for a username: bio, counts, verification.1 credit / call

Followers

  • GETfollowersOne page of a user's followers.1 credit / call
  • GETfollowingOne page of the accounts a user follows.1 credit / call

Tweets

  • GETuser-tweetsOne page of a user's timeline by user id. Resolve a username with user-info first.1 credit / call
  • GETtweetsBatch tweets by id, up to 20 per call.1 credit / call

Search

  • GETsearchOne page of tweets matching an advanced query. Operators supported.1 credit / call
  • GETtrendsTrending topics for a location by WOEID.1 credit / call
SFAIEAPIs for software.