List Frequent Values

Retrieve the most frequently occurring values for a specific field in an index.

This endpoint is useful for discovering popular values in a field before building filters or queries. Common use cases include:

  • Discovering popular languages (lang field)
  • Finding trending channels/topics (channels field)
  • Identifying common AI labels (ai_labels_med, ai_labels_high fields)
  • Exploring active features of any keyword field

Data Scope: Results are based on data from the last 7 days. This ensures you get recently relevant values rather than historical ones. The exact date field used varies by index:

  • farcaster-items: item_creation_timestamp
  • polymarket-items: created_at
  • polymarket-wallets: updated_at
  • zora-coins: zora_updated_at

Results are sorted by frequency (highest first) and limited to the requested size (default 100).

Language
Credentials
Bearer
API Key
Click Try It! to start a request and see the response here!