Docs

Developer docs

Everything you need to embed, integrate, or build on top of ApeLeague. All endpoints are read-only and rate-limited per IP.

Tokens API

Read-only JSON endpoint for the indexed Solana token directory. CORS open. 60 req/min/IP.

GET https://ape.talkabout.today/api/tokens.json?limit=50&offset=0
GET https://ape.talkabout.today/api/tokens.json?q=BONK

Round API

Current round state, leaderboard, prize pool. Updated continuously. 120 req/min/IP.

GET https://ape.talkabout.today/api/round.json

Rounds archive API

Recent rounds with prize pool data. 60 req/min/IP.

GET https://ape.talkabout.today/api/rounds.json?limit=30

Leaderboard API

All-time top players ranked by XP. 60 req/min/IP.

GET https://ape.talkabout.today/api/leaderboard.json?limit=50

House Apes API

Full roster of disclosed NPC personas with strategy archetype + bio.

GET https://ape.talkabout.today/api/houseapes.json

Sitemap

Index plus three chunked sitemaps (tokens, rounds, players). 50K URLs per chunk.

GET https://ape.talkabout.today/sitemap.xml
GET https://ape.talkabout.today/sitemap-tokens.xml
GET https://ape.talkabout.today/sitemap-rounds.xml
GET https://ape.talkabout.today/sitemap-players.xml

RSS feed

Recent rounds with prize pool data. Auto-discoverable from page <head>.

GET https://ape.talkabout.today/feed.xml

llms.txt

Machine-friendly summary for AI crawlers (Anthropic, OpenAI, Perplexity).

GET https://ape.talkabout.today/llms.txt

Telegram inline mode

Type @ApeLeagueBot <ticker> in any Telegram chat to get an inline price card.

@ApeLeagueBot $BONK
@ApeLeagueBot WIF

Vanity URLs

Shortcut routes for sharing.

https://ape.talkabout.today/s/BONK      → resolves ticker to canonical /t/<address>
https://ape.talkabout.today/r/<roundId>  → public round page (auto-OG card)
https://ape.talkabout.today/t/<address>  → token page (live DexScreener + pick stats)
https://ape.talkabout.today/p/<handle>   → public player profile
https://ape.talkabout.today/compare/X-vs-Y → head-to-head

Etiquette