Juriy / swapi

SWAPI - Star Wars API service
https://swapi.dev
BSD 3-Clause "New" or "Revised" License
286 stars 91 forks source link

swapi.dev rate limited after one api call #36

Closed kevindurb closed 3 years ago

kevindurb commented 3 years ago

I havent made any api calls to swapi.dev in at least a couple weeks and this morning I made one api call (https://swapi.dev/api/people/1) and got

HTTP 429 TOO MANY REQUESTS
Retry-After: 25924
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS

{
    "detail": "Request was throttled. Expected available in 25924 seconds."
}
stevencribbs commented 3 years ago

I am getting a similar experience. I haven't used the API in quite a while; and, this morning I am getting the same 429 error with {"detail":"Request was throttled. Expected available in 25463 seconds."}.

alexbeckwith commented 3 years ago

Same here

Juriy commented 3 years ago

Fixed. Sorry for an inconvenience...