Matches Tv Channels
Matches Tv Channels
Query Parameters
- match_id integerExample: eq.2055
- alpha character varyingExample: eq.US
- 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
- 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": 2055,
"country_id": 46,
"country_name": "USA",
"country_hash_image": "9b202ecbc6d45c6d8901d989a918878397a3eb9d00e8f48022fc051b19d21a1d",
"alpha": "US",
"tv_channels": [
{
"id": 141,
"name": "FanDuel Sports Network Georgia"
}
]
}
]
Loading...