You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,20 +82,25 @@ and access towards related query data using a programmable search engine.
82
82
- Data available through JSON format
83
83
84
84
85
-
## Wikipedia API
85
+
## Wikipedia
86
86
87
87
**Description:** The Wikipedia API allows users to query statistics of pages,
88
-
categories, revisions from a public API endpoint. We have included two urls in the project: The WIKIPEDIA_BASE_URL AND WIKIPEDIA_MATRIX_URL. The WIKIPEDIA_BASE_URL provides access to articles, categories, and metadata from the English version of Wikipedia.
89
-
It runs on the MediaWiki Action API, but this instance only provides English Wikipedia data.
90
-
Then the WIKIPEDIA_MATRIX_URL provides access to information of all wikimedia projects including the different language edition of wikipedia. It runs on the Meta-Wiki API.
88
+
categories, revisions from a public API endpoint. We have included two urls in
89
+
the project: The `WIKIPEDIA_BASE_URL` AND `WIKIPEDIA_MATRIX_URL`. The
90
+
`WIKIPEDIA_BASE_URL` provides access to articles, categories, and metadata from
91
+
the English version of Wikipedia. It runs on the MediaWiki Action API, but this
92
+
instance only provides English Wikipedia data. Then the `WIKIPEDIA_MATRIX_URL`
93
+
provides access to information of all wikimedia projects including the different
94
+
language edition of wikipedia. It runs on the Meta-Wiki API.
91
95
92
96
**API documentation link:**
93
-
https://meta.wikimedia.org/w/api.php - Meta-Wiki
94
-
https://www.mediawiki.org/wiki/API:Sitematrix
95
-
https://en.wikipedia.org/w/api.php - English instance
0 commit comments