Which URL / path to use for ERA5 data in new API?

We have been using this URL for years to retrieve some ERA5 single levels data in our Python code:

CDS_API_ERA_URL = “https://cds.climate.copernicus.eu/api/resources/reanalysis-era5-single-levels

With the new API, this path is no longer working, receiving this error:
HttpProcessingError: 404, message:\n {"message":"Not Found"}",“exception_name”:“HttpProcessingError”}

Any ideas to what we should change the URL to? Any help highly appreciated.

2 Likes

:frowning: came across the same problem and it’s still not be solved…:frowning: