I'm trying to fetch people who are still alive from Wikipedia API but I haven't figured out how to do it.
I found this question which is the same as mine and as far as I understood the only way is to search for people who only have the birth_date parameter, how do I actually do that?
For instance, if I wanted to search for "Ronaldo", I should get a list of all people called Ronaldo who are still alive. The only data I care about are date of birth, name and surname, and eventually date of death if they die.
The only thing I came up with is this:
https://en.wikipedia.org/w/api.php?action=opensearch&search=%22Ronaldo%22&format=json
But it doesn't do the job that I'd like it to do because it only gets the biography and link.