Python Library for the (hidden) Ah.nl REST interface
Very much a Work in Progress
pip install appie
import appie
client = appie.Api(username, password)
client.add('wi191924')
print client.list
Lots, currently it only supports adding an item, and viewing the current shopping list, there are many more calls available.