Wikipedia connector
Back to the connector overview, authentication methods, and actions.
3 Aug 2026
doc-changeDocumented an upstream Wikimedia limitation on Get Page History Counts — the expensive count types (minor, editors, anonymous, reverted, and the *edits variants) scan a page’s full revision history and time out with a 502 Bad Gateway on pages with very large histories (e.g. Earth). The action details and the type parameter now warn about this and recommend using the cheaper edits count or a smaller page.Changed · 1 action updated
Changed · 1 action updated
wikipedia_get_page_history_counts30 Jul 2026
bug-fix guide-fixRestricted the Language Code field to a validated dropdown of 337 supported Wikipedia editions so a connection can no longer be created with an unrecognized language code that fails at request time. Renamed the Personal API Token authentication and its Hub field to Access Token to match the credential issued by Meta-Wiki, and aligned the field helper text. Improved the connection guides — added the manual navigation path to the OAuth consumer registration form, corrected Meta-Wiki portal labels, and documented the Applicable project, Allowed IP ranges, and Allowed pages for editing fields.Changed · 15 actions updated
Changed · 15 actions updated
wikipedia_create_page, wikipedia_get_featured_content, wikipedia_get_file, wikipedia_get_on_this_day, wikipedia_get_page, wikipedia_get_page_history, wikipedia_get_page_history_counts, wikipedia_get_page_language_links, wikipedia_get_page_media_files, wikipedia_get_page_metadata, wikipedia_get_page_with_html, wikipedia_get_revision, wikipedia_search_pages, wikipedia_search_titles, wikipedia_update_page23 Jul 2026
new-actionsInitial Wikipedia connector with 15 actions across pages (read plus create/update), revisions, search, daily feeds, and files, and Personal API Token, OAuth 2.0, and OAuth 2.0 Client Credentials authentication.