3

I'm using giphy API for get GIF stickers but I'm kind of confusion with giphy API guide on rate limiting mention over here:

https://developers.giphy.com/docs/#response-codes

I will get 429(Response Code) when my API key rate limits exceed. I have to manage 429 HTTP status code. But I don't know, how many request I can in giphy API for demo mode and production mode?

Thank you

Pinal Patel
  • 122
  • 1
  • 16

1 Answers1

0

First for you, Would you please confirm if you've applied for a production key and got approval from giphy team?

Meanwhile, the rate limit for production key vs the testing/beta key is different :

  • testing/beta key: 1000 reqs / day
  • production (need apply + approval): 50,000 reqs / day, 21,000 reqs / hour

I hope this helps.

Pooja Jadav
  • 279
  • 1
  • 3
  • 17