Classes
This endpoint allows you to retrieve the classes.
You can use the alpha
parameter to get a specific class as a country.
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 several times per day.
Recommended Calls: Limit calls to 1 per day.
You can get the image of the category by calling the following url: https://images.sportdevs.com/{hash_image}.png
Use Cases
Get classeshttps://waterpolo.sportdevs.com/classes
Get class based on the idhttps://waterpolo.sportdevs.com/classes?id=eq.{id}
Get classes based on the alphahttps://waterpolo.sportdevs.com/classes?alpha=eq.{alpha}
Query Parameters
- id integer
Default value:
eq.458
The id of the class
- alpha character varying
Default value:
eq.HU
The alpha name of the country
- 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
- id integer
The id of the class
Note: This is a Primary Key.
- name text
The name of the class
- flag text
The flag of the class
- alpha character varying
Possible values:
<= 2 characters
The alpha name of the country
- importance integer
The importance of the class specified with a number
- hash_image character varying
Possible values:
<= 64 characters
The name of the image
[
{
"id": 458,
"name": "Hungary",
"flag": "hungary",
"alpha": "HU",
"importance": 1,
"hash_image": "f2f628d4061cef363af0cda175cb4593258edc854bbd01d9198ff165ceebb914"
}
]