API Documentation
Our free UUID generation API provides programmatic access to generate UUIDs for your applications. No authentication required, no API keys needed. Simply make HTTP requests to our endpoints and receive UUIDs in JSON format.
Version-1 UUID API
Generate time-based UUIDs that include timestamp and MAC address information. Ideal for distributed systems where time ordering is important.
Version-4 UUID API
Generate cryptographically secure random UUIDs. This is the most commonly used UUID type for most applications.
Version-7 UUID API
Generate time-ordered UUIDs with improved performance for database indexing and sorting operations.
GUID API
Generate Microsoft-compatible GUIDs in uppercase format. Commonly used in Windows applications and Microsoft technologies.
Nil UUID API
Generate Nil UUIDs (all zeros) for testing and development purposes. Returns the constant value 00000000-0000-0000-0000-000000000000.