Last updated 6 months ago
fetch(`https://tiktok.apiwant.xyz/tiktok/v1/https://www.tiktok.com/@staryuukiii/video/7358879268085992747?lang=es`) .then(response => response.json()) .then(data => { const result = data.result; console.log(result); }) .catch(error => console.error("Error al obtener los datos:", error));
{ data }
{ "detail": "ohh!! Lo siento mi sistema esta muy sobrecargado" }