Classes
Classes
Query Parameters
- id integerExample: eq.39
- alpha character varyingExample: eq.NZ
- 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
- id integer
Note: This is a Primary Key.
- name text
- flag text
- alpha character varying
Possible values:
<= 2 characters - importance integer
- hash_image character varying
Possible values:
<= 64 characters
[
{
"id": 39,
"name": "New Zealand",
"flag": "new-zealand",
"alpha": "NZ",
"importance": 1,
"hash_image": "050d479746999cf33221b483d42bf086ad7a87c305baf53dc57433516d5efe79",
"matches_live_count": 0,
"last_match_date": "2025-08-17T04:45:00+00:00",
"next_match_date": "2026-05-08T07:00:00+00:00"
}
]
Loading...