Stenly API/Docs/XVideos
KEMBALI
XVIDEOS SCRAPER NODE

XVideos Node

Akses engine scraper XVideos. Pilih Home untuk daftar video terbaru, Search untuk mencari, atau Watch untuk mengambil detail dari URL video.

GET
https://stenly.org/api/xvideos
Live

Header & URL Arguments

ParameterTypeDescription
p
NumberHalaman (page) yang ingin diakses. Contoh: 1, 2, 3...

Full Integration Guide

1
Siapkan Request REST

Lakukan request ke endpoint kami menggunakan metode GET.

Terminal / Bash (cURL)
curl "https://stenly.org/api/xvideos"
Node.js (Fetch)
const res = await fetch("https://stenly.org/api/xvideos");
const data = await res.json();
tty1
# TARGET URL
https://stenly.org/api/xvideos
# QUERY PARAMS
{
  /* no params */
}
PAGE