Fetch a tweet (with thread context) by URL/id or a user (with recent tweets) fro
Fetch a tweet (with thread context) by URL/id or a user (with recent tweets) from one URL
Answeringour last check, 2026-09-24
1 of 1checks answered this week
892 msmedian answer time
$0.005listed price per call
$0.005price 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://glim.sh/api/v1/twitter/get
| Category | Everything else |
|---|---|
| Provider host | glim.sh |
| Networks | eip155:143, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 17 from 3 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.005 | 892 ms |
Example input (from the provider)
{
"body": {
"ref": "https://x.com/karpathy/status/1585841080431321088"
},
"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": {
"properties": {
"cursor": {
"description": "Profile refs only: pagination cursor",
"maxLength": 500,
"type": "string"
},
"expand_urls": {
"default": false,
"description": "When true, auto-crawl entity URLs and attach crawled_content to tweets. Off by default: responses can grow by up to 4KB per expanded URL. Use glim_web_crawl(url) for targeted crawls instead.",
"type": "boolean"
},
"include": {
"description": "Tweet refs only: extra sections to include (replies, quotes)",
"items": {
"enum": [
"replies",
"quotes"
],
"type": "string"
},
"type": "array"
},
"include_mentions": {
"default": false,
"description": "Profile refs only: include the mentions timeline",
"type": "boolean"
},
"include_replies": {
"default": false,
"description": "Profile refs only: include replies in the timeline",
"type": "boolean"
},
"ref": {
"description": "Tweet URL/id or profile URL. Tweet URLs including /i/status/<id> and bare numeric tweet ids return the tweet + thread; a profile URL (https://x.com/<handle>) returns the user + recent tweets.",
"maxLength": 2048,
"minLength": 1,
"type": "string"
}
},
"required": [
"ref"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}