Skip to main content
Wikipedia
Wikipedia
15 actions · 3 auth methods
DocumentsFilesSearch

Authentication

Access Token

Uses a Wikimedia bearer access token issued by an owner-only OAuth 2.0 client on Meta-Wiki. The token is long-lived and…Guides: Connector Profile, Link Account

OAuth 2.0

Delegated access on behalf of a signed-in Wikimedia user. Requires registering an OAuth 2.0 consumer on Meta-Wiki. Acces…Guides: Connector Profile, Link Account

OAuth 2.0 Client Credentials

App-only access without a signed-in user, using a Wikimedia OAuth 2.0 owner consumer. Access tokens expire after 4 hours…Guides: Connector Profile, Link Account
Actions
|
15 actions
Action
Description
Get Featured Content
Get the featured Wikipedia content for a given date.
Get On This Day
Get historical events that happened on a given day.
Get File
Get information about a file, including download links.
Get Page
Get a wiki page’s wikitext source and metadata.
Get Page Metadata
Get a wiki page’s metadata without its content.
Get Page With HTML
Get a wiki page’s metadata plus its latest content rendered as HTML.
Get Page Language Links
Get pages on the same topic in other languages.
Get Page Media Files
Get the media files used on a wiki page.
Create Page
Create a new wiki page.
Update Page
Update an existing wiki page.
Get Page History
Get the latest revisions to a wiki page.
Get Page History Counts
Get aggregated edit statistics for a wiki page.
Get Revision
Get details for an individual revision by its revision ID.
Search Pages
Search Wikipedia page titles and contents for the provided terms.
Search Titles
Search page titles for prefix (typeahead) matches.

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.

Connector Profile

Wikipedia - Access Token

Connector Profile

Wikipedia - OAuth 2.0

Connector Profile

Wikipedia - OAuth 2.0 Client Credentials
3

Link an Account

Connect an account using StackOne Hub or Auth Link.

Link Account

Wikipedia - Access Token

Link Account

Wikipedia - OAuth 2.0

Link Account

Wikipedia - OAuth 2.0 Client Credentials
4

Use Actions

Invoke actions using one of the methods below:
  • MCP – Model Context Protocol for AI assistants
  • A2A – Agent-to-Agent protocol
  • Agent SDK – TypeScript and Python SDKs for AI agents
  • Actions RPC – Direct API calls
  • Playground – Test actions in the dashboard