/api
Returns API overview data, base URLs and a flat list of routes.
https://botlist.click/api
All public endpoints live under /api/.... JSON is returned everywhere except this documentation page at
https://botlist.click/api/docs.
Entry points and general information about the public REST API.
/api
Returns API overview data, base URLs and a flat list of routes.
https://botlist.click/api
/api/docs
Human-readable HTML documentation for the API.
https://botlist.click/api/docs
/api/stats
Aggregated public counters such as bot totals, votes, reviews and server counts.
https://botlist.click/api/stats
Endpoints that mirror the data shown on public pages of the site.
/api/pages/index
Homepage/index data with paginated public bot cards.
https://botlist.click/api/pages/index?page=1&per_page=24
/api/pages/search
Search page data with paginated matches and recommendation cards.
https://botlist.click/api/pages/search?q=music&page=1
/api/pages/bot/{id_or_slug}
Bot detail page data including metadata and a comments preview.
https://botlist.click/api/pages/bot/1457336602618757192
Public bot resources for lists, detail pages, comments and search.
/api/bots
Paginated bot collection. Supports ranking, newest sorting and simple filters.
https://botlist.click/api/bots?sort=rank&page=1&per_page=20
/api/bots/{id_or_slug}
Full public bot resource with install, support, policy and uptime data.
https://botlist.click/api/bots/form-bot
/api/bots/{id_or_slug}/comments
Paginated public reviews/comments for a bot.
https://botlist.click/api/bots/form-bot/comments?page=1
/api/search
Search endpoint that returns ranked bot matches with scores.
https://botlist.click/api/search?q=moderation&page=1
Public monitoring read endpoints that remain available under /api.
/api/uptime/{id_or_slug}
Reads stored uptime data for a bot.
https://botlist.click/api/uptime/form-bot