UUID Generator
Generate unique UUIDs (v1, v4, v5) with customizable formats. Perfect for creating unique identifiers for databases, APIs, and applications.
UUID Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Generate UUID v4 /api/v1/generate |
Generate a single UUID v4 (random). UUID v4 is randomly generated and is the most commonly used version. |
| GET |
Generate UUID v1 /api/v1/generate/v1 |
Generate a single UUID v1 (time-based). UUID v1 is generated based on timestamp and MAC address. |
| GET |
Generate UUID v5 /api/v1/generate/v5 |
Generate a single UUID v5 (name-based with SHA-1). UUID v5 is generated from a namespace and name using SHA-1 hashing. Predefined namespaces: dns, url, oid, x500. Or provide a… |
| POST |
Bulk Generate UUIDs /api/v1/bulk |
Generate multiple UUIDs at once. Supports UUID versions 1 and 4. Maximum 1000 UUIDs per request. |
| GET |
Validate UUID /api/v1/validate |
Validate a UUID string. Checks if the provided string is a valid UUID format. |
| GET |
Parse UUID /api/v1/parse |
Parse a UUID and extract detailed information. Returns UUID components, version, variant, hex, URN, and various representations including timestamp for v1 UUIDs. |
UUID Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|