Summary
Get listings in XMLTV Format, for a given lineup. Each successful request counts towards your download limit for the day, so use them wisely!
Parameters
/xmltv/get/{API Key}/{LineupID}/{Days}/{Offset}
Return
XMLTV Format
Examples
2 days of listings, starting today:
https://www.xmltvlistings.com/xmltv/get/{APIKEY}/{LINEUPID}/2
OR
https://www.xmltvlistings.com/xmltv/get/{APIKEY}/{LINEUPID}/2/0
1 days of listings, starting tomorrow:
https://www.xmltvlistings.com/xmltv/get/{APIKEY}/{LINEUPID}/1/1
Summary
Get the names and ID’s of your personal lineups. See Adding and Customizing Lineups for more information on lineups.
Parameters
/xmltv/get_lineups/{API Key}
Return
<lineups>
<lineup id="{LINEUPID}">{LINEUP NAME}</lineup>
</lineups>
Summary
Get channels only (no listings) for a given lineup
Parameters
/xmltv/get_channels/{API Key}/{LineupID}
Return
XMLTV Format, with channel elements only