Public API Documentation
Six Again exposes a small set of read-only discovery resources for agents and search systems. These endpoints describe the public website and official app links; they do not expose live match data or private user data.
Discovery Endpoints
GET /.well-known/api-catalogreturns the RFC 9727 API catalog asapplication/linkset+json.GET /.well-known/openapi.jsonreturns the OpenAPI description for public discovery endpoints.GET /llms.txtreturns a Markdown summary for language models.
Authentication
The public discovery endpoints do not require authentication.
Status
GET /.well-known/health returns static health metadata for the discovery files.