Yahoo Web Search

Search results

  1. Apr 20, 2024 · The MediaWiki REST API lets you interact with MediaWiki by sending HTTP requests to rest.php URLs. You can use the API to build apps and scripts that search and display wiki pages, get media files, and explore page history.

  2. Apr 22, 2024 · # Get HTML and metadata for the Jupiter article on English Wikipedia import requests url = 'https://en.wikipedia.org/w/rest.php/v1/page/Jupiter/with_html' headers = {'User-Agent': 'MediaWiki REST API docs examples/0.1 (https://www.mediawiki.org/wiki/API_talk:REST_API)'} response = requests. get (url, headers = headers) data = response. json ...

  3. Apr 26, 2024 · Introduction. The introduction provides basic information about the API such as the API framework, data formats, and an overview of the functionality offered by the API. Explanation. Explanations help users understand how to use the API.

  4. The MediaWiki API gives you programmatic access to content on any Wikimedia wiki. You can use the API to search and display wiki pages, get media files, edit pages, and manage wikis. Read more on mediawiki.org. Try the sandbox.

  5. The MediaWiki Action API is a web service that allows access to some wiki-features like authentication, page operations, and search. It can provide meta information about the wiki and the logged-in user. This repository contains code snippets and demo apps in various programming languages to assist developers for easy use of various modules of ...

  6. MediaWiki Frontend API . This documentation describes the public API that user scripts, gadgets, skins, and extensions can use to interact with MediaWiki. To interact with MediaWiki from outside a wiki, use the Action API. The MediaWiki frontend API consists of global variables and ResourceLoader modules. Get started. Write your first user script

  7. www.mediawiki.org › wiki › API:HelpAPI:Help - MediaWiki

    Aug 6, 2023 · API:Main page - provides an overview of the MediaWiki action API. API:FAQ - provides answers to some frequently asked questions about the MediaWiki Action API.

  1. Searches related to mediawiki api

    mediawiki api sandboxmediawiki api tutorial
  1. People also search for