Hi! I know that I'm able to get the "linkshere" prop for multiple pages like this:
https://en.wikipedia.org/w/api.php?format=json&action=query&prop=lin...
My problem is with the "lhlimit" parameter. I'd like to get 10 results for each page, but it's currently gives my 10 results for ALL of the pages, which means I have to call "lhcontinue" each time.
Is it possible to get 10 results for each page when asking for multiple pages? Or should I make a different call for each article in order to achieve this?
Thanks, Tal