Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Loaders & API Examples

Andreas edited this page May 16, 2024 · 7 revisions
Examples
API-Usage

Note: User pass and hwid has to be sent in base64 format.

  • Send user data in JSON format on call
  • Parameter Type Description Required
    user string Username True
    pass string Password (base64encoded) True
    hwid string HWID (base64encoded) True
    key string Key from config file True
    GET /api.php
    • Usage: api.php?user={username}&pass={password}&hwid={hwid}&key={key}
    • Example: api.php?user=admin&pass=YWRtaW4=&hwid=aHdpZA==&key=yes

There are already API examples for some popular languages.

Clone this wiki locally