Paste a tweet URL, pick your quality. Direct from Twitter's CDN — no storage on our servers.
cdn.syndication.twimg.com to get tweet JSON.video.twimg.com are returned. Your browser downloads directly from Twitter's CDN.This page calls https://cdn.syndication.twimg.com/tweet-result?id=TWEET_ID&token=123 — the same undocumented endpoint Twitter uses for its own embed widgets. The response JSON contains video.variants[] with direct MP4 URLs sorted by bitrate. No video is proxied through this page.
Note on CORS: Browsers block cross-origin requests to Twitter's syndication API. In production, you need a thin backend proxy (PHP wp_remote_get(), Node fetch(), or a CORS proxy) to relay the request server-side. This demo uses a server route for production.