Category
Represents the category details of a team or competition.
Last updated
Was this helpful?
Represents the category details of a team or competition.
id integer
Id of the category
name string
Category name
Men
Women
Youth
Example:
{
"id": 2,
"name": "Women"
}Last updated
Was this helpful?
Was this helpful?