Python
You can find the ZeroBounce Python API on our GitHub - Python API
To see the example, please select Python on the right-column.
from zerobounce import ZeroBounceAPI
zba = ZeroBounceAPI('yourapikey____________')
print zba.get_credits()
print zba.validate('username@example.com')
print zba.validatewithip('username@example.com')