{"openapi":"3.2.0","info":{"title":"UUID Generator API","description":"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.","version":"1.0.0"},"servers":[{"url":"https://uuid-generator.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Generate"},{"name":"Decode"}],"paths":{"/generate/v1":{"get":{"operationId":"get_generate_v1","summary":"Version-1 UUID API","tags":["Generate"]}},"/generate/v3/namespace/{namespace}/name/{name}":{"get":{"operationId":"get_generate_v3_namespace_namespace_name_name","summary":"Version-3 UUID API","tags":["Generate"],"parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"name","in":"path","required":true,"schema":{"type":"string"}}]}},"/generate/v4":{"get":{"operationId":"get_generate_v4","summary":"Version-4 UUID API","tags":["Generate"]}},"/generate/v5/namespace/{namespace}/name/{name}":{"get":{"operationId":"get_generate_v5_namespace_namespace_name_name","summary":"Version-5 UUID API","tags":["Generate"],"parameters":[{"name":"namespace","in":"path","required":true,"schema":{"type":"string"}},{"name":"name","in":"path","required":true,"schema":{"type":"string"}}]}},"/decode/{uuid}":{"get":{"operationId":"get_decode_uuid","summary":"Decode UUID API","tags":["Decode"],"parameters":[{"name":"uuid","in":"path","required":true,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}