{ "title": "BIS Stats API - Get Dataflows Example", "description": "Example request for retrieving available dataflows (statistical domains) from the BIS SDMX API.", "request": { "method": "GET", "url": "https://stats.bis.org/api/v1/dataflow/BIS/all/latest", "description": "Retrieve all dataflows maintained by the BIS in their latest version.", "pathParameters": { "agencyID": "BIS", "resourceID": "all", "version": "latest" }, "queryParameters": { "detail": "full", "references": "none" }, "headers": { "Accept": "application/vnd.sdmx.structure+json;version=1.0.0" } }, "notes": [ "Use 'all' for resourceID to retrieve all dataflows for the given agency.", "Use 'latest' for version to get the most recent production version.", "Multiple agencies can be specified using '+' separator, e.g. BIS+ECB.", "The 'references' parameter controls whether referenced artefacts are included in the response.", "Common BIS dataflow IDs include: WS_EER (effective exchange rates), WS_CBPOL_D (central bank policy rates), WS_CREDIT_GAP (credit-to-GDP gaps), WS_LBS_D_PUB (locational banking statistics)." ] }