Misc

Somes endpoints that are utils.

Check site-key restrictions

GET https://node00.nikolahellatrigger.solutions/api/misc/check/sitekey

Headers

Name
Type
Description

content-type*

String

application/json

user-agent*

String

crapsolver-py or crapsolver-go

{
    "data": {
        "MinSubmitTime": 3200,
        "MaxSubmitTime": 13000,
        "Domain": "discord.com",
        "AlwaysText": true,
        "OneclickOnly": false,
        "Enabled": true,
        "Rate": 0
    },
    "success": true
}

Check api-key informations

GET https://node00.nikolahellatrigger.solutions/api/user/user:id

Headers

Name
Type
Description

content-type

String

application/json

user-agent

String

crapsolver-py or crapsolver-go

Last updated