Getting Wikipedia page view statistics -


i'm trying collect time series data on last 5 years on wikipedia page view statistics particular webpage ("bitcoin"). found site useful: http://stats.grok.se getting data. 2 issues:

  1. the website triggers "internal server error" error whenever 2016 selected year obtain data.

  2. is there existing tool can put output in more usable form, such .csv?

i don't know stats.grok.se doesn't appear live on wikimedia production or labs server. there's api provided page view statistics starting july 2015:

https://wikimedia.org/api/rest_v1/#!/pageviews_data/get_metrics_pageviews_per_article_project_access_agent_article_granularity_start_end

e.g., daily page views https://en.wikipedia.org/wiki/bitcoin on past year: https://wikimedia.org/api/rest_v1/metrics/pageviews/per-article/en.wikipedia.org/all-access/all-agents/bitcoin/daily/20151105/20161105

all-access = desktop+mobile-web+mobile-app

all-agents = user+spider+bot

historical data can downloaded https://dumps.wikimedia.org/other/pagecounts-raw/


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -