Version 1 of this documentation has been deprecated.
Version 2 is documented on Postman.
The Version 2 collection can be .
This library is a work in progress, any contribution are welcome.
pip install eksisozluk
from eksisozluk.EksiSozluk import EksiApi
client = EksiApi() # or EksiApi(username, password)
entry = client.get_entry( < entry_id >)
topic = client.get_topic( < topic_id >, < page >)
author = client.get_user( < user_nick >)