Use this endpoint to only retrieve the list of supported hosts domains and redirectors as an array.

Use this endpoint to only retrieve the list of supported hosts domains and redirectors as an array.<br /> <br /> This will also include any alternative domain the hosts or redirectors have.<br /> Please use regexps availables in /hosts or /user/hosts endpoints to validate supported links.<br />

get/hosts/domains

Query parameters

agentstring required

Your software user-agent.

Response

Use this endpoint to retrieve informations about what hosts we support and all related informations about it.

statusstring

Example response

{
  "status": "success",
  "data": {
    "hosts": [
      "uptobox.com"
    ],
    "streams": [
      "youtube.com"
    ],
    "redirectors": [
      "dl-protecte.com"
    ]
  },
  "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.