API Rate Limiting Visualizer

Python Loop
for city in cities:
  get_weather(city)
  # No sleep delay!
API Server
SERVER
Max 3 req/sec
Click a button above to simulate sending 10 API requests to a server.