UUID API
RFC 4122 v4 UUIDs (and base62) — generate, batch, or validate.
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
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 -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 |