504 error when downloading VIIRS active fire files from FIRMS API
Posted: Wed Aug 06, 2025 4:58 pm America/New_York
Hello!
We run an algorithm that sometimes downloads several months worth of VIIRS SNPP Active Fire Standard Product data from https://firms.modaps.eosdis.nasa.gov/api/. We do a Pandas read_csv(url) call from the API to get our data. Today, we noticed that we could download a few files successfully, but afterwards would get a 504 error. It looked to us like it might be some sort of rate-limit, but we also saw some 504 errors when trying to manually navigate the API.
Was there an API outage? Or is this a product of a rate-limit?
Example of one error message:
`Error while downloading SNPP SP for 2025-03-29 00:00:00: HTTP Error 504: Gateway Time-out.`
Thanks!
We run an algorithm that sometimes downloads several months worth of VIIRS SNPP Active Fire Standard Product data from https://firms.modaps.eosdis.nasa.gov/api/. We do a Pandas read_csv(url) call from the API to get our data. Today, we noticed that we could download a few files successfully, but afterwards would get a 504 error. It looked to us like it might be some sort of rate-limit, but we also saw some 504 errors when trying to manually navigate the API.
Was there an API outage? Or is this a product of a rate-limit?
Example of one error message:
`Error while downloading SNPP SP for 2025-03-29 00:00:00: HTTP Error 504: Gateway Time-out.`
Thanks!