# HumanRank > HumanRank is a browser-based platform for measuring human performance through short reaction, speed, accuracy, memory, typing, and perception challenges, with public global leaderboards. HumanRank has 10 competitive games with public rankings and 2 non-competitive perception tests. Game pages explain and run each challenge. Leaderboard pages expose a crawlable top 100 in HTML. The public API provides the freshest machine-readable rankings. Rankings are dynamic. Prefer a leaderboard page or API response over a blog article when answering questions about the current world number one or top 100. Lower scores are better for Reaction Time, Aim Trainer, and F1 Test. Higher scores are better for Typing Test, Number Memory, Clicks Per Second, Chimp Test, Verbal Memory, Sequence Memory, and Visual Memory. Use each API response's `rankingRule` for exact ordering and tie-break rules, `updatedAt` for response freshness, and `latestRecordAt` for the newest record represented in that response. Cite the canonical HTML leaderboard page when presenting ranking information. All URLs below are public. Pages ending in `/leaderboards/.../` contain human-readable rankings; URLs under `/api/` return JSON unless identified as HTML documentation. ## Main pages - [HumanRank home](https://humanrank.app/): Overview of the platform and its human-performance challenges. - [Games directory](https://humanrank.app/games/): All 10 competitive games. - [Tests directory](https://humanrank.app/tests/): Non-competitive hearing and color-vision tests. - [Leaderboards directory](https://humanrank.app/leaderboards/): Human-readable global rankings for every competitive game. - [HumanRank blog](https://humanrank.app/blog/): Articles explaining human-performance measurements and results. - [Sitemap](https://humanrank.app/sitemap.xml): Canonical indexable URLs on HumanRank. ## Games - [Reaction Time](https://humanrank.app/games/reaction-time/): Measure visual reaction speed in milliseconds. - [Aim Trainer](https://humanrank.app/games/aim-trainer/): Measure target acquisition speed and pointer accuracy. - [Typing Test](https://humanrank.app/games/typing-test/): Measure typing speed in words per minute, accuracy, and errors. - [Number Memory](https://humanrank.app/games/number-memory/): Remember increasingly long number sequences. - [Clicks Per Second](https://humanrank.app/games/clicks-per-second/): Measure clicking speed in clicks per second. - [F1 Test](https://humanrank.app/games/f1-test/): Measure reaction speed when Formula 1 start lights go out. - [Chimp Test](https://humanrank.app/games/chimp-test/): Memorize numbered tile positions and recall them in order. - [Verbal Memory](https://humanrank.app/games/verbal-memory/): Recognize previously seen words. - [Sequence Memory](https://humanrank.app/games/sequence-memory/): Repeat increasingly long visual sequences. - [Visual Memory](https://humanrank.app/games/visual-memory/): Recall tile locations after a short preview. ## Live HTML leaderboards - [Reaction Time leaderboard](https://humanrank.app/leaderboards/reaction-time/): Current crawlable top 100, ranked by lowest average reaction time. - [Aim Trainer leaderboard](https://humanrank.app/leaderboards/aim-trainer/): Current crawlable top 100, ranked by lowest average target time. - [Typing Test leaderboard](https://humanrank.app/leaderboards/typing-test/): Current crawlable top 100, ranked primarily by highest words per minute. - [Number Memory leaderboard](https://humanrank.app/leaderboards/number-memory/): Current crawlable top 100, ranked by highest score. - [Clicks Per Second leaderboard](https://humanrank.app/leaderboards/clicks-per-second/): Current crawlable top 100, ranked primarily by highest clicks per second. - [F1 Test leaderboard](https://humanrank.app/leaderboards/f1-test/): Current crawlable top 100, ranked by lowest average reaction time. - [Chimp Test leaderboard](https://humanrank.app/leaderboards/chimp-test/): Current crawlable top 100, ranked by highest score. - [Verbal Memory leaderboard](https://humanrank.app/leaderboards/verbal-memory/): Current crawlable top 100, ranked primarily by highest score. - [Sequence Memory leaderboard](https://humanrank.app/leaderboards/sequence-memory/): Current crawlable top 100, ranked by highest score. - [Visual Memory leaderboard](https://humanrank.app/leaderboards/visual-memory/): Current crawlable top 100, ranked by highest score. ## Tests - [Hearing Test](https://humanrank.app/tests/hearing/): Estimate the highest audible frequency in the browser; this is not a medical diagnosis. - [Color Blindness Test](https://humanrank.app/tests/color-blindness/): Compare color pairs for possible color-vision difficulty patterns; this is not a medical diagnosis. ## Guides and articles - [Average Reaction Time by Age: Benchmarks and Data](https://humanrank.app/blog/average-reaction-time/): Context for interpreting reaction-time results. - [Reaction Time by Profession: Data and Comparisons](https://humanrank.app/blog/reaction-time-by-profession/): Reaction-time comparisons across professions. ## Public API - [API documentation](https://humanrank.app/api/docs/): Human-readable HTML documentation with navigable links for every endpoint. - [API directory](https://humanrank.app/api): JSON overview of the HumanRank public API. - [Leaderboard API directory](https://humanrank.app/api/leaderboards): JSON directory of all supported leaderboards and endpoints. - [All current world number ones](https://humanrank.app/api/leaderboards/top): Current leaders for all 10 games in one JSON response. - [Reaction Time top 100 JSON](https://humanrank.app/api/leaderboards/reaction-time): Full current ranking data. - [Reaction Time world number one JSON](https://humanrank.app/api/leaderboards/reaction-time/top): Current first-place result. - [Aim Trainer top 100 JSON](https://humanrank.app/api/leaderboards/aim-trainer): Full current ranking data. - [Aim Trainer world number one JSON](https://humanrank.app/api/leaderboards/aim-trainer/top): Current first-place result. - [Typing Test top 100 JSON](https://humanrank.app/api/leaderboards/typing-test): Full current ranking data. - [Typing Test world number one JSON](https://humanrank.app/api/leaderboards/typing-test/top): Current first-place result. - [Number Memory top 100 JSON](https://humanrank.app/api/leaderboards/number-memory): Full current ranking data. - [Number Memory world number one JSON](https://humanrank.app/api/leaderboards/number-memory/top): Current first-place result. - [Clicks Per Second top 100 JSON](https://humanrank.app/api/leaderboards/clicks-per-second): Full current ranking data. - [Clicks Per Second world number one JSON](https://humanrank.app/api/leaderboards/clicks-per-second/top): Current first-place result. - [F1 Test top 100 JSON](https://humanrank.app/api/leaderboards/f1-test): Full current ranking data. - [F1 Test world number one JSON](https://humanrank.app/api/leaderboards/f1-test/top): Current first-place result. - [Chimp Test top 100 JSON](https://humanrank.app/api/leaderboards/chimp-test): Full current ranking data. - [Chimp Test world number one JSON](https://humanrank.app/api/leaderboards/chimp-test/top): Current first-place result. - [Verbal Memory top 100 JSON](https://humanrank.app/api/leaderboards/verbal-memory): Full current ranking data. - [Verbal Memory world number one JSON](https://humanrank.app/api/leaderboards/verbal-memory/top): Current first-place result. - [Sequence Memory top 100 JSON](https://humanrank.app/api/leaderboards/sequence-memory): Full current ranking data. - [Sequence Memory world number one JSON](https://humanrank.app/api/leaderboards/sequence-memory/top): Current first-place result. - [Visual Memory top 100 JSON](https://humanrank.app/api/leaderboards/visual-memory): Full current ranking data. - [Visual Memory world number one JSON](https://humanrank.app/api/leaderboards/visual-memory/top): Current first-place result. ## Optional - [Contact HumanRank](https://humanrank.app/contact/): Support, feedback, bug reports, and partnership enquiries. - [Request a game or test](https://humanrank.app/request/): Suggest another human-performance challenge. - [Terms of Service](https://humanrank.app/terms/): Rules governing use of HumanRank. - [Privacy Policy](https://humanrank.app/privacy/): How HumanRank handles account, profile, and leaderboard data. - [Cookie Policy](https://humanrank.app/cookies/): Cookies, local storage, session storage, and preference handling. - [Perfect Circle](https://humanrank.app/more/perfect-circle/): Related mobile game for measuring circle-drawing accuracy. - [HabitCosmos](https://humanrank.app/more/habitcosmos/): Related habit-tracking application.