In this video I attempt to explain how to query the steem api. I do not consider myself a steem expert so please let me know if anything I said is inaccurate or complete bullshit. lol. Also, sorry for the screen flickering, it seems to be caused by my video recording software.
cURL Example:
curl --data '{"jsonrpc": "2.0", "params": [0, "get_account_history", ["ned", -1, 15]], "id":1, "method":"call"}' https://steemd.steemit.com
api-number = 0 (database_api)
method = get_account_history
method_params = ["ned", -1, 15]
server = https://steemd.steemit.com
Windows users can download cURL here: https://curl.haxx.se/download.html
▶️ DTube
▶️ IPFS