Response envelope
Every success is { data, meta }. meta carries the request id, freshness, the sources behind this page of records and their attribution records, paging, and — on the economics routes — dataUpdatedAt and dataStatus (fresh, stale after 3 days without a successful ingestion, or unavailable).
Illustrative envelope (economics calendar)
{
"data": { "...": "the public record shape for the route" },
"meta": {
"requestId": "8f142c37-…",
"generatedAt": "2026-09-21T12:00:00.000Z",
"cached": false, "cacheAgeSeconds": 0, "stale": false, "degraded": false,
"sourceCount": 1, "sources": ["eurostat-release-calendar"],
"attribution": ["Source: Eurostat."],
"attributionRecords": [{
"sourceId": "eurostat-release-calendar", "sourceName": "Eurostat release calendar (euro indicators)",
"sourceUrl": "https://ec.europa.eu/eurostat/web/main/news/release-calendar",
"required": true, "text": "Source: Eurostat.",
"licenseName": "CC BY 4.0 (Commission Decision 2011/833/EU)",
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/",
"termsUrl": "https://ec.europa.eu/eurostat/help/copyright-notice",
"modifiedByHelperg": true
}],
"totalMatching": 40, "nextCursor": "bzo1MA", "truncated": false,
"dataUpdatedAt": "2026-09-21T11:42:24.457Z", "dataStatus": "fresh"
}
}
Illustrative public calendar event
{
"id": "evt_94412d5a78011d72f645937adfe28487",
"title": "Flash estimate inflation euro area",
"release": { "slug": "eurostat-euro-indicators-flash-hicp", "name": "Flash estimate inflation euro area",
"publisher": "Eurostat", "officialPageUrl": null },
"country": null, "region": "EA", "currency": "EUR",
"referencePeriod": { "kind": "UNKNOWN", "code": "UNKNOWN", "startDate": null, "endDate": null },
"scheduledDate": "2026-10-02", "scheduledAt": null, "timePrecision": "DATE_ONLY",
"sourceTimezone": "Europe/Luxembourg",
"status": "SCHEDULED", "derivedState": "UPCOMING",
"publication": { "releasedAt": null, "detectedAt": null },
"importance": { "level": "HIGH", "basis": "HELPERG_TAXONOMY_V1" },
"source": { "id": "eurostat-release-calendar", "name": "Eurostat release calendar (euro indicators)",
"url": "https://ec.europa.eu/eurostat/web/main/news/release-calendar" },
"attribution": { "text": "Source: Eurostat.", "required": true },
"retrievedAt": "2026-09-21T11:41:45.461Z", "sourceUpdatedAt": null,
"links": { "seriesSlugs": [], "observations": [],
"calendar": "/api/public/v1/economics/calendar?release=eurostat-euro-indicators-flash-hicp" }
}
Shapes are normative in the OpenAPI document (PublicCalendarResponse,PublicReleasesResponse, PublicObservationsResponse, PublicWeatherCurrentResponse); the examples above illustrate them and are not recorded responses.