Standard access enabled. Limited to Source 1 (MeowTV) with basic rate limits.
Live throughput, recent calls, and traffic over time.
Your secret API key. Attach it to all requests in the Authorization: Bearer header.
This secret key is hashed in our database and will never be shown to you again.
Only websites with origins matching these domains can consume your API key. Wildcards like *.example.com are supported. (Localhost is automatically permitted for developer testing).
Fetch streams via your authorized origin using your secret API key.
const response = await fetch("https://faucetapi.twnty.top/stream?id=1396&type=tv&season=1&episode=1", {
headers: {
"Authorization": "Bearer YOUR_FAUCET_API_KEY"
}
});
const data = await response.json();
console.log(data.url); // Proxied streaming URL ready to play!