zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Bypass Tools/Yasir252 Bypass
Logo Yasir252 Bypass

Yasir252 Bypass

Bypass Cloudflare managed challenge di yasir252.com — extract download box (title, files, password) + resolve link chain ke URL final (PixelDrain, GoogleDrive, Mediafire, GoFile, dll).

Endpoints
1
Requests
19
Updated
3 months ago
For LLMs
llms.txt
Endpoint health6 hours ago
  • resolvepassing, 1.8s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/bypass-tools:yasir252/resolve1h cache2 paramschecking key…
Parameters
urlstringrequired

URL halaman software yasir252.

resolveLinksboolean

Resolve final destination per link via 2-step POST chain. Default true → return full CDN URL per host. Set false untuk parse-only mode.

·
Response
EXAMPLE
{
  "boxes": [
    {
      "files": [
        {
          "fileName": "APPR2563win.rar",
          "fileSize": "3.4 GB"
        }
      ],
      "title": "Adobe Premiere Pro 2025 Free Download v25.6",
      "fileId": "46526",
      "groups": [
        {
          "links": [
            {
              "url": "https://pixeldrain.com/u/x8qUssd2",
              "host": "PixelDrain",
              "linkKey": "link1"
            },
            {
              "url": "https://drive.google.com/drive/folders/1OAJZT9BjSw8p70HGDE_dQb09cGUR8BdE?usp=sharing",
              "host": "GDrive",
              "linkKey": "link2"
            },
            {
              "url": "https://fuckingfast.co/cje41j2cqfcq",
              "host": "FKGFast",
              "linkKey": "link3"
            },
            {
              "url": "https://vikingfile.com/f/Xsl0hELNTc",
              "host": "VKGFile",
              "linkKey": "link4"
            }
          ],
          "title": "Installer v25.6"
        },
        {
          "links": [
            {
              "url": "https://pixeldrain.com/u/pDAtHXcy",
              "host": "PixelDrain",
              "linkKey": "link5"
            },
            {
              "url": "https://www.mediafire.com/file/o6oyo9eavg9tccz",
              "host": "Mediafire",
              "linkKey": "link6"
            },
            {
              "url": "https://gofile.io/d/a3WfB4",
              "host": "Gofile",
              "linkKey": "link7"
            },
            {
              "url": "https://drive.google.com/file/d/1AoTPhHjf4WNiAI3WwBi1N0bvKoYyd_Ae/view?usp=sharing",
              "host": "GDrive",
              "linkKey": "link8"
            }
          ],
          "title": "Installer v25.4"
        },
        {
          "links": [
            {
              "url": "https://send.now/s/85RM/AdobeGenP",
              "host": "SendNow",
              "linkKey": "link9"
            },
            {
              "url": "https://gofile.io/d/Kil5lB",
              "host": "Gofile",
              "linkKey": "link10"
            },
            {
              "url": "https://fuckingfast.co/d/r4xvbucrfmo5",
              "host": "FKGFast",
              "linkKey": "link11"
            }
          ],
          "title": "Adobe GenP Patch"
        }
      ],
      "password": "www.yasir252.com"
    }
  ],
  "partial": false,
  "boxCount": 1,
  "inputUrl": "https://www.yasir252.com/software/download-adobe-premiere-pro-2025-full-version/",
  "scrapedAt": "2026-08-19T16:32:23.460Z",
  "totalLinks": 11,
  "resolveLinks": true,
  "resolvedLinks": 11
}

Code examples

Resolve
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("bypass-tools:yasir252", "resolve", {
  "url": "https://www.yasir252.com/software/download-adobe-premiere-pro-2025-full-version/",
  "resolveLinks": true
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/bypass-tools:yasir252/resolve?url=https%3A%2F%2Fwww.yasir252.com%2Fsoftware%2Fdownload-adobe-premiere-pro-2025-full-version%2F&resolveLinks=true" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETResolve/v1/bypass-tools:yasir252/resolveBypass Cloudflare managed challenge di yasir252.com — extract download box (title, files, password) + resolve link chain ke URL final (PixelDrain, GoogleDrive, Mediafire, GoFile, dll).

Parameters

urlstringrequired
URL halaman software yasir252.
resolveLinksbooleanoptional
Resolve final destination per link via 2-step POST chain. Default true → return full CDN URL per host. Set false untuk parse-only mode.

Request

curl -X GET "https://api.zpi.web.id/v1/bypass-tools:yasir252/resolve?url=https%3A%2F%2Fwww.yasir252.com%2Fsoftware%2Fdownload-adobe-premiere-pro-2025-full-version%2F&resolveLinks=true" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "boxes": [
    {
      "files": [
        {
          "fileName": "APPR2563win.rar",
          "fileSize": "3.4 GB"
        }
      ],
      "title": "Adobe Premiere Pro 2025 Free Download v25.6",
      "fileId": "46526",
      "groups": [
        {
          "links": [
            {
              "url": "https://pixeldrain.com/u/x8qUssd2",
              "host": "PixelDrain",
              "linkKey": "link1"
            },
            {
              "url": "https://drive.google.com/drive/folders/1OAJZT9BjSw8p70HGDE_dQb09cGUR8BdE?usp=sharing",
              "host": "GDrive",
              "linkKey": "link2"
            },
            {
              "url": "https://fuckingfast.co/cje41j2cqfcq",
              "host": "FKGFast",
              "linkKey": "link3"
            },
            {
              "url": "https://vikingfile.com/f/Xsl0hELNTc",
              "host": "VKGFile",
              "linkKey": "link4"
            }
          ],
          "title": "Installer v25.6"
        },
        {
          "links": [
            {
              "url": "https://pixeldrain.com/u/pDAtHXcy",
              "host": "PixelDrain",
              "linkKey": "link5"
            },
            {
              "url": "https://www.mediafire.com/file/o6oyo9eavg9tccz",
              "host": "Mediafire",
              "linkKey": "link6"
            },
            {
              "url": "https://gofile.io/d/a3WfB4",
              "host": "Gofile",
              "linkKey": "link7"
            },
            {
              "url": "https://drive.google.com/file/d/1AoTPhHjf4WNiAI3WwBi1N0bvKoYyd_Ae/view?usp=sharing",
              "host": "GDrive",
              "linkKey": "link8"
            }
          ],
          "title": "Installer v25.4"
        },
        {
          "links": [
            {
              "url": "https://send.now/s/85RM/AdobeGenP",
              "host": "SendNow",
              "linkKey": "link9"
            },
            {
              "url": "https://gofile.io/d/Kil5lB",
              "host": "Gofile",
              "linkKey": "link10"
            },
            {
              "url": "https://fuckingfast.co/d/r4xvbucrfmo5",
              "host": "FKGFast",
              "linkKey": "link11"
            }
          ],
          "title": "Adobe GenP Patch"
        }
      ],
      "password": "www.yasir252.com"
    }
  ],
  "partial": false,
  "boxCount": 1,
  "inputUrl": "https://www.yasir252.com/software/download-adobe-premiere-pro-2025-full-version/",
  "scrapedAt": "2026-08-19T16:32:23.460Z",
  "totalLinks": 11,
  "resolveLinks": true,
  "resolvedLinks": 11
}

Related APIs

More in bypass-tools

Platoboost Bypass

bypass-tools/platoboost

Extract whitelist key from Platoboost gateway links. Auto-clicks the checkpoint and polls the upstream until the key is issued — no manual ad-watching required.

98 calls·no cache

tpi.li

bypass-tools/tpi-li

Resolve a tpi.li (ShrinkEarn) short link to its destination URL.

55 calls·2m cache

Sub4Unlock Bypass

bypass-tools/sub4unlock

Bypass sub4unlock.co shortlink — ambil URL tujuan tanpa harus subscribe/like.

31 calls·1h cache

Safelinku Bypass

bypass-tools/safelinku

Bypass safelinku / sfl.gl shortlink dan ekstrak URL tujuan akhir.

19 calls·1h cache

Bitly Bypass

bypass-tools/bitly

Resolve bit.ly / bitly.is / j.mp / amzn.to short URLs ke destination aslinya.

14 calls·1h cache

Pastebin

bypass-tools/pastebin

Fetch raw plaintext content of a public Pastebin paste by URL or id.

5 calls·10m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026