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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -