Tagged Questions
4
votes
1answer
443 views
What is wikipedia pageid? how to change it into real page url?
I am study wikipedia api,
some demo api call
so what is the pageid? how to change it into real page url?
I mean <page pageid="18630637" ns="0" title="Translation" />, how to change 18630637 ...
4
votes
2answers
312 views
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 Wikipedia API. Does it have such an option??
d/l the dump. Which format would be ...
4
votes
2answers
238 views
Wikipedia : How “Did you mean” works and how to exploit it?
I want to know how does the "Did you mean : ..." of Wikipedia works and if there's a way, like with the API, to use it? Because I want to get the corresponding page from my input but this one could ...
3
votes
1answer
75 views
how to get search result from Wikipedia
I am using EditTextView , where user enter some text and make a search.
I want to search the Wikipedia for and get result against the text. How to I can search a query from Wikipedia. I found the ...
3
votes
3answers
410 views
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 how Google maps does it?
I would like to say that I am "here" and find out what is ...
2
votes
2answers
40 views
Retrieve first paragraph of Wikipedia article
I've been trying to understand the MediaWiki documentation for the past 2 days and I can't figure out how to retrieve the first paragraph of a Wikipedia article through the MediaWiki API.
Could ...
2
votes
1answer
33 views
Count wikipedia results
I'd like to get the number of Wikipedia pages matching a condition.
e.g.
"house" --> 1,200 pages
"man" --> 13,000 pages
"university college" --> 360 pages
Among many other ways, I can do this by ...
2
votes
1answer
459 views
PHP + Wikipedia: Get content from the first paragraph in a Wikipedia article?
I’m trying to use Wikipedia’s API (api.php) to get the content of a Wikipedia article provided by a link (like: http://en.wikipedia.org/wiki/Stackoverflow).
And what I want is to get the first ...
2
votes
1answer
614 views
Link terms on page to Wikipedia articles in pure JavaScript
While browsing I came across this blog post about using the Wikipedia API from JavaScript, to link a single search term to it's definition. At the end of the blog post the author mentions possible ...
2
votes
4answers
509 views
How does Wikipedia avoid duplicate entries?
How can websites as big as Wikipedia sort duplicated entries out?
I need to know the exact procedure from the moment that user creates the duplicate entry and so on. If you don't know it but you know ...
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
3answers
102 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
1answer
37 views
Distinguish Wikipedia Disambiguations from Normal Pages
Currently, I'm attempting to retrieve the content of a given Wikipedia page to a plain text file. Using XPath, I have code that does this perfectly. However, there is just one simple problem: some ...
1
vote
0answers
61 views
Wikipedia API: how to get the number of revisions of a page?
Anyone know how to get the number of revisions of a wikipedia page using mediawiki API?
I have read this API documentation, but can't find the related API:
Revision API
It should return the number ...
1
vote
1answer
70 views
How to extract statistics from Wikipedia?
I want to extract a list of all dead people in Wikipedia and compare their ages when they died. All dead people in Wikipedia has the following fields filled:
| birth_name = Thomas Alva Edison
| ...
1
vote
1answer
73 views
Case Insensitivity on Wikipedia API Calls
I am attempting to add case-insensitivity to my Wikipedia api calls. Wikipedia is case-sensitive in how it names pages. So, http://en.wikipedia.org/wiki/Cat will yield a page about the animal, ...
1
vote
1answer
290 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
2answers
308 views
wikipedia bots and captcha
I see there are many php (and other) frameworks for writing wikipedia bots, but isn't captcha a problem? Or bots don't have to solve it (but that sounds like there's no point to having captcha in the ...
0
votes
1answer
92 views
What is the best way to parse Wikipedia markup in PHP?
I'm trying to parse specific Wikipedia content in a structured way. Here's an example page:
http://en.wikipedia.org/wiki/Polar_bear
I'm having some success. I can detect that this page is a "specie" ...
0
votes
1answer
20 views
Need to search for a Wikipedia page, based on it's NRHP refnum
I have an application which maintains a table of places registered in the National Registry of Historic places. I'd like to reliably search for one of these places in Wikipedia, given it's NRHP ...
0
votes
1answer
90 views
How to get information about Wikimedia image?
I'm trying to retrieve images from wikimedia using the existing api, but there seems to be no logic in what works and what doesn't.
Here's what i'm doing/have tried:
I'm getting a query of images, ...
0
votes
1answer
102 views
How to converting Wikipedia Article to RSS Feed item
Problem statement:
A python script should be created to generate the rss feed of Wikipedia's Featured Articles for several languages.
English rss feed exists I need to create similar for other ...
0
votes
1answer
127 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
52 views
Extract Coordinates + Zoomlevel from Wikipedia XML Dump
I am looking to extract the location information of an wikipedia article.
It is fairly simple if the article uses the coord template which shows up as a template tag with name Coord or coord.
...
0
votes
2answers
183 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
38 views
Wikipedia: How to get the people with a barn start award holder and the awardee?
For my socialigy project, I need to get wikipedia barn star award holders, awardee and the date awarded.
I see that awards are normally given added to user profiles by awardee by adding a tag.
I ...
0
votes
0answers
21 views
Extract the number of wikipedia barnstars in current month
Is there a way to get the number of barnstars awarded in the current month. I mean like downloading a dump and processing it.
0
votes
1answer
103 views
How to get a Wikipedia entry's template type
I need to find out the template type of a Wikipedia page entry. Up to this point, I've relied on parsing the results from a query to Wikipedia, which works to a point.
For instance, if I search for
...
0
votes
1answer
241 views
Jquery and Wikipedia API user agent problem
i'm trying to use the wikipedia api, but i read that is necessary to send a non generic user-agent...
i'm using jquery with ajax call...but i dont know what to do to make it working....
thanks
0
votes
1answer
100 views
is it possible to filter links of a wikipedia article in single query?
I am trying to make use of wikipedia API to retrieve links that has Template:Persondata embedded in it from an article in single call.
e.g. all people's articles that the article "George Clooney" ...
0
votes
1answer
295 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
2answers
145 views
Wikipedia embedded in WinForms App Tutorial
Can anyone post a tutorial here on how to show a Wikipedia article in a .NET WinForms application (C# or VB)? If the article can be placed in a string it suffices, there`s no need to put it on any ...
-1
votes
1answer
550 views
Is there a Wikipedia API which allows you to search and load articles? [closed]
Possible Duplicate:
Is there a Wikipedia API?
Is there a Wikipedia API which will allow me to search Wikipedia and load the the article?
And are there any examples of using it in C#?
-3
votes
1answer
49 views
How to build a graph using the wikipedia API?
I would like to create a graph of the whole Java ecosystem.
I would like to start from the Java Wikipedia article and, from there, follow every connection that deals with the Java programming ...