isEven Public API Docs isEven API is a RESTful API that returns json. API URL: https://api.isevenapi.xyz/api/ GET /iseven/<number>/ Returns whether a given number is even. Allowed numbers depend on your API tier. See Pricing below. URL Parameters number: the number you want to check Example https://api.isevenapi.xyz/api/iseven/6/ Unofficial Python Module https://pypi.org/project/PyIsEven/ Example