Outputs very basic data on shows, actors, and characters.
Endpoint
/lwtv/v1/export/{actor|character|show}/{name|id}/
/lwtv/v1/export/list/{actors|characters|shows}/
Example Request – Actor
GET https://lezwatchtv.com/wp-json/lwtv/v1/export/actor/lucy-lawless/
Example Output
{ "uid":15903, "id":"lucy-lawless", "name":"Lucy Lawless", "description":"Heterosexual Cisgender Woman actor b. March 29, 1968. https:\/\/en.wikipedia.org\/wiki\/Lucy_Lawless" }
Example Request – Character
GET https://lezwatchtv.com/wp-json/lwtv/v1/export/character/sara-lance/
Example Output
{ "uid":458, "id":"sara-lance", "name":"Sara Lance", "description":"A Bisexual Cisgender Female character on \"Legends of Tomorrow\", \"Arrow\", \"The Flash\", and \"Supergirl\". Played by Caity Lotz, and Jacqueline MacInnes Wood." }
Example Request – Show
GET https://lezwatchtv.com/wp-json/lwtv/v1/export/show/the-l-word/
Example Output
{ "uid":211, "id":"the-l-word", "name":"The L Word", "description":"TV Show airing in USA from 2004-2009." }
Example Request – List
GET https://lezwatchtv.com/wp-json/lwtv/v1/export/list/shows/
Example Output
{ "hack-sign","hashtag-the-series","099-central", "100-centre-street","100-dias-para-enamorarse", "13-reasons-why", ... }