2022-01-14 23:57:03 +03:00
# 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.
<!-- prettier-ignore -->
<table>
<thead>
2022-01-30 20:24:14 +03:00
<tr><th align="left">Country</th><th align="left">Channels</th><th align="left">EPG</th><th align="left">Status</th></tr>
2022-01-14 23:57:03 +03:00
</thead>
<tbody>
2022-01-30 20:24:14 +03:00
<tr><td align="left" valign="top" nowrap>🇿🇦 South Africa</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/za/dstv.com.epg.xml</code></td><td align="center" nowrap>🟢</td></tr>
<tr><td align="left" valign="top" nowrap rowspan="2">🇺🇸 United States</td><td align="right">372</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/us/tvtv.us.epg.xml</code></td><td align="center" nowrap>🟢</td></tr>
<tr><td align="right">74</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/us/magticom.ge.epg.xml</code></td><td align="center" nowrap>🟢</td></tr>
2022-01-14 23:57:03 +03:00
</tbody>
</table>
### US States
<!-- prettier-ignore -->
<table>
<thead>
2022-01-30 20:24:14 +03:00
<tr><th align="left">State</th><th align="left">Channels</th><th align="left">EPG</th><th align="left">Status</th></tr>
2022-01-14 23:57:03 +03:00
</thead>
<tbody>
2022-01-30 20:24:14 +03:00
<tr><td align="left" valign="top" nowrap rowspan="3">Puerto Rico</td><td align="right">14</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/us-pr/tvtv.us.epg.xml</code></td><td align="center" nowrap>🟢</td></tr>
<tr><td align="right">7</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/us-pr/gatotv.com.epg.xml</code></td><td align="center" nowrap>🔴</td></tr>
<tr><td align="right">0</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/us-pr/directv.com.epg.xml</code></td><td align="center" nowrap>🟢</td></tr>
2022-01-14 23:57:03 +03:00
</tbody>
</table>
### Provinces of Canada
<!-- prettier-ignore -->
<table>
<thead>
2022-01-30 20:24:14 +03:00
<tr><th align="left">Province</th><th align="left">Channels</th><th align="left">EPG</th><th align="left">Status</th></tr>
2022-01-14 23:57:03 +03:00
</thead>
<tbody>
2022-01-30 20:24:14 +03:00
<tr><td align="left" valign="top" nowrap>Newfoundland and Labrador</td><td align="right">1</td><td align="left" nowrap><code>https://iptv-org.github.io/epg/guides/ca-nl/tvtv.us.epg.xml</code></td><td align="center" nowrap>🟢</td></tr>
2022-01-14 23:57:03 +03:00
</tbody>
</table>
2022-01-18 22:49:56 +03:00
## API
2022-01-14 23:57:03 +03:00
2022-01-29 23:27:14 +03:00
The API documentation can be found in the [iptv-org/api ](https://github.com/iptv-org/api ) repository.
2022-01-14 23:57:03 +03:00
## 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 ).