is there any (JAVA) API for polling Wikipedia for data about a specified person or anything else ? Any other such API would be useful.
Example - search for Michael Jackson
I found this link, but this does not seem to address this query.
is there any (JAVA) API for polling Wikipedia for data about a specified person or anything else ? Any other such API would be useful.
Example - search for Michael Jackson
I found this link, but this does not seem to address this query.
To query the raw page:
https://en.wikipedia.org/w/index.php?action=raw&title=Michael%20Jackson
To query the page in XML or JSON:
For more information on the API: https://www.mediawiki.org/wiki/API:Main_page