Documentation Index
Fetch the complete documentation index at: https://rocks.docs.rive.wtf/llms.txt
Use this file to discover all available pages before exploring further.
Every API key is tied to one IP. To apply for a key, DM southctrl on Discord.
Quick Start
Powered by Gherila - provides comprehensive Twitter/X data including media, hashtags, mentions, engagement metrics, and verification status.
Get User Profile
Get comprehensive information about a Twitter/X user including bio, stats, verification status, and bio links.Endpoint
Query Parameters
Twitter/X username (without @ symbol).
Example Request
Example Response
Response Fields
Twitter/X handle (without @ symbol)
Unique Twitter user ID
URL to the user’s profile picture
URL to the user’s profile banner image (null if not set)
User’s biography/description text
Display name shown on the profile
User’s location as set in their profile
Whether the account has verification status
Type of verification (e.g., “Blue”, “Business”, “Government”)
ISO 8601 timestamp of when the account was created
Number of followers
Number of accounts the user is following
Number of media posts
Total number of likes the user has given
Total number of tweets posted
Array of pinned tweet IDs (null if none)
Array of links in the user’s bio
Direct link to the user’s Twitter/X profile
Get Tweet Details
Get comprehensive information about a specific tweet including text, media, engagement metrics, and author details.Endpoint
Query Parameters
Full Twitter/X tweet URL (e.g., https://twitter.com/username/status/1234567890)
Example Request
Example Response
Response Fields
Unique tweet ID
Full text content of the tweet
Author profile information (same structure as user profile endpoint)
Language code of the tweet (e.g., “en”, “es”, “ja”)
Number of likes on the tweet
Number of replies to the tweet
Number of retweets
Number of quote tweets
Whether the tweet is a retweet
ISO 8601 timestamp of when the tweet was posted
Number of views the tweet has received
Number of times the tweet has been bookmarked
Whether the tweet is a quote tweet
URL of the quoted tweet (null if not a quote)
Array of hashtag strings (without # symbol)
Array of mentioned usernames (without @ symbol)
Array of media objects attached to the tweet
Get User Tweets
Get the 20 most recent tweets from a specific user’s timeline.Endpoint
Query Parameters
Twitter/X username (without @ symbol)
Example Request
Example Response
Response Fields
Array of tweet objects (up to 20 most recent tweets). Each tweet has the same structure as the individual tweet endpoint response.
Array of tweet objects (up to 20 most recent tweets). Each tweet has the same structure as the individual tweet endpoint response.
All endpoints return public data only. Protected or private accounts may return limited data or errors.
Use Cases
Social Analytics
Track engagement metrics, follower growth, and tweet performance
Content Aggregation
Build Twitter feed aggregators and content curation tools
Profile Verification
Verify Twitter accounts and display verification badges
Media Extraction
Extract images and videos from tweets for archival or display
Bot Integration
Display Twitter content in Discord/Slack bots with rich embeds
Sentiment Analysis
Analyze tweet content, hashtags, and engagement patterns
Error Responses
All endpoints may return the following error responses:| Status Code | Description |
|---|---|
| 400 | Missing required parameters (username or url) |
| 404 | User not found or tweet doesn’t exist |
| 500 | Twitter API error or server error |