Radar
List radar items
Fetch free trending topics from 7 Radar sources with filters and cursor pagination
GET
List radar items
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Free - does not consume credits
Headers
Your API key. Session cookie authentication is also supported. Generate a key from the dashboard.
Query parameters
Filter by source. One of:
google_trends, hacker_news, polymarket, trustmrr, wikipedia, github, reddit. Omit to return items from all 7 sources combined. Use this to focus on a single data stream (e.g. github for developer-focused trends).Filter by category. One of:
general, tech, dev, science, culture, politics, business, entertainment. Omit to return all categories. Categories are assigned automatically based on source and content.Look-back window in hours. Range: 1-72. Smaller values surface the most recent trends; larger values give a broader snapshot. Default is 6 hours.
Items per page. Range: 1-100. Use smaller values (10-20) for quick polling, larger values for batch processing. Default is 50.
Region filter. Values:
US, GB, TR, ES, DE, FR, JP, IN, BR, CA, MX, global. Default global returns items from all regions. Region filtering is most useful with google_trends and reddit sources.Cursor for pagination. Use the
nextCursor value from the previous response. Cursors are opaque base64 strings and should not be constructed manually.Response
Array of radar items sorted by score (descending).
Whether more items are available after this page.
Pagination cursor. Present only when
hasMore is true. Pass as the after query parameter on the next request.RadarItem fields
Radar item identifier.
Item title.
Item description. Omitted when unavailable.
Link to the original source. Omitted when unavailable.
Image URL. Omitted when unavailable.
One of:
google_trends, hacker_news, polymarket, trustmrr, wikipedia, github, reddit.Unique identifier within the source.
One of:
general, tech, dev, science, culture, politics, business, entertainment.Region code (e.g.
US, TR, global).BCP-47 language code (e.g.
en, tr, ja).Relevance score (0-10,000). Higher is more trending.
Source-specific data. Fields vary by source (see below).
ISO 8601 timestamp of when the item was published or detected.
ISO 8601 timestamp of when the item was indexed.
Source-Specific Metadata
Each source includes different fields in themetadata object:
| Source | Metadata Fields |
|---|---|
github | starsToday (number), language (string, programming language) |
hacker_news | points (number), numberComments (number), author (string) |
reddit | subreddit (string), author (string) |
google_trends | approxTraffic (number, approximate search volume) |
wikipedia | views (number, page views) |
polymarket | volume24hr (number, 24-hour trading volume), liquidity (number), outcomes (array of outcome objects) |
trustmrr | Always present: mrr (number, monthly recurring revenue in USD), growthPercent (number, 30-day growth clamped to -99..999), last30Days (number, USD revenue over trailing 30 days), total (number, aggregate USD revenue since tracking began), customers (number), activeSubscriptions (number), onSale (boolean). Optional: xHandle (string), category (string), askingPrice (number, USD, only when onSale is true), country (string, ISO-3166-1 alpha-2), growthMrrPercent (number, 30-day MRR growth clamped to -99..999), multiple (number, revenue multiple up to 2 decimals), paymentProvider (string), rank (integer, rank within TrustMRR dashboard). |
Examples
- 200 OK
- 400 Invalid Input
- 401 Unauthenticated
- 429 Rate Limited
Pagination
Radar uses cursor-based pagination. WhenhasMore is true, pass the nextCursor value as the after query parameter to fetch the next page.
Next steps: Trends guide for content strategy workflows · Create Tweet to post about trending topics · Compose to generate AI-drafted tweets from radar items
Last modified on May 6, 2026
List radar items