Difference between revisions of "API"

From GExtension Wiki
Jump to navigation Jump to search
 
Line 33: Line 33:
 
|'''create'''
 
|'''create'''
 
|Requires '''steamid_for''' (32/64), '''amount''', '''packageid'''
 
|Requires '''steamid_for''' (32/64), '''amount''', '''packageid'''
Optional: '''steamid_buyer''' (32/64), '''name_buyer''', '''transactionid''', '''email''', '''gateway''' (default "api"), '''runonetimerewads''' (0/1, default 1), '''notify''' (0/1, default 1)
+
Optional: '''steamid_buyer''' (32/64), '''name_buyer''', '''transactionid''', '''email''', '''gateway''' (default "api"), '''runonetimerewads''' (0/1, default 0), '''notify''' (0/1, default 1)
 
|}
 
|}
  

Latest revision as of 11:57, 26 March 2021

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)
create Requires steamid_for (32/64), amount, packageid

Optional: steamid_buyer (32/64), name_buyer, transactionid, email, gateway (default "api"), runonetimerewads (0/1, default 0), notify (0/1, default 1)

news

Returns Array(News1, News2, News3, ...)

packages

Required Paramters
action The action you want to run
Available Actions
assign Requires steamid (32/64), packageid

Optional: donationid, days, runonetimerewads (0/1, default 1), notify (0/1, default 1)


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.

unban Requires serverbundle (id).

Unbans all active bans of the user in the specified bundle. Set serverbundle to -1 to unban on all bundles.