Skip to main content
GET
List FRED releases

Authorizations

Authorization
string
header
required

GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....

Query Parameters

Case-insensitive substring match against the release name OR its (read-time-filled) source agency.

agency
string

Source agency filter, matched case-insensitively against the read-time-filled agency (so blank-agency releases are still reachable). Validated against the same allowlist as /api/v2/macro/series — an unknown value returns 400 INVALID_ENUM with details.accepted_values. See Taxonomy & Codes — Macro Finance.

limit
integer
default:50

Rows per page (1–200). Defaults to 50.

Required range: 1 <= x <= 200
cursor
string

Pagination cursor (opaque offset) from a prior response's pagination.next_cursor. offset is accepted as an alias.

Response

Agency/release rollup, ordered by series count. Each row: source_agency, release_name, series (count), top_popularity. Includes the FRED non-endorsement meta.

success
boolean
data
object[]
applied_filters
object
meta
object