epg/tests/__data__/expected
2022-01-19 16:29:11 +03:00
..
api Update update-guides.js 2022-01-19 02:28:46 +03:00
guides Replace new line character 2022-01-19 16:29:11 +03:00
logs Update .gitignore 2022-01-19 01:57:37 +03:00
readme.md Update readme.md 2022-01-18 22:49:56 +03:00

EPG

auto-update

EPG (Electronic Program Guide) for thousands of TV channels collected from different sources.

Usage

To load a program guide, all you need to do is copy the link to one or more of the guides from the list below and paste it into your favorite player.

CountryChannelsEPG
🇿🇦 South Africa1https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml
🇺🇸 United States372https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml
74https://iptv-org.github.io/epg/guides/us/magticom.ge.epg.xml

US States

StateChannelsEPG
Puerto Rico14https://iptv-org.github.io/epg/guides/us-pr/tvtv.us.epg.xml
7https://iptv-org.github.io/epg/guides/us-pr/gatotv.com.epg.xml
1https://iptv-org.github.io/epg/guides/us-pr/directv.com.epg.xml

Provinces of Canada

ProvinceChannelsEPG
Newfoundland and Labrador1https://iptv-org.github.io/epg/guides/ca-nl/tvtv.us.epg.xml

List of supported channels

https://iptv-org.github.io/epg/index.html

API

List of channels

https://iptv-org.github.io/epg/api/channels.json
[
  ...
  {
    "id": "CNNUSA.us",
    "name": [
      "CNN USA"
    ],
    "logo": "https://cdn.tvpassport.com/image/station/100x100/cnn.png",
    "country": "US",
    "guides": [
      "https://iptv-org.github.io/epg/guides/tvtv.us.guide.xml",
      ...
    ]
  },
  ...
]

List of programs

https://iptv-org.github.io/epg/api/programs.json
[
  ...
  {
    "channel": "CNNUSA.us",
    "site": "example.com",
    "lang": "en",
    "title": "Erin Burnett OutFront",
    "desc": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
    tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.",
    "categories": [
      "Series",
      "News"
    ],
    "image": "https://example.com/banner.jpg",
    "start": 1641772800,
    "stop": 1641776400
  },
  ...
]

Contribution

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.