# UUID Generator

> Generate UUIDs (v1, v3, v4, v5, v7) in any format. Batch up to 1000, download as TXT/CSV/JSON, or grab SQL-ready INSERT rows. Public API included.

Author: Nimoy Burrowes (https://nimoyburrowes.com/about)
Category: Data tools
Canonical: https://nimoyburrowes.com/tools/uuid-generator

## What it does

Free UUID generator that produces v1, v3, v4, v5, and v7 UUIDs, defaulting to v7 for database-friendly time-ordered keys. Batch sizes from 1 to 1000, formatting options (standard, uppercase, no-hyphens, braces, URN), SQL INSERT generator, downloads as TXT/CSV/JSON, and a public GET API at /api/tools/uuid so developers can hit it from scripts. Generation runs in the visitor's browser; the API is stateless and never logs the values it emits.

## Search intents this tool serves

- uuid generator
- uuid v4 generator
- uuid v7 generator
- guid generator
- batch uuid generator
- uuid api endpoint

## Privacy

Every action runs entirely in the visitor's browser. No input or output is sent to a server, stored, or logged. See the full HTML page for the tool's live interface and full FAQ.

Full page: https://nimoyburrowes.com/tools/uuid-generator