I am trying to make some values using wikipedi value pages. I get a list of links from a page with ambiguous values using a query
http://en.wikipedia.org/w/api.php?action=query&prop=links&format=json&titles=stack%20overflow_(disambiguation)
I get the links in order, but what is the fastest way to get the text that appears next to each link? Api does not make it available. Other parts of my code do an inevitably time-consuming job, wondering if anyone can suggest a quick hack ...
source
share