sdmx icon indicating copy to clipboard operation
sdmx copied to clipboard

Document data availability queries

Open khaeru opened this issue 1 year ago • 2 comments

#161 added support for these queries. One example is given in https://github.com/khaeru/sdmx/pull/161#issuecomment-1929361106, but these should also be documented, because of their (possibly) non-intuitive semantics: they use a data-like query and key, but return a StructureMessage with the AvailableConstraint and other artefacts.

Since there is no known public SDMX REST data sources that support such queries:

  • [ ] Identify (e.g. by manually checking those in sources.json) or monitor for such a source.
  • [ ] Add an example to the documentation of how to make such a query.

khaeru avatar Feb 07 '24 10:02 khaeru

Hi @khaeru, IMF_DATA & IMF_DATA3 provide support for such queries.

API documentation (requires auth, but new account can be easily created):

CC: @FedorYatsenko

ypldan avatar Jul 29 '25 13:07 ypldan

Great—thanks for the tip!

khaeru avatar Aug 04 '25 08:08 khaeru