Tv Channels
This endpoint allows you to retrieve the tv channels.
Multi-language: This feature allows the user to manually change the language of the API response by adding value to the
langattribute. 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 a week.
Recommended Calls: Limit calls to 1 per day.
Use Cases
Get tv channelshttps://tennis.sportmicro.com/tv-channels
Get tv channels based on the namehttps://tennis.sportmicro.com/tv-channels?name=like.*Sportklub*
Get tv channels based on the idhttps://tennis.sportmicro.com/tv-channels?id=eq.{id}
Query Parameters
- id integer
The id of the tv channel
Example: eq.1 - 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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
The id of the tv channel
Note: This is a Primary Key.
- name text
The name of the tv channel
[
{
"id": 1,
"name": "5Sport"
}
]