This endpoint provides information about the current API version.
Endpoint
https://api.donutteam.com/
https://api.donutteam.com/?Event=Version
Arguments
Accessor
The user accessing the endpoint. This is optional and is purely for logging purposes.
?Accessor=Loren
Example Response
https://api.donutteam.com/
{
"Accessor": "Unidentified Developer",
"Method": "GET",
"Event": "Version",
"Version": "1.1.50-hack"
}
https://api.donutteam.com/?Format=XML
<?xml version="1.0"?>
<DonutTeamAPI>
<Accessor>Unidentified Developer</Accessor>
<Method>GET</Method>
<Event>Version</Event>
<Version>1.1.50-hack</Version>
</DonutTeamAPI>
https://api.donutteam.com/?Accessor=Loren
{
"Accessor": "Loren",
"Method": "GET",
"Event": "Version",
"Version": "1.1.50-hack"
}