How to get Infobox from a Wikipedia article by Mediawiki API?
问题 Wikipedia articles may have Infobox templates. By the following call I can get the first section of an article which includes Infobox. http://en.wikipedia.org/w/api.php?action=parse&pageid=568801§ion=0&prop=wikitext What I want is a query which will return only Infobox data. Is this possible? 回答1: You can do it with a url call to the Wikipedia API like this: http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=content&format=xmlfm&titles=Scary%20Monsters%20and%20Nice