Documentation for the API is available at mediawiki.org; a summary of all available parameters and short help is available by accessing the API endpoint on the wiki, e.g. here for the English Wikipedia.
47
votes
6answers
29k 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.
...
13
votes
4answers
4k views
Is there an API available to retrieve raw Wiktionary Data?
I want to build a simple application that looks up words against Wiktionary to see if they exist. Is there a standard API supported by the Wiktionary software that would let me do this? ...
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
65 views
Parse Wiktionary
Is there any .Net library to parse pages I've retrieved through the mediawiki api? A standard mediawiki parser that could just give titles and the data in pure data would be fine, but I would rather ...
2
votes
1answer
159 views
Wikipedia API - Accessing JSON Object
I'm trying to pull the text out of a Wikipedia article using their API (API is a generous term for what they are offering, but we'll use it I guess), and I am running into issues regarding parsing of ...
2
votes
1answer
105 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
2answers
218 views
How to access Wikipedia from R?
Is there any package for R that allows querying Wikipedia (most probably using Mediawiki API) to get list of available articles relevant to such query, as well as import selected articles for text ...
2
votes
2answers
381 views
Wiktionary API for pronunciation?
I was looking for a way to get the pronunciation of any given word by querying an API of some sort. As Wiktionary comes in handy to find pronunciations of words I was trying to use their API, but how ...
2
votes
3answers
1k views
How to parse Wikipedia XML with PHP?
How to parse Wikipedia XML with PHP? I tried it with simplepie, but I got nothing. Here is a link which I want to get its data.
...
2
votes
3answers
2k views
How to get plain text out of wikipedia
I've been searching for about 2 months now to find a script that gets the Wikipedia description section only. (It's for a bot i'm building, not for IRC.) That is, when I say
/wiki bla bla bla
it ...
1
vote
1answer
22 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:
...
1
vote
1answer
64 views
Wikipedia API how to use it to edit content
I have a problem, someone sabotaged some pages on Wikipedia by redacting content.
Is it possible to check the specific paragraph that content was changed in and restore it?
1
vote
2answers
110 views
Rails + MediaWiki API for Wikipedia data extraction
I am trying to use Rails to extract data from Wikipedia, based on a search item.
For example,
1) if I have the String "American Idol", I want to pass that to Wikipedia and get a list of the ...
1
vote
2answers
97 views
mediawiki api: how to get infobox from a wikipedia article
wikipedia articles may have infobox tags. By the following call I can get the first section of an article which includes infobox.
...
1
vote
1answer
42 views
MediaWiki API: size at which images where embedded/dropping unrelated icons
I use the MediaWiki API to find images of Wikipedia articles. However, I also get all the useless icons, like the broom for when a article needs to be cleaned up or the creative commons logo that ...
1
vote
1answer
55 views
Retrieving image license and author information in wiki commons
I am trying to use the wikimedia API for wiki commons at:
http://commons.wikimedia.org/w/api.php
It seems like the commons API is very immature and the part at their document that mentions the ...
1
vote
1answer
34 views
Category Members API - Mediawiki
I had a script which used the sort keys from this API call. Previously it returned values in such a fashion:
ns = 876bcb5a0a63ac522ceb8c54647bf59b+\43168
title = Album:Bits And Blood (EP)
sortkey = ...
1
vote
3answers
533 views
HttpClient and non-ASCII URL characters (á,é,í,ó,ú)
'Long time reader, first time poster' here.
I'm in the process of making a bot for a spanish Wiki I administer. I wanted to make it from scratch, since one of the purposes of me making it is to ...
1
vote
2answers
3k views
Is there any API in Java to access wikipedia data
I want to know: is there any API or a query interface through which I can access Wikipedia data?
0
votes
1answer
13 views
Specifing Offset in search - Media Wiki
I'm querying a media wiki instance which we are running. I'm passing the following parameters for the search
api.php?action=opensearch&search=afg&limit=100&format=xml
I didn't see any ...
0
votes
1answer
24 views
Using PHP, how do I get the first paragraph of a Wikipedia article with the MediaWiki API?
How do I use PHP to get the first paragraph of any article from Wikipedia through their MediaWiki API?
I am open to all suggestions. Most probably CURL or XML will come in handy.
0
votes
0answers
16 views
Mediawiki API Java getting and diaplaying information from wiki
Hello I am planning on writing an android program to pull data from wikia, I am just not sure what I should do to start, I have already registered for an API key, and attempted to look over the ...
0
votes
0answers
19 views
MediaWiki API and Android Programming
Hello I am trying to pull information from a page on Wikia for The Beatles and I am not sure how I would even start to go about this, I am making an app where I have a listview of The Beatles' albums ...
0
votes
1answer
21 views
Wikia API and Android Programming unsure of how to proceed
Hello I am trying to pull information from a page on Wikia for The Beatles and I am not sure how I would even start to go about this, I am making an app where I have a listview of The Beatles' albums ...
0
votes
1answer
52 views
How to break down and parse specific Wikipedia text
I'm have the following working example to retrieve a specific Wikipedia page that returns a SimpleXMLElement Object:
ini_set('user_agent', 'michael@example.com');
$doc = New DOMDocument();
...
0
votes
1answer
45 views
MediaWiki: Auto-Create pages from changing directory content
I try to use MediaWiki as some kind of private collaborative content management system, e.g. people just feed content (image,video,text,other) to a given directory, from which i like MediaWiki to ...
0
votes
2answers
41 views
Export text (MediaWiki markup) from MediaWiki installation
I want to export the MediaWiki markup for a number of articles (but not all articles) from a local MediaWiki installation. I want just the current article markup, not the history or anything else, ...
0
votes
0answers
75 views
Rails: mediawiki API, searching wikipedia and generating a link to the search result page
Anyone familiar with using mediawiki API with a rails app?
I'm looking to have users create posts, on each post they assign an author_name. I'd like to take the author name and then have it use the ...
0
votes
1answer
99 views
Translating Wikitext (Wiktionary style) into HTML on the client side
I'm trying to parse Wiktionary Wikitext on the client side (with JavaScript). I found Wiky.js, but it has problems with some markups like {{}}, + etc. Do you know any JavaScript library which may help ...
0
votes
1answer
148 views
Display data from MediaWiki API request
I use .getJSON() to extract information from Wikipedia, using the MediaWiki API. I don't know how to handle the data I get. For example, how can I display the text content? I've tried using .text() ...
0
votes
1answer
125 views
Get random SVG image using MediaWiki API
Is it possible to use the MediaWiki API to return a random image? If so can I specify a filetype such as SVG?
0
votes
1answer
28 views
Grabbing specific recent changes from mediawiki
I am quite new to wikis but I would like to know if it is possible to basically grab the newest (top) recent change of each page and put it in some kind of feed or any useable format i.e. a list of ...
0
votes
1answer
142 views
How to get Wikipedia Content in objective-c?
I need a help now. I want to get raw content data from wikipedia page with MediaWiki API and store it to NSString. How to do that in objective-c?
Thank you before.
Regards.
0
votes
2answers
201 views
how can i get data from mediwiki
Hi I am using following api to get the data from mediawiki. When I copy this url and paste it into a browser, an xml response appears.
...
0
votes
0answers
182 views
Get pages from MediaWiki API using jQuery
I've been trying to come up with a solution to get links/pages (dunno what it's called) from a MediaWiki category page using simple jQuery. I'm been reading the API docs but don't really know what to ...
0
votes
0answers
7 views
How Can I display schema of a table of RDBMS in mediawiki?
Hai
I am using XAMPP which has apache server,PHP and mysql database to develop one project in mediawiki.can any body please help me out to display the table structure in the mediawiki page
0
votes
0answers
24 views
Integrating web search results into mediawiki
I would like to know how to integrate web search results into an instance of mediawiki. I would like the user to be able to type their search query into the main mediawiki search box and then have a ...
0
votes
1answer
113 views
MediaWiki Api- within category text search
While I can get a list of pages within a specific category using 'categorymembers', how do i refine the search limiting results to those containing specific text?
For example i want to search the ...
0
votes
2answers
229 views
Upload files to a mediawiki via PHP
I'm currently using Extension:Push to copy articles from one MediaWiki (1.16) installation (which sits in local intranet and is not accessible from the outside) to another one. However, Push can only ...
0
votes
3answers
545 views
wikionary API - meaning of words
I would like get meaning of selected word using wikionary API.
Content retrieve data should be the same as is presented in "Word of the day", only the basic meaning without etympology, Synonyms etc..
...