Skip to main content

wikipedia-rest-api

Comprehensive guide to the Wikipedia REST API, covering 72 endpoints with code examples in JavaScript, Python, Rust, and Go.

Install this skill

or
87/100

Security score

The wikipedia-rest-api skill was audited on Feb 19, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 40

Fetch to external URL

SourceSKILL.md
40const response = await fetch(
low line 224

Fetch to external URL

SourceSKILL.md
224const response = await fetch(
low line 41

External URL reference

SourceSKILL.md
41"https://en.wikipedia.org/w/rest.php/v1/page/Albert_Einstein/html",
low line 54

External URL reference

SourceSKILL.md
54'https://en.wikipedia.org/w/rest.php/v1/search/page',
low line 68

External URL reference

SourceSKILL.md
68.get("https://en.wikipedia.org/w/rest.php/v1/page/Python_(programming_language)/history")
low line 88

External URL reference

SourceSKILL.md
88"https://en.wikipedia.org/w/rest.php/v1/page/Sandbox",
low line 100

External URL reference

SourceSKILL.md
100https://en.wikipedia.org/w/rest.php
low line 105

External URL reference

SourceSKILL.md
105- Spanish: `https://es.wikipedia.org/w/rest.php`
low line 106

External URL reference

SourceSKILL.md
106- French: `https://fr.wikipedia.org/w/rest.php`
low line 107

External URL reference

SourceSKILL.md
107- Any language: `https://[lang].wikipedia.org/w/rest.php`
low line 225

External URL reference

SourceSKILL.md
225"https://en.wikipedia.org/w/rest.php/v1/page/Berlin/html",
low line 395

External URL reference

SourceSKILL.md
395**API Documentation**: https://en.wikipedia.org/w/rest.php/specs/v0/module/-
low line 396

External URL reference

SourceSKILL.md
396**MediaWiki API**: https://www.mediawiki.org/wiki/API
Scanned on Feb 19, 2026
View Security Dashboard