MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=piwigosearch
(main | piwigosearch)
- Dieses Modul erfordert Leserechte.
- Quelle: Piwigo
- Lizenz: MIT License
This API serves as a proxy to a piwigo search web service
See Piwogo's help for more information
Spezifische Parameter:
Weitere allgemeine Parameter sind verfügbar.
- 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)
- Typ: Ganzzahl
Beispiel:
- Search 20 images on the word clouds with the tag some tag.
- api.php?action=piwigosearch&search=clouds tags:sometag&count=20 [in Spielwiese öffnen]