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