Skip to content

Commit 8042332

Browse files
committed
Made requested changes
1 parent b16fdcf commit 8042332

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

sources.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,25 @@ and access towards related query data using a programmable search engine.
8282
- Data available through JSON format
8383

8484

85-
## Wikipedia API
85+
## Wikipedia
8686

8787
**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.
9195

9296
**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
96-
https://www.mediawiki.org/wiki/API:Main_page
97+
[WIKIPEDIA_BASE_URL documentation](https://en.wikipedia.org/w/api.php)
98+
[WIKIPEDIA_BASE_URL reference page](https://www.mediawiki.org/wiki/API:Main_page)
99+
[WIKIPEDIA_MATRIX_URL documentation](https://meta.wikimedia.org/w/api.php)
100+
[WIKIPEDIA_MATRIX_URL reference page](https://www.mediawiki.org/wiki/API:Sitematrix)
97101

98102
**API information:**
99-
- No API key required
100-
- Query limit: It is rate-limited only to prevent abuse
101-
- Data available through XML or JSON format
103+
- No API key required
104+
- Query limit: It is rate-limited only to prevent abuse
105+
- Data available through XML or JSON format
106+
>>>>>>> 568ed70 (Made requested changes)

0 commit comments

Comments
 (0)