Tagged Questions

47
votes
6answers
28k views

Is there a Wikipedia API?

On my Wikipedia user page, I run a Wikipedia script that displays my statistics (number of pages edited, number of new pages, monthly activity, etc.). I'd like to put this information on my blog. ...
9
votes
5answers
1k views

Reverse wikipedia geotagging lookup

Wikipedia is geotagging a lot of its articles. (Look in the top right corner of the page.) Is there any API for querying all geotagged pages within a specified radius of a geographical position? ...
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
3answers
652 views

Fetch excerpt from Wikipedia article?

I've been up and down the Wikipedia API, but I can't figure out if there's a nice way to fetch the excerpt of an article (usually the first paragraph). It would be nice to get the HTML formatting of ...
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 ...
4
votes
4answers
1k views

Downloading Images from WikiMedia Commons

Is anyone aware of a way to programatically download images from WikiMedia Commons without registering for a Bot account? It seems like the only way to get approval for a Bot account is if it adds to ...
2
votes
1answer
102 views

NLP using Wikipedia (java programming)

Seeking for help in order to make a definitive decision. For some months, I'm looking for a Java API which helps me to access Wikipedia and get the content of articles. My project is to build a ...
2
votes
1answer
82 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
314 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 ...
2
votes
2answers
2k views

Query Wikipedia's API using AJAX (XMLHttpRequest)

I am trying to implement a simple request to Wikipedia's API using AJAX (XMLHttpRequest). If I type the url in the address bar of Firefox, I get a neat XML, no sweat there. Yet, calling the exact same ...
1
vote
3answers
65 views

Is there a clean wikipedia API just for retrieve content summary?

I need just to retrieve first paragraph of a Wikipedia page. Content must be html formated, ready to be displayed on my websites (so NO BBCODE, or WIKIPEDIA special CODE!)
1
vote
3answers
114 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: ...
1
vote
1answer
313 views

Wikipedia API - get the links to searched results

Ok, this should be a childlishy easy task but I really can't find an answer for that. I want to make a Java application that would search wikipedia (with a given search query) and return a link to the ...
1
vote
1answer
243 views

How to get wikipedia page in multi languages?

How can I get the same wikipedia page in another language. For example I want to get this page in Japanese, http://en.wikipedia.org/wiki/Cloud result is http://ja.wikipedia.org/wiki/雲 or only the ...
1
vote
1answer
274 views

Does the Wikipedia API support searches for a specific template?

Is it possible to query the Wikipedia API for articles that contain a specific template? The documentation does not describe any action that would filter search results to pages that contain a ...
1
vote
1answer
456 views

Problem in Wikipedia API

I have problem using the Wikipedia API. I use this PHP script, <?php $xmlDoc = new DOMDocument(); ...
0
votes
1answer
12 views

How to get the result of “all pages with prefix” using Wikipedia api?

I wish to use Wikipedia api to extract the result of this page: http://en.wikipedia.org/wiki/Special:PrefixIndex When searching "something" on it, for example this: ...
0
votes
1answer
23 views

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 search query. this is the URL of the request: ...
0
votes
1answer
126 views

Wikipedia articles' first sentence and Java

I have to find the definitions of >200 words. I would like to use Wikipedia in order to search the article intitled with a given word from the list and then extract the raw text of its definition (the ...
0
votes
1answer
168 views

Grab contents of a Wikipedia article

I want to get the contents of a wikipedia article using the actual API. Now, I know full well about action=render and action=raw, but I want the most barebones version possible, in plain text. No ...
0
votes
0answers
99 views

What causes slow queries in Wikipedia API?

I have been using Wikipedia API for about 2 months, It was peaceful during that time. but now, I am encountering with slow queries. :( What may cause this problem? I don't use any login or api key to ...
0
votes
2answers
162 views

API to retrieve info about famous people

I'm looking for some callable way to get information about famnous people and celebrities. Given a string, I'd like to determine if it's the name of a famous person, and if so, if they're alive and ...
0
votes
1answer
109 views

disambiguation using wikipedia

I'm trying to do some disambiguation using wikipedi's disambiguation pages. I get the list of links from the disambiguation page using the query ...
0
votes
1answer
97 views

Getting a short description of different towns programmatically, possibly from Wikipedia

Does anyone know an API or other method that I could generate a short description of various towns? For instance, I'd like to put in Bath, and get something like: Bath ( /ˈbɑːθ/ or /ˈbæθ/) is a ...
0
votes
1answer
378 views

Wikipedia search results different for api (opensearch) vs normal web interface?

For the text query "major+histocompatibility+complex+class+II+antigens" I get different results using the web and api interfaces. Is there a way to get the same results as the web interface using the ...
0
votes
1answer
258 views

Wikipedia API - is there a general 'music' category?

I have a problem with Wikipedia API. I am using openSearch to get results with links to wikipedia pages. However open search doesn't seem to support +incategory. What is more, I would like to search ...
0
votes
2answers
245 views

Wikipedia API: how to search for a term in a specific category

I'm having hard time to figure out a basic task: how to find a term restricted in a specific category.. i feel Wiki API documentation is kinda confusing... I'd just like to receive as output a JSON ...
0
votes
1answer
439 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
389 views

Wikipedia API library for PHP

I want to ask if there is wikipedia API library for PHP? especially for codeigniter framework. Wikipedia API documentation is so long and difficult to understand :(
0
votes
1answer
55 views

Is there any API for drawing wikipedia pageview data

How can I get the daily pageview of wikipedia page. for example, I want to get the history of daily page view of this page http://en.wikipedia.org/wiki/Programming Is it possible? Thank You
0
votes
1answer
286 views

Wikipedia API: list=alllinks confusion

I'm doing a research project for the summer and I've got to use get some data from Wikipedia, store it and then do some analysis on it. I'm using the Wikipedia API to gather the data and I've got that ...
0
votes
3answers
941 views

How to remove blocks surrounded by curly brackets via python

Sample text: String -> content within the rev tag (via lxml). I'm trying to remove the {{BLOCKS}} within the text. I've used the following regex to remove simple, one line blocks: p = ...
0
votes
2answers
124 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
560 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: ...