Twitter Text Extractor API

What is this?

This is a simple API service that extracts text content from Twitter/X posts. It provides:

Implementation

This API is built upon the following references:

Usage

URL: https://xreader.vercel.app/x

Query Parameter: url - Twitter/X post URL

Method: GET

Example

curl 'https://xreader.vercel.app/x?url=https://x.com/EllenDeGeneres/status/440322224407314432'

Response Format

{
    "text": "If only Bradley's arm was longer. Best photo ever. #oscars http://t.co/C9U5NOtGap",
    "status": "success"
}

Error Handling

Status Code Description
200 Success
400 Invalid URL format

Source Code

This is an open-source project. You can deploy your own instance or contribute to the codebase: View on GitHub

Contact

For questions or support, reach out on Twitter: @slippertopia