Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-03-01 12:55:40 +03:00
parent 067fc2525d
commit 03a7bd7bf3

View file

@ -22,18 +22,19 @@ https://iptv-org.github.io/api/channels.json
[ [
//... //...
{ {
"id": "KSTSDT3.us", "id": "AnhuiTV.cn",
"name": "KSTS-DT3", "name": "Anhui TV",
"network": "NBC", "native_name": "安徽卫视",
"country": "US", "network": "Anhui",
"subdivision": "US-CA", "country": "CN",
"city": "San Francisco", "subdivision": "CN-AH",
"broadcast_area": ["s/US-CA"], "city": "Hefei",
"languages": ["eng"], "broadcast_area": ["s/CN-AH"],
"languages": ["zho"],
"categories": ["general"], "categories": ["general"],
"is_nsfw": false, "is_nsfw": false,
"website": "http://nbc.com/", "website": "http://www.ahtv.cn/",
"logo": "https://cdn.tvpassport.com/image/station/100x100/nbc.png" "logo": "https://example.com/logo.png"
} }
//... //...
] ]
@ -43,6 +44,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 |
| network | string or null | Name of the network operating the channel | | network | string or null | Name of the network operating the channel |
| 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)) |
| subdivision | string or null | Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)) | | subdivision | string or null | Code of the subdivision (e.g., provinces or states) from which the broadcast is transmitted ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)) |