Public API
As time goes on, it is possible that some information about the game may be exposed for public access.
At this moment, accessing public APIs do not require an API token, so feel free to create something with the (few) currently available APIs!
Available Remote API
- getClasses: download a json file with the description of all available classes, as well as their related skills.
- getSkills : download a json file with the description of all available skills
Accessing the API
You can simply download (using curl for example) by accessing the endpoint https://www.playuntrusted.com/publicAPI/publicAPI.php?request=
For example, to download the skills list, simply download https://www.playuntrusted.com/publicAPI/publicAPI.php?request=getSkills
Projects using the API
Have you made something amazing? Let me know, I’ll be happy to add it to the following list!
untrusted-discord – Discord bot by Mastagoon to query classes and skills. Additional work by Arch!
Other Unofficial Projects
Trusted – A scraper by ping, to view logs offline!