Frequently Asked Questions about our XMLTV feed
Summary
- Perc Data provides a native XMLTV data feed for US and Canada only.
- The URL examlples below request 1 day of data. You can request up to 13, but I recommend 7 as data after that changes quite a bit.
- Both HTTP and HTTPS are supported
- Replace username and passowrd with your info, of course!
XMLTV Feed: Full URL
https://username:password@dd.percdata.com/percdata/tvlistings/xmltv?days=1
XMLTV Feed: CURL command
curl --basic -u username:password -o tv.xml "https://dd.percdata.com/percdata/tvlistings/xmltv?days=1"