This endpoint retrieves a complete list of all available hosts for this user.
This endpoint retrieves a complete list of all available hosts for this user.<br /> Depending of the account subscription status (free user, trial mode, premium user),<br /> the list and limitations will vary.<br /> <br /> The limits and quota are updated in real time. Use this page to have an<br /> up-to-date list of service the user can use on Alldebrid.<br /> <br /> Quotas will reset every day for premium users.<br />
get/user/hosts
Query parameters
apikeystring
Deprecated User apikey (Use Bearer Auth in header).
agentstring required
Your software user-agent.
hostOnlystring
Endpoint will only return "hosts" data
Response
This endpoint retrieves a complete list of all available hosts for this user
Example response
{
"status": "success",
"error": {
"code": "AUTH_MISSING_APIKEY",
"message": "The auth apikey was not sent"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.