I want to fetch and save Wikipedia descriptions of all instances from /sports/sport to my database.
It requires 2 API calls - one to fetch mid and another to fetch wiki description. Is it possible to combine the 2 queries to a single query?
Thanks in advance.