MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=piwigosearch
(main | piwigosearch)
- This module requires read rights.
- Source: Piwigo
- License: MIT License
This API serves as a proxy to a piwigo search web service
See Piwogo's help for more information
Specific parameters:
Other general parameters are available.
- search
Search query
(no description)
(no description)
- category
(no description)
- site
(no description)
- count
Count (nb of images returned)
- Type: integer
Example:
- Search 20 images on the word clouds with the tag some tag.
- api.php?action=piwigosearch&search=clouds tags:sometag&count=20 [open in sandbox]