/v1/mentions/profile/{username}
Latest X profile snapshot + change history for a handle
Request
https://api.xrpl.to/v1/mentions/profile/ripple| Path parameter | Value | Description |
|---|---|---|
| username | An X handle |
curl 'https://api.xrpl.to/v1/mentions/profile/ripple'
Response
https://api.xrpl.to/v1/mentions/profile/ripple{ "username": "ripple", "latest": { "ts": 1789975536583, "name": "Ripple", "avatar": "https://pbs.twimg.com/profile_images/1890459435207913472/MyH2IKhR.jpg", "biography": "We're enabling the Internet of Value.", "followersCount": 3172743, "followingCount": 1012, "tweetsCount": 9469, "verified": true, "isVerified": true, "isBlueVerified": true, "basedIn": "United States", "basedInCc": "US" }, "updates": 0, "followersDelta": -37, "samples": 30 }
{ username, latest, updates, followersDelta, samples }
What it does
Latest X profile snapshot + change history for a handle