Club
A group of players who play together, usually somewhere in particular. A club runs tournaments, and the battles its members play come back under it.
Properties
slugstring- Short name used in the club web address. Use it wherever an endpoint asks for {slug}.
namestring- Club name.
descriptionstring- The description the club wrote, as plain text.
citystring | null- Town or city.
countrystring | null- Country name.
membersnumber- How many members the club has.
websitestring | null- The club's own website, when they have one.
urlstring- Link to the club page on milarki.com.
Example
json
{
"slug": "boebbens-club",
"name": "Böbbens club",
"description": "A place to play in Kil.",
"city": "Kil",
"country": "Sweden",
"members": 3,
"website": null,
"url": "https://www.milarki.com/clubs/boebbens-club"
}