Skip to content
Tools.Town
290+ free online tools

UUID API

RFC 4122 v4 UUIDs (and base62) — generate, batch, or validate.

Host: uuid.tools.town Method: GET Auth: None Endpoints: 3

Mint one or many UUIDs as JSON, newline, or CSV. Validate existing IDs and embed a tiny widget. Note: api.tools.town also exposes `/v1/uuid` for metered gateway usage — this hostname is the dedicated public product.

Endpoint

All requests should be made to the following host:

GET https://uuid.tools.town/?count=1

Authentication

No API key required. Public GET. Batch up to 100 IDs per request.

All Endpoints

Every route available on uuid.tools.town.

Method Path Description
GET /?count=1 Generate UUID(s); format=rfc4122|base62.
GET /validate?uuid=… Validate and inspect a UUID string.
GET /embed HTML demo widget.

Example Request

cURL
curl -sG "https://uuid.tools.town/" --data-urlencode "count=3"

Error Codes

Code Meaning
400 Bad Request — missing or invalid parameter
404 Not Found — unknown route on this host
405 Method Not Allowed — check the method in the table above
500 Internal Server Error — try again or contact support