Hacker News
- Show HN: I made an SDK that lets you rate limit your APIs using a UI https://docs.trysixth.com 4 comments
- Show HN: RateLimitAPI – API for rate limiting in distributed environments https://www.ratelimitapi.com/ 5 comments
- Show HN: New BucketRateLimiter Python package to rate limit requests to APIs https://pypi.org/project/bucketratelimiter/ 12 comments
- Google warns that rate limits, overage fees are coming to Maps API http://arstechnica.com/open-source/news/2011/10/google-warns-that-rate-limits-overage-fees-are-coming-to-maps-api.ars 83 comments
- Implementing 429 retries and throttling for API rate-limits https://www.useanvil.com/blog/engineering/throttling-and-consuming-apis-with-429-rate-limits 2 comments javascript
- Basic API Rate-Limiting https://techblog.bozho.net/basic-api-rate-limiting/ 4 comments java
- Best approach to using rate-limited web API http://docs.themoviedb.apiary.io/#introduction/request-rate-limiting 12 comments webdev
- How to rate-limit your Node/Express API (the easy way) https://zachwhite.io/post/how-to-rate-limit-your-node-express-api 7 comments javascript
- One of the most optimised ways to consume rate-limited APIs https://medium.com/mint-digital/stateful-websockets-with-elixirs-genstage-a29eab420c0d 11 comments programming
- How could I limit-rate access per user in Rails API? https://www.reddit.com/r/rails/comments/9vh1eo/how_could_i_limitrate_access_per_user_in_rails_api/ 10 comments rails
- Secure your API with Rate Limiting using Redis https://open.substack.com/pub/implementing/p/secure-your-api-with-rate-limiting-using-redis?r=oshyp 18 comments programming
- API Rate Limiting https://www.reddit.com/r/laravel/comments/a47i8m/api_rate_limiting/ 3 comments laravel
- Scaling your API with rate limiters https://stripe.com/blog/rate-limiters 3 comments programming
- 🚀 Just Released: RateShield (v1.0.0) - A Customizable Rate Limiter for APIs! 🔥 https://github.com/x-sushant-x/Rate-Shield 3 comments opensource
- [Showoff Saturday] Rate limiting APIs using Token Bucket Algorithm https://github.com/hardikSinghBehl/rate-limiting-api-spring-boot 2 comments webdev
- Rate limiting APIs using Token Bucket Algorithm https://github.com/hardikSinghBehl/rate-limiting-api-spring-boot 2 comments programming
- Trouble adding rate limiter to API route in Nextjs https://nextjs.org/docs/api-routes/api-middlewares 5 comments node
- Rate Limiting a Phoenix API http://blog.danielberkompas.com/elixir/2015/06/16/rate-limiting-a-phoenix-api.html 8 comments elixir
- How To Set API Rate Limiting In Laravel http://www.cloudways.com/blog/laravel-and-api-rate-limiting/ 3 comments laravel
- Rate limiting APIs using Token Bucket Algorithm: Bucket4j + Redis + Spring Security https://github.com/hardikSinghBehl/rate-limiting-api-spring-boot 10 comments java
- Lirbary to store rate limited API responses in database https://igdb.com 3 comments webdev
- Rate Limit APIs with Bucket4J via Java https://virendraoswal.com/rate-limit-apis-with-bucket4j-via-java 11 comments java
- Defending your API gateway via Rate Limiting http://www.pogsdotnet.com/2018/09/defending-microservices-using-rate.html?m=1 11 comments dotnet
- Weighted Credit Pools for sane API Rate Limiting http://amattn.com/2013/04/22/weighted_credit_pools_for_api_rate_limiting.html 16 comments programming
- Designing Resilient APIs: Mastering the Art of Rate Limiting https://blog.devgenius.io/designing-resilient-apis-mastering-the-art-of-rate-limiting-6d15fe1de9d9 3 comments programming
- SQS + Lambda to manage rate limits for OpenAI API https://platform.openai.com/docs/guides/rate-limits/error-mitigation 3 comments devops
- I built a simple and efficient rate limiter for the OpenAI API https://github.com/shobrook/openlimit 2 comments python
- API rate limiting with Traefik, Go, and local caching https://nlpcloud.io/ 16 comments golang
- API rate limiting with Traefik, Go, and local caching https://nlpcloud.io 5 comments devops
- Rate limit headers in AWS API Gateway response https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-mapping-template-reference.html 8 comments aws
- Protecting Your API from Brute Forcing By Rate Limiting in NodeJS https://blog.soshace.com/protecting-your-api-from-brute-forcing-by-rate-limiting-in-nodejs/ 3 comments coding
- Protecting Your API from Brute Forcing By Rate Limiting in NodeJS https://blog.soshace.com/protecting-your-api-from-brute-forcing-by-rate-limiting-in-nodejs/ 21 comments node
- Rate Limiting an Express API: Reactive Backend Programming By Example https://eugene.coding.blog/rate-limiting-an-express-app 13 comments node
- Rate limit at Gateway or next to Critical and Public facing APIs https://docs.fluxninja.com/guides/ 2 comments devops
- TIL Twitter API returns a "420 Enhance Your Calm" status header when you hit the rate limit. https://dev.twitter.com/docs/error-codes-responses 3 comments webdev
- How GitHub scaled their API with a sharded, replicated, Lua-powered rate limiter https://github.blog/2021-04-05-how-we-scaled-github-api-sharded-replicated-rate-limiter-redis/ 3 comments lua
- Design Discussion - Rate limiting layer between internal and external APIs None 7 comments aws
- [discord.py] You are being blocked from accessing our API temporarily due to exceeding our rate limits frequently. https://discord.com/developers/docs/topics/rate-limits 10 comments learnprogramming
- Imgur API Rate Limit + Auto Generate Codes (1 Hour Limit) https://github.com/Imgur/imgurpython 8 comments learnprogramming
- [OC] Levelling up an Express API (CORS, caching, rate limiting, linting etc.) https://thomasswilliams.github.io/2020/04/20/levelling-up-express-api-3.html 4 comments programming