Utility APIs

A collection of utility APIs built with Cloudflare Workers, providing various helpful endpoints for common operations.

/time/zones

Get list of all available IANA time zones

GET
/time/now

Get current time in multiple formats.

GET
/uuid

Generate random UUID v4s (default: 1, max: 50) in both lowercase and uppercase formats. Example: Generate 3 UUIDs

GET
/hash

Generate hash of input text. Example: Get SHA-256 hash of "hello"

GET
/dns

DNS lookup for a domain. Example: Lookup A records for google.com

GET
/location

Get detailed location information about the caller like country, city, etc.

GET
/ipinfo

Get detailed information about an IP address including geolocation and network details. Example: Get info for 8.8.8.8

GET