I was working on the Issue https://github.com/commons-app/apps-android-commons/issues/3114 to add all wikidata items that are sublasses or instances of the given wikidata item(depictions)
I was using this API https://www.wikidata.org/w/api.php?action=wbsearchentities&format=json&type=item&language=en&uselang=en&search=rabbit&limit=25 to fetch all the depicted items. Now how can I get subclasses of each of these depicted items.
Can anyone please help.
Thanks in advance!