About This Project

A robust tool for automatically collecting and maintaining a high-quality pool of Cloudflare Warp+ keys.

Auto Collection
Scrapes keys from Telegram and other sources.
Validation
Verifies and removes duplicates automatically.
History
Tracks key stability and availability over time.
Open API
Simple text-based endpoints for easy integration.

Direct Access

Get the latest key lists directly via our API endpoints. Data is refreshed hourly. (实时抓取,不落盘存储)

Full List (Text)
/api/full

Get all ~100 valid keys, newline separated.

Lite List (Text)
/api/lite

Get 15 random valid keys, newline separated.

Private Deployment

You can deploy this tool yourself. The original Go implementation supports local running, while this web version is optimized for Vercel Serverless.

Original Project

Based on the original Go implementation. This modern web version offers a visual interface and API.

Created by Haoyu Wang

Visit Website