Difference between revisions of "API:Status"

From BNC4FREE
Jump to navigation Jump to search
(API Status Info)
(No difference)

Revision as of 16:15, 22 April 2020

Resource URI

   https://api.bnc4free.com/status

Parameters

Variable Required Description Example
server required The name of the server Apple
username optional Your Username TestyTest
key optional Your API Key d681883383bcf7963427b1629d0b9963cf6335b5

Example Request

   curl -XPOST 
    --url https://api.bnc4free.com/status 
    -d server=Apple

Example Response

   {
       "status":"online",
       "uptime":"3h 26m 10s",
       "version":"fBNC - https://bnc4free.com"
   }