API:Other services
From MediaWiki.org
![]() |
This page is part of the MediaWiki API documentation. |
Language: | English • français • 日本語 |
---|
Quick overview:
- Quick start guide
- FAQ
- Tutorial
- Formats
- Error reporting
- Restricting usage
- Authentication
- Queries
- Search suggestions
- Expanding templates and rendering
- Purging pages' caches
- Parameter information
- Changing wiki content
- Watchlist feed
- Extensions
- Using the API in MediaWiki and extensions
- Miscellaneous
- Implementation
- Client code
[edit] OpenSearch Suggestions support
This module allows web browsers an auto-suggest functionality in the search box. The module needs to be extremely fast, and provide a simple JSON-formatted output in the form of
["search", ["suggestion1", "suggestion2", ...]]
Since the server might be hit on every user keystroke, the potential server load might be so heavy as to move this feature to separate server(s).
See API:Opensearch.