What’s On

Generates data based on what is currently on TV

Endpoints

  • /lwtv/v1/whats-on/
  • /lwtv/v1/whats-on/[today|tomorrow|week|month|year]
  • /lwtv/v1/whats-on/show/[showname]

Example Requests

Overview

GET https://lezwatchtv.com/wp-json/lwtv/v1/whats-on/

Example Output
[
	{
		"show":"9-1-1",
		"title":"Pinned (3x13)",
		"airdate":"March 30, 2020",
		"airtime":"8:00 PM",
		"nextep":"\"Pinned\" (3x13) on Monday March 30, 
                 2020 at 8:00 PM US\/Eastern.",
		"count":1
	},
	{
		"show":"Manifest",
		"title":"Call Sign (2x12)",
		"airdate":"March 30, 2020",
		"airtime":"10:00 PM",
		"nextep":"\"Call Sign\" (2x12) on Monday March 
                 30, 2020 at 10:00 PM US\/Eastern.",
		"count":1
	}
]

The Week

GET https://lezwatchtv.com/wp-json/lwtv/v1/whats-on/week

Example Output
[
	{
		"show":"God Friended Me",
		"title":"Almost Famous (2x18)",
		"airdate":"March 29, 2020",
		"airtime":"8:00 PM",
		"nextep":"\"Almost Famous\" (2x18) on Sunday March 
                 29, 2020 at 8:00 PM US\/Eastern.",
		"count":1
	},
	[...]
	{
		"show":"9-1-1",
		"title":"Pinned (3x13)",
		"airdate":"March 30, 2020",
		"airtime":"8:00 PM",
		"nextep":"\"Pinned\" (3x13) on Monday March 30, 
                 2020 at 8:00 PM US\/Eastern.",
		"count":1
	},
	[...]
	{
		"show":"Workin' Moms",
		"title":"Bad Reputation (4x07)",
		"airdate":"March 31, 2020",
		"airtime":"8:30 PM",
		"nextep":"\"Bad Reputation\" (4x07) on Tuesday 
                 March 31, 2020 at 8:30 PM US\/Eastern.",
		"count":1
	},
	[...]
	{
		"show":"Motherland: Fort Salem",
		"title":"A Biddy's Life (1x03)",
		"airdate":"April 01, 2020",
		"airtime":"9:00 PM",
		"nextep":"\"A Biddy's Life\" (1x03) on Wednesday 
                 April 01, 2020 at 9:00 PM US\/Eastern.",
		"count":1
	},
	[...]
	{
		"show":"Vagrant Queen",
		"title":"Yippee Ki Yay (1x02)",
		"airdate":"April 03, 2020",
		"airtime":"10:00 PM",
		"nextep":"\"Yippee Ki Yay\" (1x02) on Friday April 
                 03, 2020 at 10:00 PM US\/Eastern.",
		"count":1
	}
]

A Specific Show

GET https://lezwatchtv.com/wp-json/lwtv/v1/whats-on/show/charmed

Example Output
{  
   "pretty":"There are 2 upcoming airings of \"Charmed\" in the 
    next 30 days. The first will air on April 03, 2020 at 8:00 
    PM US\/Eastern.",
   "nextep":"\"The Enemy of My Frenemy\" (2x16) on Friday April 
    03, 2020 at 8:00 PM US\/Eastern."
}

Used By