Translate a comma-form SDMX dataflow reference (/data/AGENCY,FLOW,VERSION/key โ the SDMX 2.x URN style still used by all of our docs / CLI / weoSdmxPath for human readability) into the slash form (/data/dataflow/AGENCY/FLOW/VERSION/key) that the IMF SDMX 3.0 REST gateway requires. The 3.0 endpoint silently 404s the comma form. Verified live against api.imf.org 2026-05-10.
SDMX 3.0 is the only IMF SDMX surface this client targets; legacy SDMX surfaces are not configured anywhere in the repo.
Translate a comma-form SDMX dataflow reference (
/data/AGENCY,FLOW,VERSION/keyโ the SDMX 2.x URN style still used by all of our docs / CLI /weoSdmxPathfor human readability) into the slash form (/data/dataflow/AGENCY/FLOW/VERSION/key) that the IMF SDMX 3.0 REST gateway requires. The 3.0 endpoint silently 404s the comma form. Verified live againstapi.imf.org2026-05-10.SDMX 3.0 is the only IMF SDMX surface this client targets; legacy SDMX surfaces are not configured anywhere in the repo.