API GET
Block
https://explorer.grlc.eu/block.php?tx={hash_or_number}&api=1
Output json | block info
TXid
https://explorer.grlc.eu/tx.php?tx={txid}&api=1
Output json | txid info
Balance address
https://explorer.grlc.eu/addr.php?a={addr}&api=1&op=balance
Output: json | Balance info
https://explorer.grlc.eu/addr.php?a={addr}&api=1&op=history
Output: raw txt | All history of balance
Generating a new address with a private key
https://explorer.grlc.eu/api.php?op=new_addrss
Output json | New address and privkey
Mining info
https://explorer.grlc.eu/api.php?op=getmininginfo
Output: json | Getmininginfo
Circulating supply
https://explorer.grlc.eu/api.php?op=supply
Output: float number | Circulating supply
Average cost
https://explorer.grlc.eu/api.php?op=average_cost
Output: json | Average cost of mining 1 grlc in USD
Price in usd
https://explorer.grlc.eu/api.php?op=price
Output: json | Price for 1 grlc expressed in USD
Circulating supply on the stock exchanges
https://explorer.grlc.eu/api.php?op=stock&n={rows}
Output: json | Stock market statistics
Data format: {"Unix timestamp":["1 grlc to 1 btc ratio","1 btc to 1 grlc ratio","All buyers' funds in btc","All garlic for sale"]}