Pixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pixeldrain file.
downloadslow, 2.4s/v1/downloader:pixeldrain/download6m cache1 paramchecking key…// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";
const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });
const data = await client.run("downloader:pixeldrain", "download", {
"url": "https://pixeldrain.com/u/5UZcgpfV"
});
console.log(data);curl -X GET "https://api.zpi.web.id/v1/downloader:pixeldrain/download?url=https%3A%2F%2Fpixeldrain.com%2Fu%2F5UZcgpfV" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"/v1/downloader:pixeldrain/downloadPixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pixeldrain file.urlstringrequiredcurl -X GET "https://api.zpi.web.id/v1/downloader:pixeldrain/download?url=https%3A%2F%2Fpixeldrain.com%2Fu%2F5UZcgpfV" \
-H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"{
"views": 452,
"fileId": "5UZcgpfV",
"sha256": "d004d510c52de2389e515eb4e3b96cfdb90c006b0af53c7e22b773b7e9f771b7",
"showAds": true,
"fileName": "APPR2622win-yasir252.rar",
"mimeType": "application/x-rar-compressed",
"abuseType": "",
"downloads": 553,
"sizeBytes": 4419530686,
"sizeHuman": "4.12 GB",
"viewerUrl": "https://pixeldrain.com/u/5UZcgpfV",
"uploadedAt": "2026-05-10T17:38:00.677Z",
"canDownload": true,
"downloadUrl": "https://pixeldrain.com/api/file/5UZcgpfV?download",
"lastViewedAt": "2026-06-20T12:53:32.79Z",
"thumbnailUrl": "https://pixeldrain.com/file/5UZcgpfV/thumbnail",
"abuseReporter": "",
"bandwidthUsed": 1682540608132,
"deleteAfterDate": "0001-01-01T00:00:00Z",
"allowVideoPlayer": true,
"downloadSpeedLimit": 0,
"deleteAfterDownloads": 0
}