Skip to content

XMLTV Guide Data

nickkelsey edited this page Sep 28, 2025 · 2 revisions

Introduction:

14 day XMLTV guide data is available for HDHomeRun DVR customers to use with third party apps.

API URL:

GET https://api.hdhomerun.com/api/xmltv

API Parameters:

Parameter Type Description
DeviceAuth string Concatenation of the DeviceAuth strings from all HDHomeRun tuners

Additional requirements:

  • The HDHomeRun device(s) must be associated with a HDHomeRun DVR account to access XMLTV guide data.
  • The HTTP client must accept gzip encoding.

Example:

curl --compressed https://api.hdhomerun.com/api/xmltv?DeviceAuth=xxx > guide.xml

History:

20250928:

  • Initial documentation.

Copyright © 2016-2025 Silicondust USA Inc. <www.silicondust.com>.

Clone this wiki locally