Teams By League
Teams By League
Query Parameters
- league_id integerExample: eq.53
- offset string
Default value:
0Limiting and Pagination
Example: 0 - limit string
Default value:
50Limiting and Pagination
Example: 50 - lang string
Default value:
enMulti-language
Example: en
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- league_id integer
Note: This is a Foreign Key to
leagues.id. - league_name text
- league_hash_image character varying
Possible values:
<= 64 characters - teams jsonb
[
{
"league_id": 53,
"league_name": "NZIHL",
"league_hash_image": "790ee7389513138a83ede7be5e2d39b87a6ffb3f3e6ba12b8d134fc165e1563a",
"teams": [
{
"id": 86,
"name": "Auckland Mako",
"hash_image": "cd6042263348e048ec4bd0d0e61801de55f1d2129e2d9dda3fe69cf1193c9c06"
},
{
"id": 97,
"name": "Botany Swarm",
"hash_image": "4d80741fdca183186aac397f5257eb99955da0f8cc4f58bc577b695c187267a5"
},
{
"id": 107,
"name": "Skycity Stampede",
"hash_image": "b737632a36fc3c99c490dd080b25df41dde8e26e91c3fd27556106bb2adf1285"
},
{
"id": 117,
"name": "West Auckland Admirals",
"hash_image": "86122f76b9a14935f89e0555046f6763d5e01e8afdd08c66ad3f96d516abb0b4"
},
{
"id": 135,
"name": "Canterbury Red Devils",
"hash_image": "105dfa1efa4a4e01fd39bc425e7e1e3f26a6074f0074d00e619501d34d6f1d3f"
},
{
"id": 150,
"name": "Dunedin Thunder",
"hash_image": "106438869b59a25d86e80d5d48c72a2e9c8ce3dc28786aef6111d26fda1f4d54"
}
]
}
]
Loading...