---
title: "Use this endpoint to retrieve informations about a link."
method: GET
path: "/link/infos"
---

# Use this endpoint to retrieve informations about a link.

`GET /link/infos`

Use this endpoint to retrieve informations about a link.<br /> If it is in our systems, you'll have the filename and size (if available).<br /> <br /> If the host is not supported or the link is down, an error will be<br /> returned for that link.<br /> <br /> This endpoint only support host links, not redirectors links. Use the<br /> link/redirector endpoint for this.<br />

## Query parameters

- `apikey` string
- `agent` string, required
- `password` string
- `link[]` string[], required

## Response `200`

This endpoint retrieves a complete list of all available hosts for this user

- object
  - `status` string
  - `data` object
    - `infos` object[] — Array of info objects
      - `link` string — Requested link
      - `filename` string — Link's file filename.
      - `size` integer — Link's file size in bytes.
      - `host` string — Link host.
      - `hostDomain` string — Host main domain
  - `error` object
    - `code` string
    - `message` string

---

[API](https://skmtc.dev/alldebrid/apis/alldebrid-api.md) · [All operations](https://skmtc.dev/alldebrid/apis/alldebrid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alldebrid/alldebrid-api/revisions/4856488e3924/schema)
