When i ask Wiki Api to provide images for each title it just returns images for 1st specified title.
returns info for each page but images only for 1st. Why?
When i ask Wiki Api to provide images for each title it just returns images for 1st specified title.
returns info for each page but images only for 1st. Why?
You need to use the continue information to get more. See this result which I got by adding "&imcontinue=15526|Doom_ingame_1.png" to your query string.
I found the imcontinue part by looking at the query-continue section from your result.
You can also get more results per query by adding changing the imlimit parameter. your query with imlimit=500.
Great! Thanks you a lot!
Not intuitive thing for me ) I thought imlimit related to each title.