UUID Generator
Endpoints
Generate 4
Decode 1
What is the UUID Generator API?
Welcome to our super simple UUID API. This API allows you to create UUIDs and GUIDs quickly on-the-fly for testing purposes. No authentication is required. We support generating all major UUID versions including version-1, version-3, version-4, version-5 and "timestamp-first" UUIDs. Read more about different UUID versions. No authentication is required. This is the same API that powers our UUID generator. Endpoints that accept a count argument allow you to create up to 100 UUIDs at once. All endpoints are limited to 60 requests per minute per IP address.
UUID Generator API is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
UUID Generator API endpoints
- GET
/generate/v1Version-1 UUID API
- GET
/generate/v3/namespace/{namespace}/name/{name}Version-3 UUID API
- GET
/generate/v4Version-4 UUID API
- GET
/generate/v5/namespace/{namespace}/name/{name}Version-5 UUID API
- GET
/decode/{uuid}Decode UUID API