๐Ÿ”ถMethods

Method list of Alterra API

circle-info

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

/api/me (GET)

circle-info

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)

circle-info

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)

circle-info

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)

circle-info

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.

๐Ÿ“”Exampleschevron-right

Last updated