Get the status of current magnets, or only one if you specify a magnet ID.
Get the status of current magnets, or only one if you specify a magnet ID.<br /> !TODO: Add live magnet status.<br />
get/magnet/status
Query parameters
apikeystring
Deprecated User apikey (Use Bearer Auth in header).
agentstring required
Your software user-agent.
idstring
Magnet ID.
statusstring
Magnets status filter. Either active, ready, expired or error
sessionstring
Session ID for Live mode (see Live Mode).
counterstring
Counter for Live mode (see Live Mode).
Response
This endpoint retrieves a complete list of all available hosts for this user
Example response
{
"status": "success",
"data": {
"magnets": [
{
"id": 56789,
"filename": "ubuntu-20.04.2-live-server-amd64.iso",
"size": 256400192,
"status": "Ready",
"statusCode": 4,
"downloaded": 256400192,
"seeders": 12,
"uploadDate": 1657133868,
"completionDate": 1657133968,
"links": [
{
"link": "http://uptobox.com/aaaabbbbzzzz",
"filename": "ubuntu-20.04.2-live-server-amd64.iso",
"size": 256458252
}
]
}
]
},
"error": {
"code": "AUTH_BAD_APIKEY",
"message": "The auth apikey is invalid."
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.