---
title: "List FRED releases"
method: GET
path: "/api/v2/macro/releases"
tags: ["Macro Finance"]
---

# List FRED releases

`GET /api/v2/macro/releases`

Rollup of the catalog by source agency and release, with series counts. Requires a plan with Macro & economic data access (`can_use_macro`) — the Corporate & Supply Chain and Global Intelligence plans.

## Query parameters

- `search` string
- `agency` string
- `limit` integer
- `cursor` string

## Response `200`

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

- object
  - `success` boolean
  - `data` object[]
    - `source_agency` string
    - `display_agency` string
    - `release_name` string
    - `series` integer
    - `top_popularity` integer
  - `applied_filters` object
    - `ignored` object
  - `meta` object
    - `attribution` string
    - `source` string

## Other responses

- `401` — Missing/invalid API key
- `403` — Plan required (PLAN_REQUIRED) — the caller's plan does not carry the required source entitlement.
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/versions/01aaa6255180/schema)
