From a72053440fa9753a7ab0fb987bc266b8b9e8cf18 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 17 Nov 2023 05:19:20 +0300 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 ```