JSON API
Information
API version

Get API version

This endpoint gets the current API version.

HTTP Endpoint

GET https://panel.myownfreehost.net/json-api/version.php

Usage

curl -u username:password "https://panel.myownfreehost.net/json-api/version.php"

Response

💡

The above request returns JSON structured like the following:

{
    "version": "11.40.4"
}