Running the following code:
from wiktionaryparser import WiktionaryParser
parser = WiktionaryParser()
word = parser.fetch("word")
print(word)
for any word always returns [{'etymology': '', 'definitions': [], 'pronunciations': {'text': [], 'audio': []}}]