Teams By Season
This endpoint allows you to retrieve the teams from a specific season.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
lang
attribute. Example:lang=en
.
Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.
Update Period: The endpoint is updated every day.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get teams from a specific season_idhttps://waterpolo.sportdevs.com/teams-by-season?season_id=eq.{season_id}
Query Parameters
- season_id integer
Default value:
eq.12628
The id of the season
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- season_id integer
The id of the season
Note: This is a Primary Key.
- season_name text
The name of the season
- teams jsonb
The teams
[
{
"season_id": 12628,
"season_name": "Serie A1 23/24",
"teams": [
{
"team_id": 2244,
"team_name": "Pro Recco",
"team_hash_image": "5a7143f99aca43047b66e4a573ebd839906338cab74afa8834c6967aec98edd8"
},
{
"team_id": 2341,
"team_name": "AN Brescia",
"team_hash_image": "298051c7f8dc3a6ff47010e25a15d02d465391d87a64abbc5a0f36ecb32dc43d"
},
{
"team_id": 6503,
"team_name": "Nuoto Catania",
"team_hash_image": "9a356b1e7de35ad3d3e426f58eb48161f834402e0f8c2f54d21a14a5a73c3a44"
},
{
"team_id": 6520,
"team_name": "San Donato Metanopoli Sport",
"team_hash_image": "f2d82c5cc267014198e64a720f1cb76f45f118d60b089211b4c72d9730a3e2d1"
},
{
"team_id": 6541,
"team_name": "TeLiMar Palermo",
"team_hash_image": "293a7566d19b6997eb5149791a2457d3e7bee482bded1e2f4d25a99cacd3fd95"
},
{
"team_id": 6552,
"team_name": "Rari Nantes Salerno",
"team_hash_image": "254f69569e3b34cfd4270d0b27e26bb45388c08818ca8e4332e260cd33aff09a"
},
{
"team_id": 6582,
"team_name": "SC Quinto",
"team_hash_image": "16bf304a820568b90dd60fc390c07eb260288a76a5cf25fb4d241af0485113bd"
},
{
"team_id": 6596,
"team_name": "Roma Nuoto",
"team_hash_image": "c4e8679c5c79cf2b32c83aeda4c974c443c5215af040938f3f2ffd68110f95ef"
},
{
"team_id": 50821,
"team_name": "Pallanuoto Trieste",
"team_hash_image": "08a697d018316e4d9509b4952277fd33691f23f3d138a03c7dc85d857bc7c476"
},
{
"team_id": 50861,
"team_name": "CC Ortigia",
"team_hash_image": "b6cec8cbe671af8081f8362298d3bfb35f0d38c2acab72cbd44986917002dbf1"
},
{
"team_id": 50880,
"team_name": "RN Savona",
"team_hash_image": "a3c83209b956f3dc9c13cffe6d08296ddfdeaa54de9cae4ff041f78c29a8f41c"
},
{
"team_id": 50926,
"team_name": "CN Posillipo",
"team_hash_image": "2d5095a9ba6ca42741182428b33c7dffada933ac8f69c6b4a22655136d0f7708"
},
{
"team_id": 50993,
"team_name": "De Akker Bologna",
"team_hash_image": "c4dca0869fed2c2b590006f9d70746c3e29e1b37d5061b7a9e44647a94fa2b76"
},
{
"team_id": 51229,
"team_name": "Roma Vis Nova",
"team_hash_image": "d19faea122c17e8f93a321fe01b1dbdf905518e5429a86a9d28436939b29f7c3"
},
{
"team_id": 51255,
"team_name": "RN Camogli",
"team_hash_image": "395394d98d2a6c4634701076f31ee6a0b82dff6064741aebf7fe354503d09f34"
},
{
"team_id": 51489,
"team_name": "BPM Sport Management",
"team_hash_image": "8ca41ed363e9a73dc3212772b52169a7135c160809e7e8611b5a54529b29e21a"
},
{
"team_id": 51541,
"team_name": "Sportiva Nervi",
"team_hash_image": "56a5f4a335a8e3bed0fba370eed031258ae587a3aba0f916130529460513436d"
},
{
"team_id": 51563,
"team_name": "Snc Civitavecchia",
"team_hash_image": "714bb71764b7a2ec1a90906974453f1953d3958aa4a2211511f7fe2fc2edff90"
},
{
"team_id": 51565,
"team_name": "SC Promogest",
"team_hash_image": "b23c598db48651269d7687d1c631641336d35453a1e0f4f8c6a897af0f2c4239"
},
{
"team_id": 295470,
"team_name": "AN Brescia",
"team_hash_image": "e75ab720253e270ff295d30bf591fed6004d17ac4775fc308516069f029e10c1"
}
]
}
]