Matches Tv Channels
Matches Tv Channels
Query Parameters
- match_id integer
Default value:
eq.14311
- alpha character varying
Default value:
eq.BR
- offset string
Default value:
0
Limiting and Pagination
- limit string
Default value:
50
Limiting and Pagination
- lang string
Default value:
en
Multi-language
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- match_id integer
- country_id integer
Note: This is a Foreign Key to
countries.id
. - country_name text
- country_hash_image character varying
Possible values:
<= 64 characters
- alpha character varying
Possible values:
<= 2 characters
- tv_channels jsonb
[
{
"match_id": 14311,
"country_id": 16,
"country_name": "Brazil",
"country_hash_image": "bbaf8352442730e92c16c5ea6b0ff7cc595c24e02d8e8bfc5fea5a4e0bb0b46b",
"alpha": "BR",
"tv_channels": [
{
"id": 6,
"name": "Star+ Brazil"
}
]
}
]
Loading...