https://github.com/sdmx-twg/sdmx-rest
This repository is used for maintaining the SDMX RESTful web services specification.
https://github.com/sdmx-twg/sdmx-rest
api rest sdmx specification standard webservice
Last synced: 4 months ago
JSON representation
This repository is used for maintaining the SDMX RESTful web services specification.
- Host: GitHub
- URL: https://github.com/sdmx-twg/sdmx-rest
- Owner: sdmx-twg
- Created: 2014-08-21T07:27:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-09-24T07:54:13.000Z (9 months ago)
- Last Synced: 2025-09-24T09:25:51.744Z (9 months ago)
- Topics: api, rest, sdmx, specification, standard, webservice
- Homepage:
- Size: 2.56 MB
- Stars: 125
- Watchers: 24
- Forks: 34
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-europe - SDMX REST - twg/sdmx-rest?style=flat-square&label=⭐)](https://github.com/sdmx-twg/sdmx-rest/stargazers) [](https://github.com/sdmx-twg/sdmx-rest/commits/master) [](https://github.com/sdmx-twg/sdmx-rest) [](https://github.com/sdmx-twg/sdmx-rest) [](https://ec.europa.eu/eurostat) [](https://data.europa.eu/) [](https://sdmx.org/) - RESTful web services specification for statistical data exchange used by ECB, Eurostat, and EU agencies. (Open Data and Statistics)
README
# Overview
This repository is used to maintain the SDMX REST API.
The API allows implementers to offer programmatic access to statistical data and metadata over HTTP.
This repository contains:
- The normative part of the specification, i.e. the [Open API definition](api/sdmx-rest.yaml).
- The [Developers' documentation](doc/index.md), including a [cheat sheet](doc/rest_cheat_sheet.pdf?raw=true).
> [!TIP]
> Each release of the SDMX-REST API is associated with a tag. Retrieving **previous versions** of the SDMX-REST API (Open API definition, cheatsheet, documentation, etc.) is
> easy, using either **tags** or **releases**:
>
> * **tags**: Tags can be used to retrieve the Open API definition, cheatsheet and documentation of a specific version of the SDMX-REST API. Tags are located towards the top of this page.
> * **releases**: Releases are located in the navigation bar on the right of this page. They too can be used to retrieve the Open API definition, cheatsheet and documentation of a specific version of the SDMX-REST API.