Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Reserve Requirements Observations API

Retrieve data observations for a series.

This API exposes 1 operation across 1 path, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.stlouisfed.org/fred.

1 operations 1 paths 3 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.stlouisfed.org/fred
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Reserve Requirements Observations API declares 1 security scheme for authenticating requests. An API key is passed in the query as api_key (apiKeyQuery). By default, every request must be authenticated.

  • apiKeyQuery — FRED API key obtained from api.stlouisfed.org/api/key.html

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Observations 1

Retrieve data observations for a series.

GET
/series/observations
Get Series Observations
getSeriesObservations 10 params → 200400

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ObservationsResponse (13 properties), Observation (4 properties), ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

ObservationsResponse
object
13 properties
ErrorResponse
object
2 properties
Observation
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

reserve-requirements-observations-api-openapi.yml Raw ↑