API:대문
이 문서는 MediaWiki Action API의 부분입니다. |
Contents
개요
이 페이지는 미디어위키 API에 대한 개요를 제공합니다. 이 페이지는 미디어위키 API를 이해하고 사용하고자 하는 기술적 기여자와 소프트웨어 개발자를 대상으로 합니다.
빠른 시작
Endpoint
All Wikimedia wikis have endpoints that follow this pattern: https://www.example.org/w/api.php
API Endpoint | Wiki |
---|---|
https://www.mediawiki.org/w/api.php
|
MediaWiki API |
https://en.wikipedia.org/w/api.php
|
English Wikipedia API |
https://nl.wikipedia.org/w/api.php
|
Dutch Wikipedia API |
https://commons.wikimedia.org/w/api.php
|
Wikimedia Commons API |
https://test.wikipedia.org/w/api.php
|
Test Wiki API |
소개
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.
Uses for the MediaWiki Action API
- Monitor a MediaWiki installation
- Create a bot to maintain a MediaWiki installation
- Log into a wiki, access data, and post changes by making HTTP requests to the web service
시작하기
Before you start using the MediaWiki action API, you should review the following pages:
- FAQ.
- 입출력 포맷에 관한 문서
- 오류 및 경고에 관한 문서
- The page about etiquette
- Any policies that apply to the wiki you want to access, such as Wikimedia Foundation wikis' terms of use, trademark policy.
These terms apply to you when you access or edit using the API, just as they do when you use your web browser.
다른 API
If you do not find what you are looking for in this API documentation, there are many other APIs related to Wikimedia projects. See the Web APIs hub for information on other APIs for Wikimedia project data and their usage.
Code stewardship
This page or project is maintained by Core Platform Team.
Get help:
|