
API is avalable on the: https://steemauto.com/api.php
With the help of @drmake
Link to the pull requrest: https://github.com/mahdiyari/steemauto/pull/27
Usage
- Get a curation trail's followers:
https://steemauto.com/api.php?i=1&user=TRAIL_NAME
TRAIL_NAME
: Curation trail's username without @
example:
https://steemauto.com/api.php?i=1&user=steemstem
output:
Response will be an array of objects (in JSON format)
- Get a fan's followers:
https://steemauto.com/api.php?i=2&user=FAN_NAME
FAN_NAME
: Fan's username without @
example:
https://steemauto.com/api.php?i=2&user=mahdiyari
output:
Response will be an array of objects (in JSON format)
Any contribution is appreciated! Thanks for your great support:)
Regards,
2018-06-27