mirror of
https://github.com/iptv-org/api.git
synced 2025-05-12 10:00:07 -04:00
Update README.md
This commit is contained in:
parent
c558faba30
commit
9116188aab
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ https://iptv-org.github.io/api/channels.json
|
||||||
{
|
{
|
||||||
"id": "AnhuiTV.cn",
|
"id": "AnhuiTV.cn",
|
||||||
"name": "Anhui TV",
|
"name": "Anhui TV",
|
||||||
"native_name": "安徽卫视",
|
"alt_names": ["安徽卫视"],
|
||||||
"network": "Anhui",
|
"network": "Anhui",
|
||||||
"owners": ["China Central Television"],
|
"owners": ["China Central Television"],
|
||||||
"country": "CN",
|
"country": "CN",
|
||||||
|
@ -48,7 +48,7 @@ https://iptv-org.github.io/api/channels.json
|
||||||
| -------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| -------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| id | string | Unique channel ID |
|
| id | string | Unique channel ID |
|
||||||
| name | string | Full name of the channel |
|
| name | string | Full name of the channel |
|
||||||
| native_name | string or null | Channel name in the original language if available |
|
| alt_names | array | List of alternative channel names |
|
||||||
| network | string or null | Name of the network operating the channel |
|
| network | string or null | Name of the network operating the channel |
|
||||||
| owners | array | List of channel owners |
|
| owners | array | List of channel owners |
|
||||||
| country | string | Country code from which the broadcast is transmitted ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)) |
|
| country | string | Country code from which the broadcast is transmitted ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)) |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue