Difference between revisions of "API:Status"

From BNC4FREE
Jump to navigation Jump to search
(API Status Info)
 
m (Add to API Functions Category)
 
Line 36: Line 36:
 
         "version":"fBNC - https://bnc4free.com"
 
         "version":"fBNC - https://bnc4free.com"
 
     }
 
     }
 +
 +
[[Category:API_Functions]]

Latest revision as of 16:16, 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"
   }