You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
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 :)The text was updated successfully, but these errors were encountered: