gitfrosh / lotr-api

This repository holds the code base of the API to rule them all, the Lord of the Rings api, which provides you with book, character, movie and quotes data.
https://the-one-api.dev
238 stars 66 forks source link

Rate limited after 2 requests #69

Closed MTyson closed 2 years ago

MTyson commented 2 years ago

Just trying to hit the api after signing up for auth token and after a couple requests I'm getting 429 too many requests.

GET https://the-one-api.dev/v2/book 429 (Too Many Requests)

MateuszKikmunter commented 2 years ago

This works as expected, got 429 only after 100 requests. Capture Before that, I got correct response, but I can take a look at this issue anyway later on. Only register endpoint will return after few requests to avoid bulk registrations.

MateuszKikmunter commented 2 years ago

This works fine and issue can be closed @gitfrosh

gitfrosh commented 2 years ago

Thanks for clarifying, @MateuszKikmunter!