Versions Compared

Key

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

...

The ADS data availability information is now available through REST API:

https://ads.atmosphere.copernicus.eu/api/catalogue/v1/docs

Here is a sample data availability request:

Code Block
 curl -X 'GET' \
  'https://ads.atmosphere.copernicus.eu/api/catalogue/v1/collections/cams-europe-air-quality-forecasts/constraints.json' \
 -H 'accept: application/json' 

...