MediaWiki API hulp
Dit is een automatisch aangemaakte documentatiepagina over de API van MediaWiki.
Documentatie en voorbeelden: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=piwigosearch
(main | piwigosearch)
- Voor deze module zijn leesrechten nodig.
- Bron: Piwigo
- Licentie: MIT License
This API serves as a proxy to a piwigo search web service
See Piwogo's help for more information
Specifieke parameters:
Er zijn nog andere algemene parameters beschikbaar.
- search
Search query
- tags
- ⧼apihelp-piwigosearch-param-tags⧽
- tags_multiple
- ⧼apihelp-piwigosearch-param-tags_multiple⧽
- category
- ⧼apihelp-piwigosearch-param-category⧽
- site
- ⧼apihelp-piwigosearch-param-site⧽
- count
Count (nb of images returned)
- Type: geheel getal
Voorbeeld:
- Search 20 images on the word clouds with the tag some tag.
- api.php?action=piwigosearch&search=clouds tags:sometag&count=20 [in de sandbox openen]