Skip to main content
GET
Screen entities by macro indicator values

Authorizations

x-api-key
string
header
required

Query Parameters

filter
string

Required. Comma-separated field:operator:value clauses, AND-ed. e.g. cpi_inflation_yoy:gt:3,unemployment_rate:lt:5. Operators: gt, lt, gte, lte, eq, in ('in' takes pipe-separated values). Fields are canonical indicator slugs from /screener/filters.

country
string

Restrict to a single country (ISO code).

freshness
enum<string>

Only consider fresh (non-stale) latest readings.

Available options:
fresh
limit
integer
default:100
Required range: 1 <= x <= 500
cursor
string

Opaque cursor from meta.pagination.next_cursor; meta.pagination.total reports the full match count.

Response

Countries/entities whose latest canonical-indicator values satisfy all filters. Screens indicator values only — never SOVEREIGN scores.

data
any[]
required
meta
object
required
requestId
string
required