mirror of
https://github.com/iptv-org/api.git
synced 2025-05-12 01:50:06 -04:00
Update README.md
This commit is contained in:
parent
326f7b8327
commit
a72053440f
1 changed files with 31 additions and 0 deletions
31
README.md
31
README.md
|
@ -4,6 +4,7 @@
|
|||
|
||||
- [Channels](#channels)
|
||||
- [Streams](#streams)
|
||||
- [Guides](#guides)
|
||||
- [Categories](#categories)
|
||||
- [Languages](#languages)
|
||||
- [Countries](#countries)
|
||||
|
@ -95,6 +96,36 @@ https://iptv-org.github.io/api/streams.json
|
|||
|
||||
Source of data: https://github.com/iptv-org/iptv
|
||||
|
||||
### Guides
|
||||
|
||||
```
|
||||
https://iptv-org.github.io/api/guides.json
|
||||
```
|
||||
|
||||
```jsonc
|
||||
[
|
||||
//...
|
||||
{
|
||||
"channel": "BBCNews.uk",
|
||||
"site": "bt.com",
|
||||
"site_id": "hsx4",
|
||||
"site_name": "BBC News",
|
||||
"lang": "en"
|
||||
}
|
||||
//...
|
||||
]
|
||||
```
|
||||
|
||||
| Field | Type | Description |
|
||||
| --------- | ------ | --------------------------------------------------------------------------------- |
|
||||
| channel | string | Channel ID |
|
||||
| site | string | Site domain name |
|
||||
| site_id | string | Unique channel ID used on the site |
|
||||
| site_name | string | Channel name used on the site |
|
||||
| lang | string | Language of the guide ([ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) code) |
|
||||
|
||||
Source of data: https://github.com/iptv-org/epg
|
||||
|
||||
### Categories
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue