Get list and path to Atmospheric aerosol index alerts files:
retrieve the 10 last days of atmo data

GET /api/v1/atmo/files?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "description": "map of atmospheric alerts based on Sentinel5P absorbing aerosol index data",
    "classes": "http://sagui.hydro-matters.fr/api/v1/atmo/classes?format=api",
    "legend": "http://sagui.hydro-matters.fr/atmo/styled/legend.png",
    "extent": {
        "east": -57,
        "south": 1,
        "west": -50,
        "north": 7
    },
    "results": []
}