mediawiki - Wikimedia Commons query stopped working -


i had url photo searches on wikimedia commons :

https://commons.wikimedia.org/w/api.php? action=query& prop=imageinfo|categories& generator=search& gimlimit=10& gsrsearch=file:"${title}"& iiprop=extmetadata|url& iiextmetadatafilter=imagedescription|objectname& gsrnamespace=6& format=json& origin=*

where ${title} search term. working beautifully. of sudden stopped working. error:

unrecognized parameter: gimlimit 

i tried taking parameter out , nothing gets returned @ all. used work. has changed?

parameter names ['g' generator][module prefix][base parameter name]. if want limit number of search results, gsrlimit. if want limit number of image revisions return info per search result, iilimit (it defaults 1 though don't need change it).

as can see own link, go results (and removing gimlimit not change anything, beyond warning not showing up).


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -