Page 1 of 1

API change

Posted: Sat May 03, 2025 6:06 am America/New_York
by pstruzik
Hi,

Since a few days my API script cannot search for products. The line for search is (for example):

wget -O lista.txt "https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/archives?ArchiveSets=5200&products=VNP02DNB&temporalRanges=2025-05-02T00:00..2025-05-02T23:59&regions=[AA]Poland"

What was changed in last time, that such wget question doesn't work ?

Best regards,
Piotr

Re: API change

Posted: Mon May 05, 2025 9:09 am America/New_York
by pstruzik
In meanwhile, I found solution. I modified the search question. Example:

wget -O lista.txt "https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/details?archiveSets=5200&products=VNP02DNB&temporalRanges=2025-05-02T00:00..2025-05-02T23:59&regions=[AA]Poland"

The structure of file lista.txt is now different, then with previous search, so reading of this file for further download has been also changed.

Best regards,
Piotr

Re: API change

Posted: Mon May 05, 2025 9:49 am America/New_York
by LAADS_UserServices_M