FreeAPI.watch

Wikipedia REST API

Official Wikipedia API for retrieving article summaries, full text, featured content, and on-this-day events.

Status
🟢 Online · 720 ms
30-day uptime
100%
Free tier
Unlimited, no key, must set User-Agent
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare Wikipedia REST API with…

Official docs ↗

Frequently Asked Questions

Does Wikipedia REST API require an API key?

No, Wikipedia REST API is freely accessible without registration or an API key.

What is Wikipedia REST API's free tier?

Unlimited, no key, must set User-Agent

Is Wikipedia REST API currently online?

We check Wikipedia REST API every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use Wikipedia REST API

The Wikipedia REST API is unbeatable for projects that need encyclopedia-quality reference data: article summaries, full content (in HTML or wikitext), redirects, image metadata, and related-article links. Unlimited, no key, no commercial restriction.

Common pitfalls

Quick start (bash)

curl -H "User-Agent: MyApp/1.0 ([email protected])" "https://en.wikipedia.org/api/rest_v1/page/summary/REST_API"

From our monitoring

Wikipedia's REST API is among the fastest in our monitoring — typically 50-150ms response times — because Wikimedia uses Varnish caching aggressively. Cache hits are nearly free; cache misses for obscure articles can take 1-2 seconds.

Embed this badge

Add a live status badge to your README, docs, or website.

Wikipedia REST API status badge

Markdown

[![Wikipedia REST API Status](https://freeapi-builder.a10ayassine.workers.dev/badge/wikipedia-rest.svg)](https://freeapi.watch/wikipedia-rest)

HTML

<a href="https://freeapi.watch/wikipedia-rest"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/wikipedia-rest.svg" alt="Wikipedia REST API Status"/></a>

Further reading