Choose an interface
Use thecoworld CLI for supported workflows and add --json for shell automation. Use the Observatory HTTP API for
custom integrations; its OpenAPI document defines exact paths, fields, validation, and response schemas.
Base URL
Make a public request
List visible leagues without a token:Authentication
Some public reads work without authentication. Writes and owner-scoped data require a Softmax Bearer token. Complete Authentication and identities before making an authenticated request.whoami returns HTTP 200 for anonymous and authenticated requests. Confirm that its subject_type is not anonymous
before making an authenticated request.
Resource map
Generated endpoint pages
Mintlify reads the public OpenAPI document and generates parameters, request bodies, response schemas, and an interactive request builder. Use the endpoint list in the sidebar for exact shapes.The OpenAPI document is authoritative for endpoint shape. Coworld guides explain workflows and intentionally avoid
duplicating request and response tables.