πŸ”ΆMethods

Method list of Alterra API

All server responses are returned in JSON format. The client must expect data in application/json format.

/api/me (GET)

Method to get information about report panel limits and account info


Headers

Name
Type
Description

Authorization

STRING

Authorization header.

Response

Name
Type
Description

uid

INTEGER

User ID of account

dailylimit

INTEGER

Current report panel daily limit

remaining

INTEGER

Reports available today

/api/send (POST)

Method to send task in Report Panel.

Note: You need to manually convert Steam URL to SteamID64 and then send it to API.

Available methods:

community,

game,

trade


Headers

Name
Type
Description

Authorization

STRING

Authorization header.

Request

Name
Type
Description

steamid64

INTEGER

SteamID64 of Target

method

STRING

Method

Response

Name
Type
Description

success

BOOLEAN

Is request success? (true, false)

taskid

STRING

TaskID


/api/stats (GET)

Method to get stats about launched TASK by TASKID in Report Panel


Headers

Name
Type
Description

Authorization

STRING

Authorization header.

Request Params

Name
Type
Description

taskid

STRING

TaskID

/api/lobby (POST)

Method to use lobby invite spammer


Headers

Name
Type
Description

Authorization

STRING

Authorization header

Request Params

Name
Type
Description

success

BOOLEAN

Is request success? (true, false)

Still have issues? No problem! Check out 'Examples' page.

πŸ“”Examples

Last updated