Read live X/Twitter data
Read live X/Twitter data: look up a single tweet or user profile, batch-read up to 100 tweets or users at once, check whether one account follows another, fetch trending topics by region, extract a long-form article, or download tweet media. Pay per call in USDC — no API key, no signup; failed calls are never charged.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
251 msmedian answer time
$0.0024listed price per call
$0.0024price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://twitr.sh/api/tools/x_read
| Category | Search and research |
|---|---|
| Provider host | twitr.sh |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 12 from 6 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.0024 | 251 ms |
Example input (from the provider)
{
"body": {
"id": "2079908425904042170",
"resource": "get-tweet"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"allOf": [
{
"if": {
"properties": {
"resource": {
"const": "followers-you-know"
}
}
},
"then": {
"required": [
"resultsLimit"
]
}
}
],
"properties": {
"count": {
"description": "trends: number of trends to return.",
"type": "integer"
},
"id": {
"description": "Tweet ID, user ID, or username (depends on resource).",
"type": "string"
},
"ids": {
"description": "batch-tweets|batch-users: up to 100 tweet IDs or user IDs/usernames.",
"items": {
"type": "string"
},
"type": "array"
},
"resource": {
"description": "Which read operation to run.",
"enum": [
"get-tweet",
"get-user",
"batch-tweets",
"batch-users",
"check-follower",
"trends",
"article",
"followers-you-know",
"download-media"
],
"type": "string"
},
"resultsLimit": {
"description": "Mandatory for followers-you-know: max results, billed per result.",
"maximum": 10000,
"minimum": 1,
"type": "integer"
},
"source": {
"description": "check-follower: source username.",
"type": "string"
},
"target": {
"description": "check-follower: target username.",
"type": "string"
},
"woeid": {
"description": "trends: region WOEID (default 1 = worldwide).",
"type": "integer"
}
},
"required": [
"resource"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"duration": {
"description": "Run duration in seconds.",
"type": "integer"
},
"items": {
"description": "Returned items. Shape varies per tool \u2014 see each tool's outputSample for a concrete example.",
"items": {
"type": "object"
},
"type": "array"
},
"payment": {
"description": "Settlement summary (protocol, amount, currency).",
"type": "object"
},
"runId": {
"description": "Run ID for debugging/audit.",
"type": "string"
}
},
"required": [
"items"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}