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.

Claim this API

Are you the operator of UUID Generator API? Submit a claim to establish contact with us.

Report an Issue

Found something wrong with UUID Generator API? Let us know about broken links, changed auth, deprecated endpoints, or other issues.

Slug: uuid-generator
Key: uuidtools.com:uuid-generator-api
Base URL: https://www.uuidtools.com/api/
Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified

Links

Homepage: https://www.uuidtools.com
API Base: https://www.uuidtools.com/api/

Topics

DEVTOOLS, TECHNOLOGY

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