v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Composition

Get trending topics from curated sources

get/radar

Query parameters

afterstring

Cursor for pagination (from prior response nextCursor).

category'general' | 'tech' | 'dev' | 'science' | 'culture' | 'politics' | 'business' | 'entertainment'

Filter by category.

hoursinteger

Lookback window in hours (1-72, default 6).

limitinteger

Number of items to return (1-100, default 50).

regionstring

Region filter. Use global or a region code such as US, GB, TR, or ES.

source'github' | 'google_trends' | 'hacker_news' | 'polymarket' | 'reddit' | 'trustmrr' | 'wikipedia'

Source filter. One of: github, google_trends, hacker_news, polymarket, reddit, trustmrr, wikipedia

Response

Radar items

hasMoreboolean required
nextCursorstring

Opaque cursor for the next page (present only when hasMore is true).

Example response

{
  "items": [],
  "nextCursor": "eyJ0IjoxNzM5OTcyODAwLCJpIjoiOTk5In0="
}