This is a simple API service that extracts text content from Twitter/X posts. It provides:
This API is built upon the following references:
https://cdn.syndication.twimg.com/tweet-result?id=[tweet_id]&token=[token]
URL: https://xreader.vercel.app/x
Query Parameter: url
- Twitter/X post URL
Method: GET
curl 'https://xreader.vercel.app/x?url=https://x.com/EllenDeGeneres/status/440322224407314432'
{ "text": "If only Bradley's arm was longer. Best photo ever. #oscars http://t.co/C9U5NOtGap", "status": "success" }
Status Code | Description |
---|---|
200 | Success |
400 | Invalid URL format |
This is an open-source project. You can deploy your own instance or contribute to the codebase: View on GitHub
For questions or support, reach out on Twitter: @slippertopia