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
- [Channels](#channels)
- [Guides](#guides)
- [Categories](#categories)
- [Languages](#languages)
- [Countries](#countries)
- [Subdivisions](#subdivisions)
- [Regions](#regions)
### Channels
```
@ -12,23 +20,23 @@ https://iptv-org.github.io/api/channels.json
[
...
{
"id": "CNN.us",
"name": "CNN",
"network": "CNN",
"id": "KSTSDT3.us",
"name": "KSTS-DT3",
"network": "NBC",
"country": "US",
"subdivision": null,
"city": null,
"subdivision": "US-CA",
"city": "San Francisco",
"broadcast_area": [
"c/US"
"s/US-CA"
],
"languages": [
"eng"
],
"categories": [
"news"
"general"
],
"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 |
| 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
```
@ -70,6 +104,28 @@ https://iptv-org.github.io/api/categories.json
| id | Category ID |
| 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
```
@ -120,28 +176,6 @@ https://iptv-org.github.io/api/subdivisions.json
| name | Subdivision name |
| 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
```