Trending topics and breaking stories across tech, dev, science, business, culture, politic
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.
1000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-12
updated
Provider
twitr.sh · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xb5194A98DbDBb7028B585Db26B972e7F0F3f826A",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "4u4TLWUqr4296NFpUohqJELAfZLbkxThwX8UALxh6M7o",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"category": "api",
"discoverable": true,
"info": {
"input": {
"body": {
"category": "tech",
"hours": 24,
"limit": 20
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"duration": 1,
"items": [
{
"category": "tech",
"score": 982,
"title": "AI agents start paying for their own API calls",
"url": "https://example.com/story"
}
],
"payment": {
"amount": "0.001000",
"currency": "USD",
"protocol": "x402"
},
"runId": "tw_example"
},
"type": "json"
}
},
"schema": {
"$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 — 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"
},
"tags": [
"twitter",
"x",
"trends",
"trending",
"radar",
"topics",
"whats-trending",
"discovery",
"viral",
"intelligence",
"agent",
"x402"
]
}
}Use it
curl
curl "https://twitr.sh/api/tools/radar" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://twitr.sh/api/tools/radar");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://twitr.sh/api/tools/radar")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/4337.json, and this resource appears in /discovery/resources and /discovery/search.