Authentication
Production requests should include an API key in the request header.
X-API-KEY: <your-api-key>
Docs
Use API keys to call X/Twitter profile, tweet, search, and task verification endpoints.
Production requests should include an API key in the request header.
X-API-KEY: <your-api-key>
/api/v1/statusCheck service health/api/v1/getUserInfo?username=...Get profile details by username/api/v1/getUserFollowed?sourceuser=...&targetuser=...Verify a follow relationship/api/v1/userRetweets?userid=...&tweetid=...Verify whether a user retweeted a tweet/api/v1/getQuotes?userid=...&tweetid=...Verify whether a user quoted a tweet/api/v1/searchTweets?query=...Search tweets by keyword/api/v1/getTweetReplies?tweetid=...Fetch replies for a tweet{
"result": true,
"error": null
}