Difference between revisions of "API"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
==Accessing the API== | ==Accessing the API== | ||
Naviagte to '''Admin -> Settings -> API'''. There, you can find the URL and the API key. Please be '''careful''' with the key, because it allows full access to the system. | Naviagte to '''Admin -> Settings -> API'''. There, you can find the URL and the API key. Please be '''careful''' with the key, because it allows full access to the system. | ||
+ | |||
The base URL has the following (GET) parameters: | The base URL has the following (GET) parameters: | ||
Revision as of 10:19, 21 September 2017
This is the API documentation. Please note that the API is new and that there aren't many functions at the moment. More functions will come with future updates.
Accessing the API
Naviagte to Admin -> Settings -> API. There, you can find the URL and the API key. Please be careful with the key, because it allows full access to the system.
The base URL has the following (GET) parameters:
t | The target API page, see below |
key | The API key |
API Pages
Here you can find the API pages. Arrays are returned in JSON.
donations
Required Paramters | |
---|---|
action | The action you want to run |
Available Actions | |
goal | Returns Array(total, goal) |
currency | Returns Array(code, symbol) |
news
Returns Array(News1, News2, News3, ...)
timezone
No API Key required.
Returns the timezone offset.
user
Required Paramters | |
---|---|
action | The action you want to run |
steamid | The steamid64 or steamid32 of the user |
Available Actions | |
setgroup | Requires groupname and bundle (id).
Sets the group of the user in the specified bundle. |
getgroup | Requires bundle (id).
Returns the group of the user in the specified bundle. |