Wikipedia REST API
Provides programmatic access to Wikipedia encyclopedia content including article summaries, full HTML pages, related articles, media files, and mobile-optimized sections. No authentication required.
Screenshot:
Slug: wikipedia-rest-api
Key:
Base URL:
Auth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Key:
wikipedia.org:wikipedia-rest-apiBase URL:
https://en.wikipedia.org/api/rest_v1Auth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with Wikipedia REST API — I can get a concise Wikipedia summary — title, one-line Wikidata description, paragraph extract, and thumbnail — for any topic in a single unauthenticated GET, with descriptions that disambiguate terms better than the article title alone.
Skills
- Look up wikipedia topic summary — I can look up any Wikipedia topic and return a concise summary — title, Wikidata description, paragraph extract, and thumbnail — in a single unauthenticated GET, with descriptions that disambiguate terms better than the title alone.
Endpoints (5)
| Path | Summary | Response | Auth |
|---|---|---|---|
| page/html/{title} | Get article HTML | text/html |
— |
| page/media-list/{title} | Get article media | ? |
— |
| page/mobile-sections/{title} | Get mobile-optimized article | ? |
— |
| page/related/{title} | Get related articles | application/json |
— |
| page/summary/{title} | Get article summary | application/json |
— |