API Access

Integrate Warp Key directly into your applications or scripts.

Available Endpoints

All endpoints return plain text format, one key per line.

Full CollectionGET
Returns the complete list of verified keys (up to 100). Ideal for bulk import.
http://warp-tool.vercel.app/api/full

Usage Example

curl -sL http://warp-tool.vercel.app/api/full > keys.txt
Lite CollectionGET
Returns a random selection of 15 keys. Best for quick access or lightweight clients.
http://warp-tool.vercel.app/api/lite

Usage Example

curl -sL http://warp-tool.vercel.app/api/lite > keys.txt