UUID Generator API
Generates and decodes UUIDs across versions 1, 3, 4, 5, and timestamp-first variants for use as unique identifiers in distributed systems. Supports batch generation and deterministic name-based UUID creation, with no authentication required.
Slug: uuid-generator
Key:
Base URL:
Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Key:
uuidtools.com:uuid-generator-apiBase URL:
https://www.uuidtools.com/api/Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Endpoints (9)
| Path | Summary | Response | Auth |
|---|---|---|---|
| decode/{uuid} | Decode UUID information | application/json |
— |
| generate/timestamp-first | Generate Timestamp-First UUID(s) | text/plain |
— |
| generate/timestamp-first/count/{count} | Generate multiple Timestamp-First UUIDs | application/json |
— |
| generate/v1 | Generate Version 1 UUID(s) | application/json |
— |
| generate/v1/count/{count} | Generate multiple Version 1 UUIDs | application/json |
— |
| generate/v3/namespace/{namespace}/name/{name} | Generate Version 3 UUID (MD5-based) | application/json |
— |
| generate/v4 | Generate Version 4 UUID(s) | application/json |
— |
| generate/v4/count/{count} | Generate multiple Version 4 UUIDs | application/json |
— |
| generate/v5/namespace/{namespace}/name/{name} | Generate Version 5 UUID (SHA-1-based) | application/json |
— |