Trending topics and breaking stories across tech, dev, science, business, cultur
Trending topics and breaking stories across tech, dev, science, business, culture, politics, and entertainment — aggregated from multiple public sources with regional and time-window filters. Flat sub-cent price per call; the cheap first stop for what is happening right now.
Asked 2.4x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
240 msmedian answer time
$0.001listed 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/radar
| Category | Market data |
|---|---|
| Provider host | twitr.sh |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 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 | 240 ms |
Example input (from the provider)
{
"body": {
"category": "tech",
"hours": 24,
"limit": 20
},
"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": {
"after": {
"description": "Pagination cursor.",
"type": "string"
},
"category": {
"description": "Topic category filter.",
"enum": [
"general",
"tech",
"dev",
"science",
"culture",
"politics",
"business",
"entertainment"
],
"type": "string"
},
"hours": {
"type": "integer"
},
"limit": {
"type": "integer"
},
"region": {
"type": "string"
},
"source": {
"description": "Trend source filter.",
"enum": [
"github",
"google_trends",
"hacker_news",
"polymarket",
"reddit",
"trustmrr",
"wikipedia"
],
"type": "string"
}
},
"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"
}