diff --git a/README.md b/README.md index dbb2996..fa6ff7c 100644 --- a/README.md +++ b/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 ```