Is there any API for drawing wikipedia pageview data [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
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?

There doesn't seem to be an API for it, but a website exists at stats.grok.se that processes the (very large) files from http://dammit.lt/wikistats/.

There is a new (December 2015) API here: https://wikimedia.org/api/rest_v1/?doc
For example, to get the number of views of http://en.wiktionary.org/beauty on 2/12/2015:
https://wikimedia.org/api/rest_v1/metrics/pageviews/per-article/en.wiktionary/all-access/all-agents/beauty/daily/20151202/20151203
Response:
{
"items": [
{
"project": "en.wiktionary",
"article": "beauty",
"granularity": "daily",
"timestamp": "2015120200",
"access": "all-access",
"agent": "all-agents",
"views": 34
}
]
}
You can also see top 1000 pages on a wiki (/metrics/pageviews/top/) and aggregate pageviews on a wiki (/metrics/pageviews/aggregate/).

There are (at least) two new initiatives to build an API around Wikipedia pageviews: https://www.mediawiki.org/wiki/Analytics/Hypercube and http://www.mediawiki.org/wiki/User:GWicke/Notes/Storage. Both are in the planning stage but feel free to chime in with specific use cases.

Related

API-s for songs and movies [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 months ago.
Improve this question
I've googled the google out of google, does anyone have any good suggestions for random movie and -song API's? Not looking for anything special, I just need something to return a simple title. The simplest things seem to be hard to find.
Previously, I made a movie app on android and used data parsing API. I'm using The Movie DB, but you have to register an account first to get the API key from the website.
Sign up here:
https://www.themoviedb.org/signup
You can follow the directions from The Movie DB website to get your API Key:
https://developers.themoviedb.org/3/getting-started/introduction

r_basicprofile for V2 api [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
According to the documents listed below r_basicprofile should be available for the V2 api. I have tested using both endpoints:
https://api.linkedin.com/v2/me
and
https://api.linkedin.com/v2/people/(id:{my id})
and both of these return with an error message of
{
"serviceErrorCode": 100,
"message": "Not enough permissions to access: GET /***",
"status": 403
}
If I use just the r_liteprofile permission, then I do get back the first name, last name and Id. as listed in the docs.
Has anyone else had success retrieving the basicprofile back from the V2 linkedin API.
According to the docs only the r_fullprofile permission needs special permission.
https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/basic-profile?context=linkedin/consumer/context
https://learn.microsoft.com/en-us/linkedin/shared/references/v2/profile/full-profile?context=linkedin/consumer/context
thanks

Google News API not available? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I use Google news API: 'https://ajax.googleapis.com/ajax/services/search/news?v=1.0&q=cow', but I have this message as a result:
'{"responseData": null, "responseDetails": "This API is no longer available.", "responseStatus": 403}'.
Is there a solution to use Google news API?
As an alternative API to search for aggregated news, you could consider Newsriver (https://newsriver.io). It's API allows to search for online news articles. Newsriver covers a large number of sources, it provides access to standardised structured news and comes with a extended search syntax based on Lucene query syntax.
You can also use gapi (https://gapi.xyz), the developpers basically recreated the same API but much simpler to use and it's totaly free. But you'll get a maximum of 20 results per requests. Anyway it is reasonable for a normal usage.

Does Wattpad have an API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does Wattpad offer any APIs for developers? I looked at their website but I didn't notice it mentioned anywhere. I also saw that there are widgets that I can put on my website, but I'd like to build something beyond what they already have.
Disclosure: Wattpad Head of Product Here.
The API is available at http://developer.wattpad.com. 3 main parts to it:
GET /stories - Search Wattpad stories and get story metadata
Login with Wattpad - OAuth2 Login to your Wattpad account
POST /stories - Post stories to Wattpad (this one is in alpha, launching soon).
There's also some other API's - all the docs are at http://developer.wattpad.com/docs/api.
New API docs are at: https://www.wattpad.com/developer/docs

Alternatives to Google Book Search API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking for alternatives to Google Book Search API.
Ideally, something with more detailed information about books.
Try the RESTful API from ISBN DB http://isbndb.com/api/v2/docs
I have been using the API from the literature social network GoodReads https://www.goodreads.com/api
I find the results are a lot more relevant then Google Books because there relevance ordering takes a books popularity on the site into account. You don't get results like multiple versions of the same book or some obscure essay (this could be a plus or a minus depending on what you're doing).
However, the images are often missing and when they are there they are very low res!