Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ZulqarnainKaan/bf40aadb791b8befba9e411733343ab4 to your computer and use it in GitHub Desktop.
Save ZulqarnainKaan/bf40aadb791b8befba9e411733343ab4 to your computer and use it in GitHub Desktop.
DataNodes.api
FORMAT: 1A
HOST: http://datanodes.to
# Info
XFilesharing Pro API
# Group Account
My Account functions
## Account Info [/api/account/info?key={key}]
### Account Info [GET /api/account/info?key={key}]
+ Parameters
+ key: 1l5ftrilhllgwx2bo (string) - API key
+ Response 200 (application/json)
{
"msg": "OK",
"server_time": "2017-08-11 04:30:07",
"status": 200,
"result": {
"email": "myemail@gmail.com",
"balance": "0.00000",
"storage_used" :"24186265",
"storage_left": 128824832615,
"premium_expire": "2015-10-24 21:00:00"
}
}
## Account Stats [/api/account/stats?key={key}]
### Account Stats [GET /api/account/stats?key={key}&last={last}]
+ Parameters
+ key: 1l5ftrilhllgwx2bo (string) - API key
+ last (number,optional) - show stats for last X days
+ Default: `7`
+ Response 200 (application/json)
{
"msg": "OK",
"server_time": "2017-08-11 04:30:07",
"status": 200,
"result": [
{
"downloads":"0",
"profit_views":"0.00000",
"views_adb":"1",
"sales":"0",
"profit_sales":"0.00000",
"profit_refs":"0.00000",
"profit_site":"0.00000",
"views":"0",
"refs":"0",
"day":"2017-09-12",
"profit_total":"0.00000",
"views_prem":"0"
}
]
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment