# EPG

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.
Country | Channels | EPG |
πΊπΈ United States | 372 | https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml |
74 | https://iptv-org.github.io/epg/guides/us/magticom.ge.epg.xml |
πΏπ¦ South Africa | 1 | https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml |
### US States
State | Channels | EPG |
Puerto Rico | 14 | https://iptv-org.github.io/epg/guides/us-pr/tvtv.us.epg.xml |
7 | https://iptv-org.github.io/epg/guides/us-pr/gatotv.com.epg.xml |
1 | https://iptv-org.github.io/epg/guides/us-pr/directv.com.epg.xml |
### Provinces of Canada
Province | Channels | EPG |
Newfoundland and Labrador | 1 | https://iptv-org.github.io/epg/guides/ca-nl/tvtv.us.epg.xml |
## List of supported channels
https://iptv-org.github.io/epg/index.html
## For Developers
You can also get a list of all available channels and their codes in JSON format by sending a GET request to:
```
https://iptv-org.github.io/epg/api/channels.json
```
If successful, you should get the following response:
Expand
```
[
...
{
"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",
...
]
},
...
]
```
## Contribution
If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls).