I would like to know if pywikibot
api allows to retrieve the redirects of a given wikipedia article.
I tried the following.
pw.Page(pw.Site('en'), 'forensics').showRedirects()
pw.Page(pw.Site('en'), 'forensics').redirects()
However, I got an error saying AttributeError: 'Page' object has no attribute 'showRedirects'
I am happy to provide more details if needed.