Club
Clubs
Returns a list of clubs.
get/clubs
Headers
If-Modified-Sincestring date-time
This makes the request conditional - the server will send back the requested resource, with a 200 status, only if it has been last modified after the given date. If the request has not been modified since, the response will be a 304 without any body; the Last-Modified header will contain the date of last modification.
You MUST set this header, if you can, to respect API caching.
Response
OK
Example response
{
"data": [
{
"id": 42,
"name": "Hamburger SV",
"handle": "HSV"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.