Outputs most recent death: Post ID, character name, URL, timestamp
Endpoint
/lwtv/v1/last-death/
Example Request
GET https://lezwatchtv.com/wp-json/lwtv/v1/last-death/
Example Output
{
"id":42312,
"slug":"nikki-holler",
"name":"Nikki Holler",
"url":"https:\/\/lezwatchtv.com\/character\/nikki-holler\/",
"shows":[
"42250"
],
"died":1555358400,
"date":[
"2019-04-15"
],
"since":2088258
}