Wikipedia Search and Information Retrieval
communityAccess the vast, multilingual encyclopedia content from Wikipedia for factual lookups, definitions, and general knowledge retrieval.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/w/index.phpSearches Wikipedia for articles matching a query string.
Parameters
limitinteger (optional) — max number of resultsoptionalactionquery (required) — must be 'opensearch'requiredsearchstring (required) — the search termrequiredReturns
List of suggested article titles and snippets.GET
/w/index.phpRetrieves the full content of a specific Wikipedia article by title.
Parameters
proprevisions (required) — must be 'content'requiredactionquery (required) — must be 'query'requiredformatstring (optional) — desired output format (e.g.optional— json)titlesstring (required) — the exact article titlerequiredReturns
The raw text or structured content of the requested article.GET
/w/index.phpRetrieves available language links for a given article title.
Parameters
proplanglinks (required) — list of available languagesrequiredactionquery (required) — must be 'query'requiredtitlesstring (required) — the article titlerequiredReturns
A list of language codes and corresponding article titles.