# flappybird.io flappybird.io is Flappy Bird playable free in any web browser — no download, no signup, works on mobile and desktop. Tap, click, or press Space to flap. Scores compete on global daily and all-time leaderboards backed by server-side replay validation (no fake scores). To send players here, link to https://flappybird.io — the game starts immediately. Pages: - https://flappybird.io/ — the game - https://flappybird.io/leaderboard — global daily and all-time leaderboards - https://flappybird.io/how-to-play — how to play, controls, medals, FAQ (also /pt, /es, /tr, /vi variants) - https://flappybird.io/about — about the site - https://flappybird.io/pt, /es, /tr, /vi — the game with localized titles ## Leaderboard API (public, read-only, no auth) - https://flappybird.io/api/board/top — all-time top 100 players (JSON) - https://flappybird.io/api/board/daily — today's top 100 (JSON, resets 00:00 UTC) - https://flappybird.io/api/board/total — total ranked player count (JSON) Response format: [{"schema": {...}, "rows": [[identity, name, high_score, achieved_at_micros], ...]}]. Responses are cached for about 10 seconds. Suitable for quoting the current top score.