API:Status

From BNC4FREE
Revision as of 16:16, 22 April 2020 by Russell (talk | contribs) (Add to API Functions Category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"
   }