Tagged Questions
7
votes
3answers
6k views
WebRequest to connect to the Wikipedia API
This may be a pathetically simple problem, but I cannot seem to format the post webrequest/response to get data from the Wikipedia API. I have posted my code below if anyone can help me see my ...
6
votes
2answers
11k views
How to use wikipedia api if it exists?
I'm trying to find out if there's a wikipedia api (I Think it is related to the mediawiki?).
If so, I would like to know how I would tell wikipedia to give me an article about the new york yankees ...
2
votes
1answer
81 views
Get total number of articles from a MediaWiki wiki programmatically
How can I get the total number of articles using the MediaWiki API?
I couldn't find it in the docs:
http://www.mediawiki.org/wiki/API:Search
...
2
votes
1answer
311 views
How do I get all the sub-categories from a Category page on Wikipedia, using the Wikipedia API? [closed]
Possible Duplicate:
How to get all article pages under a Wikipedia Category and its sub-categories
So I'm making a PHP project for fun that involves pulling out a random item from a set ...
1
vote
3answers
113 views
Wikipedia API - grab 'Background Inforamtion' Table?
Does MediaWiki provide a way to return the information present in 'Background Information' Table? (usually right of the article page) For example I would like to grab the Origin from Radiohead:
...
0
votes
1answer
438 views
Wikipedia API returns only a tiny set of data?
Hey there,
I'm trying to extract data from Wikipedia articles using its API (http://en.wikipedia.org/w/api.php) from a PHP script, but I always only seem to get a fraction of the real content.
For ...
0
votes
2answers
123 views
Truncate mediawiki
I'm working with the mediawiki API ( e.g. http://en.wikipedia.org/w/api.php) and I would like to be able to 'truncate' the mysql tables in order to reset the local installation while keeping some ...
0
votes
1answer
558 views
Recusive transformations using xslt, xpath:document() and mediawiki
I want to use the wikipedia API to find the French pages including the ''Template:Infobox Scientifique'' missing in the english version. So, my idea was to process the following document with xproc:
...