Hello,
I am able to issue requests to the search endpoint with my API_KEY successfully when making one call. When I issue multiple requests back to back however the second request comes back with a 401.
For example: Request 1: http://api.themoviedb.org/3/search/movie?api_key=key&query=mag Response: 200 OK
Request 2: http://api.themoviedb.org/3/search/person?api_key=key&query=tho Response: 401 Unauthorized
Is there a time period between requests I must wait before issuing multiple requests back to back?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on September 30, 2012 at 11:03 PM
Hi there,
You're probably running into the API request limits. You can read about them here:
http://help.themoviedb.org/kb/general/api-request-limits
Usually you'd see a 503 error, not 401 but I can't think of any other reason you'd be seeing anything like this.