The MediaWiki API is the interface for automated editing processes ("bots") and other programs to access data in a MediaWiki wiki.

learn more… | top users | synonyms

0
votes
3answers
19 views

How to include the result of an api request in a template?

I'm creating a wiki using Mediawiki for the first time. I would like to include automatically all backlinks of the current page in a template (like the "See also" section). I tried to play with the ...
1
vote
2answers
22 views

Wikipedia API: Excluding References From Parse Request

I'm trying to get the links from a particular page in order as presented on page, or reasonably close. I believe I found the correct API call to do so using the parse request, however I'm noticing ...
0
votes
0answers
50 views

How to upload image to wikimedia site from android

I'm trying to upload an image to a custom wikimedia site from an android phone. Unfortunately, the image I am trying to upload isn't working. This is the function I'm using to send a multipart ...
0
votes
1answer
21 views

How do you grab an article including the links in a usable format?

I have an internal deployment of mediawiki. In some articles are external links. I have another page that makes API calls to the wiki to pull articles into another website. When I pull those articles ...
1
vote
1answer
20 views

Mediawiki API error: Unrecognized value for parameter 'prop': extracts

I have a new installation of mediawiki. I am trying to use the API to simply get an article. The API url I am using is: ...
3
votes
1answer
42 views

How to permanently delete a page from a Mediawiki wiki?

I administer a Mediawiki wiki that beens hit by a ton of spam. I've managed to get rid of the spam pages that have been added to the wiki by using an extension, but the pages' data is still present in ...
0
votes
1answer
34 views

Finding and downloading images within the Wikipedia Dump

I'm trying to find a comprehensive list of all images on wikipedia, which I can then filter down to the public domain ones. I've downloaded the SQL dumps from here: ...
3
votes
3answers
82 views

Using MediaWiki to pull text from a Wikia page but it comes back in a big mess is there a better way I could do this to pull text from each section?

I am developing an Android app that pulls information from a Wikia page and displays it in the app. I currently am pulling all Categories to navigate and have my app set up to display the page in a ...
1
vote
2answers
60 views

Easy way to get wiktionary titles only in one language?

I can get easily a dump with all the titles in the wiktionary, but this dump contains every word, even non-English ones. For example, you find souris (mousein French): ...
0
votes
0answers
9 views

How do I set wikipedia links with mediawiki API? [duplicate]

Here is my AJAX call to get a wikipage! http://fr.wikipedia.org/w/api.php?action=parse&page=Paris&format=json&redirects&prop=text&section=0&callback=? (for Paris). But ...
1
vote
1answer
73 views

Using of Wikipedia API with Rest Clients [duplicate]

I'm trying to get wikipedia pages (from particular category) using of MediaWiki. For this I'm following this tutorial Listing 3. Listing pages within a category. My question is: How to get Wikipedia ...
0
votes
1answer
24 views

How to render a mediawiki page with api?

I should want insert a wikipedia page in another web page, inside a div, with some sort of mediawiki api call in javascript, without all "edit" buttons, menu and so on ; only the article. I ...
0
votes
3answers
71 views

$getJSON and for loop issue

This is to populate a table with the amount of results that are returned from the MediaWiki API query /api.php?action=query&list=querypage&qppage=BrokenRedirects. The number of results is then ...
0
votes
0answers
31 views

MediaWiki API - Getting a recent article from particular portal

I want to implement a php procedure for getting recent related to the keyword article from exact portal of wikipedia in form of json. For example from here: ...
1
vote
2answers
38 views

How to decode these characters? á é í

I'm querying the MediaWiki API to get Wikipedia data into my Filemaker database. When I load the data into a browser, the characters show up properly but when it comes into Filemaker, characters with ...
0
votes
0answers
77 views

php curl get wikipedia infobox

I am using php curl to get wiki api working. what I have now: api.php?action=query &prop=revisions &rvprop=content &format=xml &titles=' . urlencode($title) . ' ...
0
votes
1answer
34 views

How to search a word in mediawiki api from a particular page?

How to search a word or words in mediawiki api from a particular page onwards? I tried api.php?action=query&format=xml&titles=Feature_doc&list=search&srsearch=manage But it searches ...
0
votes
1answer
73 views

Calling mediawiki api from asp.net MVC serverside [closed]

Guys I am calling mediawiki api from asp.net MVC server-side but it returns me whole mediawiki documentaion as response instead of json data. I am passing http server default credentials. Please ...
0
votes
0answers
35 views

How to search user contributions by both upper and lower case character username in MediaWiki 1.20.0?

I am using mediawiki 1.20.0 and I am finding the way to search user contributions by both upper and lower case character username. Example: If the username is: SomeOne By default, mediawiki accept ...
0
votes
0answers
21 views

adding “ ” as default in the mediawiki search engine

like the title says, im trying to make the search engine add " " to every word as default so it will actually be able to look for a phrase instead of separed words, but my proble is i dont know where ...
0
votes
0answers
68 views

Downloading file to GAE then uploading it to MediaWiki using Python

I wanted to build an application on Google Apps Engine by which a user can submit the url to a image and then have that file uploaded to a MediaWiki wiki. The wiki in question allows uploads through ...
1
vote
1answer
64 views

Using recent changes with backlinks in MediaWiki API

I'm getting a list of pages using the backlinks API query, but I want only those pages which have been edited within a certain time period. I've tried to do that by using recentchanges, but as you ...
1
vote
1answer
74 views

MediaWiki API query for images for multiple titles

When I ask the MediaWiki API to provide images for each title, it just returns images for the first specified title. For example, the query: ...
1
vote
1answer
228 views

How do I log into mediawiki using PHP cURL?

I'm trying to integrate mediawiki into my website, but I'm having trouble. I think the problem has something to do with the cookies because I get a success from the mediawiki API. Here's my code: ...
1
vote
2answers
69 views

wikitravel - how to get image link

I have got a full xml dump of wikitravel.org. Now I want to get the URLs from [[Image:Iwamotoji PilgrimGirl.JPG|thumb|print=full|Pilgrim traveling on foot, [[Kubokawa]]]] There used to be an API ...
0
votes
1answer
27 views

Trouble Getting a Locally Hosted Copy of the English Language Wiktionary to include the Translations Sections

I used MWDumper - http://www.mediawiki.org/wiki/Mwdumper - to import the xml dump of the English Language Wiktionary (specifically the file named enwiktionary-20120930-pages-meta-current.xml,) to my ...
3
votes
2answers
125 views

Unmarshaling values of JSON objects

If given the string, from a MediaWiki API request: str = ` { "query": { "pages": { "66984": { "pageid": 66984, "ns": 0, ...
0
votes
0answers
50 views

Setting up a crawler to list all MediaWiki wikis in the web [closed]

To grow our wikiteam collection of wikis, I have to increase our list of wikis. To archive our first 4500 wikis, we've used Andrew Pavlo's list. Now I want to adapt his crawling framework (see source ...
1
vote
1answer
61 views

get https link for mediawiki link using mediawiki api

I am trying to work on user input such as foo wikt:foo Bar#hi there to obtain a https link for the input, such as https://en.wikipedia.org/wiki/foo https://en.wiktionary.org/wiki/foo ...
0
votes
0answers
59 views

Using query-continue with MediaWiki API

I have a typical cURL request to get a list of 100 images starting from the letter A of a certain wikia. Each query I make to the API has a query-continue element that would let me continue on ...
0
votes
2answers
167 views

How to use MediaWiki's api to get the first section of an article?

I want to find the first section of a randomly-chosen page and have it rendered in HTML. Here is what I have tried: ...
1
vote
0answers
54 views

wikipedia api results vary between list and generator queries

I'm exploring wiki apis... Based on the below post, i 've some doubts. Wikipedia list=search REST API: how to retrieve also Url of matching articles I need to fetch the wiki URLs for my search. So I ...
0
votes
1answer
52 views

Get the full history of the particular page using the mediawiki api

Hi i have installed media wiki in my domain and i have used the api to get the page details using the following the following function $page->getSection('History'); But it is only displaying ...
1
vote
1answer
103 views

How can I add a custom tag in MediaWiki templates for my extension to process?

I want to add 3 custom tags which a MediaWiki admin will add to her templates(for example to the Userlogin.php template for the login page), and these extensions need to be processed by the extension ...
0
votes
1answer
92 views

Accessing an edit token using simpleMediaWiki (action field not recognized)

I'm unable to access an edit token for my media wiki site. Using the following code, I should be able to use the simpleMediWiki site to login, then request an edit token, then finally stage an edit. ...
2
votes
0answers
96 views

Mediawiki integrating with existing site

Hi to all i'm having the site which is fully having the video contents in it. What i want to do is i have to integrate mediawiki pages with my site. I have downloaded the mediawiki package and i have ...
1
vote
3answers
86 views

Loading 30000 documents from wikipedia

I have a wikipedia url and I want to load the content from that page and other referenced pages upto 30000 documents using wiki API, I can loop through the urls and do that but that is not an ...
0
votes
1answer
40 views

Dealing with unicode

I developed mwhair for the runescape wiki. I keep running into a problem with unicode though, whenever I have, let's say a page that looks like this: This is a page, that has words To go here to ...
0
votes
1answer
82 views

How to download a dump of all the movies information available on Wikipedia? [closed]

I'm working on a project that requires the information for all the movies available on Wikipedia. We consider creating our own dump as a better way forward for what we're trying to do. We need to take ...
1
vote
0answers
57 views

Integrating mediaWiKi with custom built membership site in php

I am trying to integrate mediaWiKi with a custom built membership section of my website. I have read a few solutions posted on stackoverflow and some other programming forums/blogs but none of them ...
1
vote
1answer
23 views

Is it possible to get supercategory pages ids?

It is possible to obtain ids of subcategories, with cmprop=ids parameter for list=categorymembers query. But I cant find a way to obtain the same for supercategories list for prop=categorymembers ...
0
votes
1answer
240 views

JQuery getJSON doesn't work

I'm trying to fetch some data from Wikipedia via AJAX. After fiddling with the API for a while, I got to the point where my request URL actually displays what I need, which is the text from a certain ...
0
votes
1answer
90 views

MediaWiki API: Edit section without destroying heading

I'm trying to edit a section on a page on Wikipedia, but when I do so the whole section gets replaced by whatever text I send through the URL, even the heading, so it stops being a section. Is there ...
0
votes
1answer
49 views

Get text from a section on some page

I know how to make an API call to get me the text of the whole page, like this, but is there a way (without having to parse through the wiki markup) to only get the text from a certain section?
2
votes
1answer
250 views

Download images with mediawiki API?

Can't find if it is possible to download images from Wikipedia with Mediawiki API?
0
votes
0answers
27 views

Issues while develop a new MediaWiki Extension

I am trying to create a new Mediawiki extension which reads email and creates new Article based on email content. Being absolutely new to the Mediawiki API, I am stuck with following issues: How to ...
2
votes
2answers
163 views

How to get Wikipedia page HTML with absolute URLs using the API?

I'm trying to retrieve articles through wikipedia API using this code $url = 'http://en.wikipedia.org/w/api.php?action=parse&page=example&format=json&prop=text'; $ch = curl_init($url); ...
1
vote
1answer
146 views

How to search for text in page title and content with MediaWiki API?

I'm not sure if it is actually possible to do, because I can only find out how to search titles like this: /api.php?action=query&rvlimit=10&rvprop=content&format=xml&titles=searchterm ...
4
votes
4answers
288 views

Parse birth and death dates from Wikipedia?

I'm trying to write a python program that can search wikipedia for the birth and death dates for people. For example, Albert Einstein was born: 14 March 1879; died: 18 April 1955. I started with ...
3
votes
1answer
151 views

How to approve new articles and edits in Mediawiki?

When users create or edit articles I want to approve them first and then publish them. How can I achieve that or What extension make this possible?

1 2 3