issue dowloading files trough HTTP API
Posted: Wed Apr 30, 2025 8:31 am America/New_York
Hello,
We are used to download VIIRS data through the HTTP API and requests like https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/details?products=VJ103MOD®ions=[BBOX]W-65+N27+E-33.5+S0&temporalRanges=2025-04-29+00%3A00%3A00..2025-04-29+23%3A59%3A59&format=json&illuminations=D
But the result makes it impossible to get the files as the JSON we get is :
{
"content": [ ],
"downloadsLink": "https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/archives/%3Fproducts=VJ103MOD&temporalRanges=2025-04-29+00:00:00..2025-04-29+23:59:59&illuminations=D®ions=%5BBBOX%5DW-65+N27+E-33.5+S0&page=1",
"mtime": 1746016033,
"n_pages": 1,
"name": "",
"page": 1,
"resourceType": "Directory",
"self": "https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/details/?products=VJ103MOD&temporalRanges=2025-04-29+00%3A00%3A00..2025-04-29+23%3A59%3A59&illuminations=D®ions=%5BBBOX%5DW-65+N27+E-33.5+S0&page=1",
"size": 0
}
Is the something wrong on your side?
Thanks for your help.
We are used to download VIIRS data through the HTTP API and requests like https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/details?products=VJ103MOD®ions=[BBOX]W-65+N27+E-33.5+S0&temporalRanges=2025-04-29+00%3A00%3A00..2025-04-29+23%3A59%3A59&format=json&illuminations=D
But the result makes it impossible to get the files as the JSON we get is :
{
"content": [ ],
"downloadsLink": "https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/archives/%3Fproducts=VJ103MOD&temporalRanges=2025-04-29+00:00:00..2025-04-29+23:59:59&illuminations=D®ions=%5BBBOX%5DW-65+N27+E-33.5+S0&page=1",
"mtime": 1746016033,
"n_pages": 1,
"name": "",
"page": 1,
"resourceType": "Directory",
"self": "https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/details/?products=VJ103MOD&temporalRanges=2025-04-29+00%3A00%3A00..2025-04-29+23%3A59%3A59&illuminations=D®ions=%5BBBOX%5DW-65+N27+E-33.5+S0&page=1",
"size": 0
}
Is the something wrong on your side?
Thanks for your help.