For the complete documentation index, see llms.txt. This page is also available as Markdown.

Category

Represents the category details of a team or competition.

Properties

id integer

Id of the category

name string

Category name

  1. Men

  2. Mixed

  3. Unknown

  4. Women

"category": {
                "id": 34,
                "name": "Unknown"
            }

Last updated

Was this helpful?