Challonge API v2.1 is RESTful and follows the JSON:API specifications for request bodies and responses. All response codes, authentication, and verbs use standard HTTP.Base URL#
Registration#
To register your application and get keys, head to our Developer Portal at https://connect.challonge.com. You can then follow "Try it" buttons throughout the documentation to get responses to live API requests. Please note that effective March 2026, our API requires a paid plan should you need more than 5,000 requests per month. You can upgrade your app from the Developer Portal.The following request headers should be present for all of your API requests:Content-Type: application/vnd.api+json
Authorization: Bearer the-long-oauth-token-goes-here
Or, if using an old API v1 key instead of OAuth:Authorization: api-v1-key-goes-here
Modified at 2025-11-05 21:14:39