Get metadata and playback URLs for a Twitch clip by URL.
Endpoint
/v1/twitch/clips
Query
Link to the Twitch clip.
const response = await fetch( "https://api.socialfetch.dev/v1/twitch/clips?url=https://www.twitch.tv/staryuuki/clip/CloudySavageMarjoramRuleFive--ErzsYbE7UWvgCMQ", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);