An Application Programming Interface (API) is provided to facilitate access to the EPD data archive by an application. The API routines are located at the base URL
https://espada.uah.es/epd/data/api/
Some routines accept parameters, that should be provided in a query string, for example to search level 2 files for the ept-rates product from 20th to 25th June 2020, the request will take the form
https://espada.uah.es/epd/data/api/search?level=l2&product=ept-rates&from=2020-06-20&to=2020-06-25
Search for files that fulfil the provided criteria.
l1
, l2
, l3
or cal
.
/api/get_products
to get a list of available products for
a given level.
/api/get_descriptors
to get a list of available descriptors for a given product.
from
(if available),
retrieving only 1 day.
version
is not specified, the API always returns the last version of the file. Include it
only when a specific version is needed.
A list of file names matching the given criteria in plain text separated by newline characters.
Get the list of products for a given processing level.
l1
, l2
, l3
or cal
.
A list of products for the processing level requested.
Get the list of descriptors for the selected product and level.
l1
, l2
, l3
or cal
.
/api/get_products
to get a list of available products for
a given level.
A list of descriptors corresponding to the processing level and product requested.
Downloads a file.
No parameters.
The requested file.