A lightweight Python library for Store Norske Leksikon and Lex.dk/Den Store Danske APIs Installation pip3 install snldata Quick Start Raw JSON import snldata R = snldata.SnlSession() R.search(query="fortolket programmeringsspråk", best=True) #Pick the one with the best rank print(R....