Page 1 of 1

API issue

Posted: Thu Oct 10, 2024 5:28 am America/New_York
by fbcms

Re: API issue

Posted: Fri Oct 11, 2024 7:16 am America/New_York
by LAADS-EDL_UserServices_M
For JSON output it is preferable to use the details endpoint:
https://ladsweb.modaps.eosdis.nasa.gov/tools-and-services/api-v2/specs/content/details
Use:
https://ladsweb.modaps.eosdis.nasa.gov/api/v2/content/details?products=VNP02MOD&regions=[BBOX]W-70+N30+E-30+S0&temporalRanges=2024-10-08+00%3A00%3A00..2024-10-08+23%3A59%3A59&formats=json&illuminations=D

If you do not need/want all the fields in the JSON output, you can specify which fields you want using the &fields parameter.