A collection of utility APIs built with Cloudflare Workers, providing various helpful endpoints for common operations.
Generate random UUID v4s (default: 1, max: 50) in both lowercase and uppercase formats. Example: Generate 3 UUIDs
GETGenerate hash of input text. Supported algorithms: sha1, sha256 (default), sha384, sha512. Example: Get SHA-256 hash of "hello"
GETGet detailed information about an IP address including geolocation and network details. Example: Get info for 8.8.8.8
GET