Given a page in wikipedia, how to find/retrieve (using either Wikipedia or Wikimedia) all the name of the pages that will redirect to this page ?
Asked
Active
Viewed 87 times
1 Answers
3
If you are using MW v1.24 or later you may use prop=redirects.
Example: All redirects of English Wikipedia's main page:
https://en.wikipedia.org/w/api.php?action=query&titles=Main%20Page&prop=redirects

AXO
- 8,198
- 6
- 62
- 63