Difference between revisions of "API"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
|Returns Array(code, symbol) | |Returns Array(code, symbol) | ||
|} | |} | ||
+ | |||
+ | ===timezone=== | ||
+ | No API Key required. | ||
+ | Returns the timezone offset. | ||
===user=== | ===user=== |
Revision as of 12:25, 22 October 2016
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 allow full access to the system. The base URL as 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) |
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. |