504 error when downloading VIIRS active fire files from FIRMS API

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
tmccabe
Posts: 1
Joined: Wed Aug 06, 2025 4:39 pm America/New_York
Answers: 0

504 error when downloading VIIRS active fire files from FIRMS API

by tmccabe » 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!
Last edited by tmccabe on Thu Aug 07, 2025 11:31 am America/New_York, edited 1 time in total.

Filters:

FIRMS - dylan.mendes
Subject Matter Expert
Subject Matter Expert
Posts: 9
Joined: Tue May 13, 2025 2:45 pm America/New_York
Answers: 0

Re: 504 error when downloading VIIRS active fire files from FIRMS API

by FIRMS - dylan.mendes » Thu Aug 07, 2025 11:26 am America/New_York

Hi @tmccabe ,

As far as we are aware there was no outage to our API. Yes we do have a standard limit of 5000 transactions / 10-minute interval. On the sign up for a MapKey it says, larger transactions may count as multiple requests (ex. requesting 7 days). We can increase your MapKey limit, but we will need your email to do that.

I suggest contacting us on the feedback module (directly to FIRMS team) on the FIRMS website, and we can address your concerns on the rate limit there and/or increase it.

ottopegotti
Posts: 1
Joined: Tue Aug 12, 2025 5:08 pm America/New_York
Answers: 0

Re: 504 error when downloading VIIRS active fire files from FIRMS API

by ottopegotti » Tue Aug 12, 2025 5:13 pm America/New_York

Hi, even though some times my callings work, I receive 504 errors nowadays : 504 Server Error: Gateway Time-out for url: https://firms.modaps.eosdis.nasa.gov/api/country/csv/my_map_key/MODIS_NRT/country/1 previouslymy code was perfectly working

triszlers
Posts: 1
Joined: Tue Aug 12, 2025 6:22 pm America/New_York
Answers: 0

Re: 504 error when downloading VIIRS active fire files from FIRMS API

by triszlers » Tue Aug 12, 2025 6:24 pm America/New_York

I'm also having no success today using my map_key just to establish a connection, certainly shouldn't be exceeding a rate limit. Is there a longer term or total rate limit I'm unaware of, other than 5000 transactions / 10 minutes?

When I tried to go to the API docs I also got a 504 error. Is this outage expected or temporary?
Last edited by triszlers on Tue Aug 12, 2025 6:26 pm America/New_York, edited 2 times in total.

FIRMS - dylan.mendes
Subject Matter Expert
Subject Matter Expert
Posts: 9
Joined: Tue May 13, 2025 2:45 pm America/New_York
Answers: 0

Re: 504 error when downloading VIIRS active fire files from FIRMS API

by FIRMS - dylan.mendes » Wed Aug 13, 2025 10:18 am America/New_York

Hi @triszlers & @ottopegotti ,

There is a temporary unexpected outage of the FIRMS API due to website slowness. I do not have a full resolution time, however, you may check here, https://firms.modaps.eosdis.nasa.gov/notifications/firms/outages.html, for outage and resolution information.

Post Reply