The v1 API is the current recommended version of the Top.gg REST API. It provides endpoints for managing your project, retrieving vote data, and integrating webhooks. All new integrations should target v1.Documentation Index
Fetch the complete documentation index at: https://docs.top.gg/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All v1 API requests are made to the following base URL:Authentication
Authenticate every request by passing your Top.gg token as a Bearer token in theAuthorization header. You can find your token in your project’s Integrations & API settings on Top.gg.
Error handling
Error responses from the v1 API follow RFC 7807 and use theapplication/problem+json content type. Every error response includes the following fields:
status field to determine how to handle errors programmatically, and the detail field to surface a meaningful message when debugging.