Update README.md

This commit is contained in:
Aleksandr Statciuk 2022-02-03 21:35:43 +03:00
parent 28d5a0b872
commit 6868c75b76

View file

@ -2,6 +2,14 @@
## Overview ## Overview
- [Channels](#channels)
- [Guides](#guides)
- [Categories](#categories)
- [Languages](#languages)
- [Countries](#countries)
- [Subdivisions](#subdivisions)
- [Regions](#regions)
### Channels ### Channels
``` ```
@ -12,23 +20,23 @@ https://iptv-org.github.io/api/channels.json
[ [
... ...
{ {
"id": "CNN.us", "id": "KSTSDT3.us",
"name": "CNN", "name": "KSTS-DT3",
"network": "CNN", "network": "NBC",
"country": "US", "country": "US",
"subdivision": null, "subdivision": "US-CA",
"city": null, "city": "San Francisco",
"broadcast_area": [ "broadcast_area": [
"c/US" "s/US-CA"
], ],
"languages": [ "languages": [
"eng" "eng"
], ],
"categories": [ "categories": [
"news" "general"
], ],
"is_nsfw": false, "is_nsfw": false,
"logo": "https://myhealthhub.frontline.ca/myhealthhubtv/channellogos/cnn.png" "logo": "https://cdn.tvpassport.com/image/station/100x100/nbc.png"
}, },
... ...
] ]
@ -48,6 +56,32 @@ https://iptv-org.github.io/api/channels.json
| is_nsfw | Indicates whether the channel broadcasts adult content | | is_nsfw | Indicates whether the channel broadcasts adult content |
| logo | Logo URL | | logo | Logo URL |
### Guides
```
https://iptv-org.github.io/api/guides.json
```
```
[
...
{
"channel": "KSTSDT3.us",
"site": "tvtv.us",
"lang": "en",
"url": "https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml"
},
...
]
```
| Field | Description |
| ------- | --------------------------------------------------------------------------------- |
| channel | Channel ID |
| site | Program source domain name |
| lang | Language of the guide ([ISO_639-1](https://en.wikipedia.org/wiki/ISO_639-1) code) |
| url | Link to the guide |
### Categories ### Categories
``` ```
@ -70,6 +104,28 @@ https://iptv-org.github.io/api/categories.json
| id | Category ID | | id | Category ID |
| name | Name of the category | | name | Name of the category |
### Languages
```
https://iptv-org.github.io/api/languages.json
```
```
[
...
{
"name": "French",
"code": "fra"
},
...
]
```
| Field | Description |
| ----- | ------------------------------------------------------------------------- |
| name | Language name |
| code | [ISO 639-3](https://en.wikipedia.org/wiki/ISO_639-3) code of the language |
### Countries ### Countries
``` ```
@ -120,28 +176,6 @@ https://iptv-org.github.io/api/subdivisions.json
| name | Subdivision name | | name | Subdivision name |
| code | [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) code of the subdivision | | code | [ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2) code of the subdivision |
### Languages
```
https://iptv-org.github.io/api/languages.json
```
```
[
...
{
"name": "French",
"code": "fra"
},
...
]
```
| Field | Description |
| ----- | ------------------------------------------------------------------------- |
| name | Language name |
| code | [ISO 639-3](https://en.wikipedia.org/wiki/ISO_639-3) code of the language |
### Regions ### Regions
``` ```