Related to the use of the MediaWiki API on Wikipedia.
For example using this Wikipedia dump: http://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=…
python mediawiki wikipedia-api mediawiki-api wikimedia-dumpsI'm trying to access wikipedia using javascript+CORS As far as I know, wikipedia should support CORS: http://www.mediawiki.…
javascript cors wikipedia-apiI've tried to get some content from Wikipedia as JSON: $.getJSON("http://en.wikipedia.org/w/api.php?action=query&…
jquery json cross-domain response wikipedia-apiThis may be a pathetically simple problem, but I cannot seem to format the post webrequest/response to get data …
c# mediawiki webrequest wikipedia wikipedia-apiI got a Wikipedia-Article and I want to fetch the first z lines (or the first x chars, or the …
parsing wikipedia wikipedia-apiIs it possible, using the existing Wikipedia API's to get a list of articles around a Geo-location? Sort of like …
geolocation wikipedia wikipedia-apiI am trying to see the table of contents in a wikipedia page using Wikipedia API for python. Here is …
python-3.x wikipedia-apiI am trying to use Wikipedia's API to make a search query, then append those results to my page. This …
javascript jquery json wikipedia-apiI'm studying Wikipedia REST API but I'm not able to find the right option to get also URLs for a …
api url wikipedia wikipedia-api mediawiki-apiI want to get all the articles names under a category and its sub-categories. Options I'm aware of: Using the …
sql web-services nlp wikipedia wikipedia-api