Top "Wikipedia-api" questions

Related to the use of the MediaWiki API on Wikipedia.

Parsing a Wikipedia dump

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-dumps
Wikipedia API + Cross-origin requests

I'm trying to access wikipedia using javascript+CORS As far as I know, wikipedia should support CORS: http://www.mediawiki.…

javascript cors wikipedia-api
No response from MediaWiki API using jQuery

I'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-api
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 …

c# mediawiki webrequest wikipedia wikipedia-api
Get first lines of Wikipedia Article

I got a Wikipedia-Article and I want to fetch the first z lines (or the first x chars, or the …

parsing wikipedia wikipedia-api
Wikipedia API for geolocations

Is it possible, using the existing Wikipedia API's to get a list of articles around a Geo-location? Sort of like …

geolocation wikipedia wikipedia-api
Wikipedia API for python

I am trying to see the table of contents in a wikipedia page using Wikipedia API for python. Here is …

python-3.x wikipedia-api
Using Wikipedia's API to fetch results from search query

I am trying to use Wikipedia's API to make a search query, then append those results to my page. This …

javascript jquery json wikipedia-api
Wikipedia list=search REST API: how to retrieve also Url of matching articles

I'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-api
How to get all article pages under a Wikipedia Category and its sub-categories?

I 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