The block explorer provides an API allowing users and/or applications to retrieve information from the network without the need for a local wallet.
Return data from coind
getdifficulty 
Returns the current difficulty. 
41.50.96.101/api/getdifficulty   
getconnectioncount 
Returns the number of connections the block explorer has to other nodes. 
41.50.96.101/api/getconnectioncount 
getblockcount 
Returns the current block index. 
41.50.96.101/api/getblockcount
getblockhash [index] 
Returns the hash of the block at ; index 0 is the genesis block. 
41.50.96.101/api/getblockhash?index=1337
getblock [hash] 
Returns information about the block with the given hash. 
41.50.96.101/api/getblock?hash=000000026be0635a70f779e8e64e01a5e1b5d7ebb743ba4d6034b40897ea4ec5
getrawtransaction [txid] [decrypt] 
Returns raw transaction representation for given transaction id. decrypt can be set to 0(false) or 1(true). 
41.50.96.101/api/getrawtransaction?txid=c47f31a45419a70fc9912f7eeac491d503418dbae9a6711b4a2c0f69033ed328&decrypt=0 
41.50.96.101/api/getrawtransaction?txid=c47f31a45419a70fc9912f7eeac491d503418dbae9a6711b4a2c0f69033ed328&decrypt=1
Return data from local indexes
getmoneysupply 
 Returns current money supply 
 41.50.96.101/ext/getmoneysupply
getdistribution 
 Returns wealth distribution stats 
 41.50.96.101/ext/getdistribution               
getaddress (/ext/getaddress/hash) 
 Returns information for given address 
 41.50.96.101/ext/getaddress/PCLYq4sUtBjPAkr6NDr43FzSdFnbUdf1Rg
getbalance (/ext/getbalance/hash) 
 Returns current balance of given address 
 41.50.96.101/ext/getbalance/PCLYq4sUtBjPAkr6NDr43FzSdFnbUdf1Rg
getlasttxs (/ext/getlasttxs/count/min) 
 Returns last [count] transactions greater than [min] 
 Note: returned values are in satoshis 
 41.50.96.101/ext/getlasttxs/10/100
Linking to the block explorer
transaction (/tx/txid) 
41.50.96.101/tx/c47f31a45419a70fc9912f7eeac491d503418dbae9a6711b4a2c0f69033ed328
block (/block/hash) 
41.50.96.101/block/000000026be0635a70f779e8e64e01a5e1b5d7ebb743ba4d6034b40897ea4ec5
address (/address/hash) 
41.50.96.101/address/PCLYq4sUtBjPAkr6NDr43FzSdFnbUdf1Rg
qrcode (/qr/hash) 
41.50.96.101/qr/PCLYq4sUtBjPAkr6NDr43FzSdFnbUdf1Rg