Forums

PythonAnywhere API

So recently I found out that there is an API system for PA. May I please have this enabled for my account? Thanks!

PS: A quick view page source on my webapp revealed this link-- https://www.pythonanywhere.com/api/v0/user/EndenDragon/webapps/titanembeds.tk/ What is that?

Sure! That's enabled. If you go to the "Account" page you can generate an auth key and see some (minimal) documentation. It doesn't cover much of the system right now, but our next system update has some fairly large extensions.

The URL you discovered is part of the API -- we're (slowly) moving our own front-end over to using the API, so that (a) we increase the API's coverage and (b) our normal automated functional tests cover the API thoroughly.