Reputation: 3980
I'm new to wiki api. I have read how to get all links from a specific page, and managed to do so, but in my case I need a list of links from many pages. And sending a request for each page is inefficient. This is the kind of request I use -
I must admit that I don't fully understand what each argument means. So -
Thanks!
Upvotes: 1
Views: 2165
Reputation: 28160
You can just join page IDs (or names if you use the titles
parameter) with |
which is in general how you make lists in the MediaWiki API. I don't think there is a way to find out which link comes from which page, though.
Upvotes: 2