3

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 ?

dtrckd
  • 657
  • 7
  • 17

1 Answers1

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