{
  "name": "HumanRank Public API",
  "purpose": "Help people, AI assistants, and developers retrieve current HumanRank leaderboards.",
  "documentation": "https://humanrank.app/api/docs/",
  "jsonDirectory": "https://humanrank.app/api",
  "llmsTxt": "https://humanrank.app/llms.txt",
  "endpoints": {
    "GET /api": "This machine-readable API directory.",
    "GET /api/docs": "Human-readable HTML documentation with crawlable links.",
    "GET /api/leaderboards": "List every available leaderboard.",
    "GET /api/leaderboards/top": "Return the current world number one for every game.",
    "GET /api/leaderboards/{slug}": "Return the current global top 100 for one game.",
    "GET /api/leaderboards/{slug}/top": "Return the current world number one for one game."
  },
  "leaderboards": [
    {
      "id": "reaction-test",
      "name": "Reaction Time",
      "leaderboardUrl": "https://humanrank.app/leaderboards/reaction-time/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/reaction-time/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/reaction-time"
    },
    {
      "id": "aim-trainer",
      "name": "Aim Trainer",
      "leaderboardUrl": "https://humanrank.app/leaderboards/aim-trainer/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/aim-trainer/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/aim-trainer"
    },
    {
      "id": "typing-test",
      "name": "Typing Test",
      "leaderboardUrl": "https://humanrank.app/leaderboards/typing-test/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/typing-test/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/typing-test"
    },
    {
      "id": "number-memory",
      "name": "Number Memory",
      "leaderboardUrl": "https://humanrank.app/leaderboards/number-memory/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/number-memory/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/number-memory"
    },
    {
      "id": "clicks-per-second",
      "name": "Clicks Per Second",
      "leaderboardUrl": "https://humanrank.app/leaderboards/clicks-per-second/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/clicks-per-second/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/clicks-per-second"
    },
    {
      "id": "f1-test",
      "name": "F1 Test",
      "leaderboardUrl": "https://humanrank.app/leaderboards/f1-test/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/f1-test/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/f1-test"
    },
    {
      "id": "chimp-test",
      "name": "Chimp Test",
      "leaderboardUrl": "https://humanrank.app/leaderboards/chimp-test/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/chimp-test/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/chimp-test"
    },
    {
      "id": "verbal-memory",
      "name": "Verbal Memory",
      "leaderboardUrl": "https://humanrank.app/leaderboards/verbal-memory/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/verbal-memory/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/verbal-memory"
    },
    {
      "id": "sequence-memory",
      "name": "Sequence Memory",
      "leaderboardUrl": "https://humanrank.app/leaderboards/sequence-memory/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/sequence-memory/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/sequence-memory"
    },
    {
      "id": "visual-memory",
      "name": "Visual Memory",
      "leaderboardUrl": "https://humanrank.app/leaderboards/visual-memory/",
      "topEndpoint": "https://humanrank.app/api/leaderboards/visual-memory/top",
      "top100Endpoint": "https://humanrank.app/api/leaderboards/visual-memory"
    }
  ]
}
