More and more people want to use the API (yay) but not all the data grew well with the api. This sort of data is not easy to collect:
character_name
sexuality
gender
roles (recurring, guest)
status (dead, alive)
date_death
tv_show
show_genre
air_dates
It's pretty easy to add in all except the last three as we save the TV show identifier by its post ID. But in theory it should be doable to have https://lezwatchtv.com/wp-json/lwtv/v1/stats/characters/ and output something like this:
More and more people want to use the API (yay) but not all the data grew well with the api. This sort of data is not easy to collect:
It's pretty easy to add in all except the last three as we save the TV show identifier by its post ID. But in theory it should be doable to have
https://lezwatchtv.com/wp-json/lwtv/v1/stats/characters/
and output something like this:The sticking point will be
'genres', 'airdates'
since that would need a call back to the show. If that can be cached then yes :)