Try 30 days of free premium.

I'm having trouble with the API.

ilkercan wrote 3 years ago: 1

Hi. I have a website about when the new episodes of the series will air. I was using your API, but today I ran into a problem. The address of my site where I use the API is: https://nezaman.be Can you help me?

ilkercan wrote 3 years ago: 1

The code I wrote to capture the information of the series episodes works in localhost. But it doesn't work www.nezaman.be higher.

 

I wonder if the nezaman.be address was blocked? Or was it a temporary block because I was sending an excessive query?


gazza911 wrote 3 years ago: 2

@ilkercan See the Rate Limiting section in the API documentation:

https://www.tvmaze.com/api#rate-limiting

There it tells you that you'll get a HTTP 429 response if there's too many requests in a short period of time, so you should handle this properly in your application.

ilkercan wrote 3 years ago: 1

@gazza911 wrote:
@ilkercan See the Rate Limiting section in the API documentation:

https://www.tvmaze.com/api#rate-limiting

There it tells you that you'll get a HTTP 429 response if there's too many requests in a short period of time, so you should handle this properly in your application.

All right, thank you very much. My problem is solved.

Try 30 days of free premium.