Child pages
  • Transition - from Eurostat Bulk Download to API

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

New URL for data download

In Bulk download URLs could be either, data download URL is 

https://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?sort=1&file=data%2F

...

<dataset_code>.tsv.gz

In API SDMX 2.1, it is simplified simplifies to

https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/

...

<dataset_

...

code>?format=TSV&compressed=true  

Example of a REST request to download the

...

TSV data file of the "BOP_EU6_M" dataset

Submit in a web client (for example, a browser) a valid HTTP call with the name of the dataset and the relevant format: 

https://ec.europa.eu/eurostat/api/dissemination/sdmx/2.1/data/BOP_EU6_M?format=TSV&compressed=true  

...