pyjisho Python HTTP client for the Jisho.org search API. Install pip install pyjisho Usage from jisho import Client client = Client() response = client.search('house') print(response)