Hi Brad,
Thanks for your response. To answer your first point, part of the extension I'm writing is actually a JavaScript D3-based force layout to graphically show wiki pages and links between them. So while in the JavaScript, I'm making MediaWiki API calls to get data about the pages.
It looks like
action=query&list=exturlusage gets you information about a specific link you already know, e.g. if you're asking "what pages link to
http://www.google.com". In my case, I am trying to capture all links into and out of a given wiki page, so I don't generally know what they are. I capture external links out from a wiki page with
extlinks, internal links out from a wiki page with
links, and interal links into a wiki page with
backlinks, but external-links-to-internal-pages don't fit into any of these categories, so they end up being lost. Is there an API call to capture those kinds of links?
. Suppose Foo contains the following links: