Application Information πŸ‘Ύ

Here you will find how to get the application information from the Universal API.

circle-exclamation
circle-info

Request must be sent in JSON Format

Application Information

POST https://chiper.io/universal/api.php

Headers

Name
Type
Description

User-Agent

string

Swifty

Request Body

Name
Type
Description

action

string

appinfo

api_key

string

The api key can be found by going to your profile page in the dashboard. (Only if you have a subscription).

program_key

string

The key of the program, you can find it in the page where all your applications appear.

{
  "Status": "Online/Offline",
  "Name": "Your application name",
  "Version": "Your version application",
  "Banned": "Yes/No",
  "Freemode": "Yes/No",
  "Updater": "Yes/No",
  "Link_Updater": "",
  "HashChecker": "Yes/No",
  "Hash": "",
  "Developer_mode": "Yes/No",
  "HWIDLock": "Yes/No",
  "AntiDebug":"Yes/No"
}

Last updated

Was this helpful?