{"id":2466,"date":"2026-06-21T22:48:44","date_gmt":"2026-06-21T19:48:44","guid":{"rendered":"https:\/\/success-web.site\/?post_type=tool&#038;p=2466"},"modified":"2026-06-22T13:06:00","modified_gmt":"2026-06-22T10:06:00","slug":"uuid-generator","status":"publish","type":"tool","link":"https:\/\/success-web.site\/en\/tools\/uuid-generator\/","title":{"rendered":"UUID Generator Online"},"content":{"rendered":"<section class=\"sws-content-block uuid-generator-block pt-90 pb-90 light-bg\">\n    <div class=\"container\">\n        <div class=\"ugb-wrap\" data-animate=\"fadeInUp\" data-delay=\".1\">\n            <script type=\"application\/json\" class=\"ugb-config\">{\"hints\":{\"v1\":\"Time-based: timestamp + random node.\",\"v3\":\"Name-based (MD5). Requires namespace and name.\",\"v4\":\"Fully random \\u2014 the default option.\",\"v5\":\"Name-based (SHA-1). Requires namespace and name.\",\"v6\":\"Reordered time \\u2014 sorts by creation time.\",\"v7\":\"Unix time in ms + random bits. Recommended for DB keys.\",\"v8\":\"Custom \\\/ experimental.\",\"nil\":\"Nil UUID \\u2014 all zeros.\",\"max\":\"Max UUID \\u2014 all ones.\"},\"copy\":\"Copy\",\"copied\":\"Copied\",\"copyAll\":\"Copy all\",\"copyOneTitle\":\"Copy\",\"listCountLabel\":\"{n} UUID\",\"invalidMsg\":\"Enter a valid namespace UUID\"}<\/script>\n            <div class=\"card ugb-card\">\n                <div class=\"card-body\">\n\n                    <div class=\"ugb-badge\">UUID Generator<\/div>\n                    <h2 class=\"ugb-heading\">Generate a unique identifier<\/h2>\n\n                    <!-- version -->\n                    <div class=\"ugb-label\">Version<\/div>\n                    <div class=\"ugb-versions d-flex flex-wrap\">\n                                                    <button type=\"button\" class=\"ugb-ver-btn\" data-version=\"v1\">v1<\/button>\n                                                    <button type=\"button\" class=\"ugb-ver-btn\" data-version=\"v3\">v3<\/button>\n                                                    <button type=\"button\" class=\"ugb-ver-btn is-active\" data-version=\"v4\">v4<\/button>\n                                                    <button type=\"button\" class=\"ugb-ver-btn\" data-version=\"v5\">v5<\/button>\n                                                    <button type=\"button\" class=\"ugb-ver-btn\" data-version=\"v6\">v6<\/button>\n                                                    <button type=\"button\" class=\"ugb-ver-btn\" data-version=\"v7\">v7<\/button>\n                                                    <button type=\"button\" class=\"ugb-ver-btn\" data-version=\"v8\">v8<\/button>\n                                                    <button type=\"button\" class=\"ugb-ver-btn\" data-version=\"nil\">Nil<\/button>\n                                                    <button type=\"button\" class=\"ugb-ver-btn\" data-version=\"max\">Max<\/button>\n                                            <\/div>\n                    <div class=\"ugb-hint\"><i class=\"fas fa-info-circle\"><\/i><span class=\"ugb-version-hint\">Fully random \u2014 the default option.<\/span><\/div>\n\n                    <!-- name-based fields (v3 \/ v5) -->\n                    <div class=\"ugb-namebox\" style=\"display:none;\">\n                        <div class=\"ugb-name-grid\">\n                            <div>\n                                <div class=\"ugb-label\">Namespace<\/div>\n                                <select class=\"ugb-control ugb-namespace\">\n                                    <option value=\"dns\">DNS \u2014 6ba7b810-\u2026<\/option>\n                                    <option value=\"url\">URL \u2014 6ba7b811-\u2026<\/option>\n                                    <option value=\"oid\">OID \u2014 6ba7b812-\u2026<\/option>\n                                    <option value=\"x500\">X.500 \u2014 6ba7b814-\u2026<\/option>\n                                    <option value=\"custom\">Custom UUID\u2026<\/option>\n                                <\/select>\n                            <\/div>\n                            <div>\n                                <div class=\"ugb-label\">Name<\/div>\n                                <input type=\"text\" class=\"ugb-control ugb-name\" value=\"example.com\" placeholder=\"example.com\">\n                            <\/div>\n                        <\/div>\n                        <div class=\"ugb-customns\" style=\"display:none;\">\n                            <div class=\"ugb-label\">Custom namespace (UUID)<\/div>\n                            <input type=\"text\" class=\"ugb-control ugb-customns-input\" placeholder=\"00000000-0000-0000-0000-000000000000\">\n                        <\/div>\n                        <div class=\"ugb-hint\"><i class=\"fas fa-equals\"><\/i><span>Deterministic: the same namespace and name produce the same UUID.<\/span><\/div>\n                    <\/div>\n\n                    <!-- result -->\n                    <div class=\"ugb-label ugb-label-sec\">Result<\/div>\n                    <div class=\"ugb-result-row d-flex flex-wrap align-items-center\">\n                        <div class=\"ugb-result-box\"><span class=\"ugb-primary\"><\/span><\/div>\n                        <div class=\"ugb-result-actions d-flex\">\n                            <button type=\"button\" class=\"ugb-regen\" title=\"Generate new\"><i class=\"fas fa-sync-alt\"><\/i><\/button>\n                            <button type=\"button\" class=\"ugb-copy\"><i class=\"far fa-copy ugb-ico\"><\/i><span class=\"ugb-copy-label\">Copy<\/span><\/button>\n                        <\/div>\n                    <\/div>\n\n                    <!-- count -->\n                    <div class=\"ugb-label ugb-label-sec\">Count<\/div>\n                    <div class=\"ugb-count-row d-flex align-items-center flex-wrap\">\n                        <input type=\"number\" class=\"ugb-control ugb-count\" min=\"1\" max=\"50\" value=\"1\">\n                        <div class=\"ugb-presets d-flex\">\n                                                            <button type=\"button\" class=\"ugb-preset is-active\" data-count=\"1\">1<\/button>\n                                                            <button type=\"button\" class=\"ugb-preset\" data-count=\"5\">5<\/button>\n                                                            <button type=\"button\" class=\"ugb-preset\" data-count=\"10\">10<\/button>\n                                                            <button type=\"button\" class=\"ugb-preset\" data-count=\"25\">25<\/button>\n                                                    <\/div>\n                    <\/div>\n\n                    <!-- list (count > 1) -->\n                    <div class=\"ugb-listwrap\" style=\"display:none;\">\n                        <div class=\"ugb-list-head d-flex align-items-center justify-content-between\">\n                            <span class=\"ugb-list-count\"><\/span>\n                            <button type=\"button\" class=\"ugb-copyall\"><i class=\"far fa-copy ugb-ico\"><\/i><span class=\"ugb-copyall-label\">Copy all<\/span><\/button>\n                        <\/div>\n                        <div class=\"ugb-list\"><\/div>\n                    <\/div>\n\n                    <!-- format -->\n                    <div class=\"ugb-label ugb-label-fmt\">Format<\/div>\n                    <div class=\"ugb-formats\">\n                        <div class=\"ugb-fmt\" data-fmt=\"uppercase\">\n                            <span class=\"ugb-fmt-box\"><i class=\"fas fa-check\"><\/i><\/span>\n                            <span>\n                                <span class=\"ugb-fmt-label d-block\">Uppercase<\/span>\n                                <span class=\"ugb-fmt-sub d-block\">ABCDEF<\/span>\n                            <\/span>\n                        <\/div>\n                        <div class=\"ugb-fmt is-active\" data-fmt=\"hyphens\">\n                            <span class=\"ugb-fmt-box\"><i class=\"fas fa-check\"><\/i><\/span>\n                            <span>\n                                <span class=\"ugb-fmt-label d-block\">With hyphens<\/span>\n                                <span class=\"ugb-fmt-sub d-block\">xxxx-xxxx<\/span>\n                            <\/span>\n                        <\/div>\n                    <\/div>\n\n                    <!-- footer note -->\n                    <div class=\"ugb-foot\"><i class=\"fas fa-lock\"><\/i><span>UUIDs are generated locally in your browser and never sent anywhere<\/span><\/div>\n\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<div class=\"wp-block-group container\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\"><section class=\"sws-content-block spacer-block sws-spacer-medium\">\r\n\r\n<\/section>\r\n\n\n\n<p class=\"wp-block-paragraph\">Generate a universally unique identifier (UUID\/GUID) online \u2014 instantly and for free. Pick the version, count and format, then copy the result with one click.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group container\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h2 class=\"wp-block-heading\">What is a UUID<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A UUID is a 128-bit identifier that is practically guaranteed to be unique without a central registry. It is used for database keys, request and file IDs, session tokens and distributed systems. The generator supports versions v1, v3, v4, v5, v6, v7, v8 and Nil\/Max, and runs entirely in your browser \u2014 values are never sent to a server.<\/p>\n<\/div><\/div>\n\n\n<section class=\"sws-content-block questions-answers-block\">\r\n    <section class=\"pt-120 pb-70 pb-mobile-10\">\r\n        <div class=\"container\">\r\n            <div class=\"row align-items-center\">\r\n                <div class=\"col-lg-7\">\r\n                    <div class=\"faq pb-50\" data-animate=\"fadeInUp\" data-delay=\".1\">\r\n                        <div class=\"section-title pb-mobile-10\">\r\n                            <h2>Frequently asked questions<\/h2>                        <\/div>\r\n\r\n                        <div class=\"accordion\" id=\"accordionFaq\">\r\n                                                                                                <div class=\"single-faq\">\r\n                                        <div class=\"faq-title d-flex align-items-center\">\r\n                                            <h3 class=\"h5\" data-toggle=\"collapse\" data-target=\"#faq-collapse-1\" aria-expanded=\"true\" aria-controls=\"faq-collapse-1\">\r\n                                                Which UUID version should I choose?                                            <\/h3>\r\n                                        <\/div>\r\n                                        <div id=\"faq-collapse-1\" class=\"show\" data-parent=\"#accordionFaq\">\r\n                                            <div class=\"faq-answer\">\r\n                                                <p>For most cases v4 (fully random) is the best choice \u2014 it is the default. v7 is great for database keys because it is time-ordered; v1\/v6 are time-based, while v3\/v5 are name-based (hashed). Nil and Max are special all-zero or all-one values.<\/p>\n                                            <\/div>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"single-faq\">\r\n                                        <div class=\"faq-title d-flex align-items-center\">\r\n                                            <h3 class=\"h5\" data-toggle=\"collapse\" data-target=\"#faq-collapse-2\" aria-expanded=\"false\" aria-controls=\"faq-collapse-2\">\r\n                                                What is the difference between UUID and GUID?                                            <\/h3>\r\n                                        <\/div>\r\n                                        <div id=\"faq-collapse-2\" class=\"collapse\" data-parent=\"#accordionFaq\">\r\n                                            <div class=\"faq-answer\">\r\n                                                <p>They are the same thing. GUID (Globally Unique Identifier) is the name used in the Microsoft ecosystem, while UUID is the RFC standard term. The format and purpose are identical.<\/p>\n                                            <\/div>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"single-faq\">\r\n                                        <div class=\"faq-title d-flex align-items-center\">\r\n                                            <h3 class=\"h5\" data-toggle=\"collapse\" data-target=\"#faq-collapse-3\" aria-expanded=\"false\" aria-controls=\"faq-collapse-3\">\r\n                                                Can two UUIDs ever collide?                                            <\/h3>\r\n                                        <\/div>\r\n                                        <div id=\"faq-collapse-3\" class=\"collapse\" data-parent=\"#accordionFaq\">\r\n                                            <div class=\"faq-answer\">\r\n                                                <p>The probability of a collision is so small it is considered negligible: a v4 UUID has 122 random bits. In practice UUIDs are treated as unique without any central registry.<\/p>\n                                            <\/div>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"single-faq\">\r\n                                        <div class=\"faq-title d-flex align-items-center\">\r\n                                            <h3 class=\"h5\" data-toggle=\"collapse\" data-target=\"#faq-collapse-4\" aria-expanded=\"false\" aria-controls=\"faq-collapse-4\">\r\n                                                Is it safe to generate UUIDs here?                                            <\/h3>\r\n                                        <\/div>\r\n                                        <div id=\"faq-collapse-4\" class=\"collapse\" data-parent=\"#accordionFaq\">\r\n                                            <div class=\"faq-answer\">\r\n                                                <p>Yes. All values are generated locally in your browser and are never sent to a server \u2014 we do not see or store them.<\/p>\n                                            <\/div>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                                                    <div class=\"single-faq\">\r\n                                        <div class=\"faq-title d-flex align-items-center\">\r\n                                            <h3 class=\"h5\" data-toggle=\"collapse\" data-target=\"#faq-collapse-5\" aria-expanded=\"false\" aria-controls=\"faq-collapse-5\">\r\n                                                Is it free, and how many values can I generate at once?                                            <\/h3>\r\n                                        <\/div>\r\n                                        <div id=\"faq-collapse-5\" class=\"collapse\" data-parent=\"#accordionFaq\">\r\n                                            <div class=\"faq-answer\">\r\n                                                <p>The tool is completely free. You can generate up to 50 UUIDs at once and copy them in the format you need.<\/p>\n                                            <\/div>\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                                                                    <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"col-lg-5\">\r\n                    <div class=\"mb-50\" data-animate=\"fadeInUp\" data-delay=\".4\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"470\" height=\"334\" src=\"https:\/\/success-web.site\/wp-content\/uploads\/2025\/02\/frequency_questions.svg\" class=\"attachment-full size-full\" alt=\"\" \/>                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n            <script type=\"application\/ld+json\">\r\n            {\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Which UUID version should I choose?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>For most cases v4 (fully random) is the best choice \\u2014 it is the default. v7 is great for database keys because it is time-ordered; v1\\\/v6 are time-based, while v3\\\/v5 are name-based (hashed). Nil and Max are special all-zero or all-one values.<\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"What is the difference between UUID and GUID?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>They are the same thing. GUID (Globally Unique Identifier) is the name used in the Microsoft ecosystem, while UUID is the RFC standard term. The format and purpose are identical.<\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Can two UUIDs ever collide?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>The probability of a collision is so small it is considered negligible: a v4 UUID has 122 random bits. In practice UUIDs are treated as unique without any central registry.<\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it safe to generate UUIDs here?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes. All values are generated locally in your browser and are never sent to a server \\u2014 we do not see or store them.<\\\/p>\\n\"}},{\"@type\":\"Question\",\"name\":\"Is it free, and how many values can I generate at once?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>The tool is completely free. You can generate up to 50 UUIDs at once and copy them in the format you need.<\\\/p>\\n\"}}]}        <\/script>\r\n    <\/section>\r\n","protected":false},"featured_media":0,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-2466","tool","type-tool","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>UUID Generator Online \u2014 v1, v4, v5, v7 | Success-web.site<\/title>\n<meta name=\"description\" content=\"Free online UUID\/GUID generator: versions v1, v3, v4, v5, v6, v7, v8, Nil and Max. Generate up to 50 values at once and copy them in multiple formats.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/success-web.site\/en\/tools\/uuid-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UUID Generator Online \u2014 v1, v4, v5, v7 | Success-web.site\" \/>\n<meta property=\"og:description\" content=\"Free online UUID\/GUID generator: versions v1, v3, v4, v5, v6, v7, v8, Nil and Max. Generate up to 50 values at once and copy them in multiple formats.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/success-web.site\/en\/tools\/uuid-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0412\u0435\u0431 \u0441\u0442\u0443\u0434\u0456\u044f Success web site\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-22T10:06:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/success-web.site\/wp-content\/uploads\/2026\/07\/og-general-en.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/success-web.site\/wp-content\/uploads\/2026\/07\/og-general-en.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/tools\\\/uuid-generator\\\/\",\"url\":\"https:\\\/\\\/success-web.site\\\/en\\\/tools\\\/uuid-generator\\\/\",\"name\":\"UUID Generator Online \u2014 v1, v4, v5, v7 | Success-web.site\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/#website\"},\"datePublished\":\"2026-06-21T19:48:44+00:00\",\"dateModified\":\"2026-06-22T10:06:00+00:00\",\"description\":\"Free online UUID\\\/GUID generator: versions v1, v3, v4, v5, v6, v7, v8, Nil and Max. Generate up to 50 values at once and copy them in multiple formats.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/tools\\\/uuid-generator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/success-web.site\\\/en\\\/tools\\\/uuid-generator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/tools\\\/uuid-generator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043e\u043b\u043e\u0432\u043d\u0430\",\"item\":\"https:\\\/\\\/success-web.site\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UUID Generator Online\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/success-web.site\\\/en\\\/\",\"name\":\"\u0412\u0435\u0431 \u0441\u0442\u0443\u0434\u0456\u044f Success web site\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/success-web.site\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/#organization\",\"name\":\"\u0412\u0435\u0431 \u0441\u0442\u0443\u0434\u0456\u044f Success web site\",\"url\":\"https:\\\/\\\/success-web.site\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/success-web.site\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/success-web.site\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/logo.png\",\"width\":500,\"height\":125,\"caption\":\"\u0412\u0435\u0431 \u0441\u0442\u0443\u0434\u0456\u044f Success web site\"},\"image\":{\"@id\":\"https:\\\/\\\/success-web.site\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"UUID Generator Online \u2014 v1, v4, v5, v7 | Success-web.site","description":"Free online UUID\/GUID generator: versions v1, v3, v4, v5, v6, v7, v8, Nil and Max. Generate up to 50 values at once and copy them in multiple formats.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/success-web.site\/en\/tools\/uuid-generator\/","og_locale":"en_US","og_type":"article","og_title":"UUID Generator Online \u2014 v1, v4, v5, v7 | Success-web.site","og_description":"Free online UUID\/GUID generator: versions v1, v3, v4, v5, v6, v7, v8, Nil and Max. Generate up to 50 values at once and copy them in multiple formats.","og_url":"https:\/\/success-web.site\/en\/tools\/uuid-generator\/","og_site_name":"\u0412\u0435\u0431 \u0441\u0442\u0443\u0434\u0456\u044f Success web site","article_modified_time":"2026-06-22T10:06:00+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/success-web.site\/wp-content\/uploads\/2026\/07\/og-general-en.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/success-web.site\/wp-content\/uploads\/2026\/07\/og-general-en.jpg","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/success-web.site\/en\/tools\/uuid-generator\/","url":"https:\/\/success-web.site\/en\/tools\/uuid-generator\/","name":"UUID Generator Online \u2014 v1, v4, v5, v7 | Success-web.site","isPartOf":{"@id":"https:\/\/success-web.site\/en\/#website"},"datePublished":"2026-06-21T19:48:44+00:00","dateModified":"2026-06-22T10:06:00+00:00","description":"Free online UUID\/GUID generator: versions v1, v3, v4, v5, v6, v7, v8, Nil and Max. Generate up to 50 values at once and copy them in multiple formats.","breadcrumb":{"@id":"https:\/\/success-web.site\/en\/tools\/uuid-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/success-web.site\/en\/tools\/uuid-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/success-web.site\/en\/tools\/uuid-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043e\u043b\u043e\u0432\u043d\u0430","item":"https:\/\/success-web.site\/en\/"},{"@type":"ListItem","position":2,"name":"UUID Generator Online"}]},{"@type":"WebSite","@id":"https:\/\/success-web.site\/en\/#website","url":"https:\/\/success-web.site\/en\/","name":"\u0412\u0435\u0431 \u0441\u0442\u0443\u0434\u0456\u044f Success web site","description":"","publisher":{"@id":"https:\/\/success-web.site\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/success-web.site\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/success-web.site\/en\/#organization","name":"\u0412\u0435\u0431 \u0441\u0442\u0443\u0434\u0456\u044f Success web site","url":"https:\/\/success-web.site\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/success-web.site\/en\/#\/schema\/logo\/image\/","url":"https:\/\/success-web.site\/wp-content\/uploads\/2025\/02\/logo.png","contentUrl":"https:\/\/success-web.site\/wp-content\/uploads\/2025\/02\/logo.png","width":500,"height":125,"caption":"\u0412\u0435\u0431 \u0441\u0442\u0443\u0434\u0456\u044f Success web site"},"image":{"@id":"https:\/\/success-web.site\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/success-web.site\/en\/wp-json\/wp\/v2\/tool\/2466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/success-web.site\/en\/wp-json\/wp\/v2\/tool"}],"about":[{"href":"https:\/\/success-web.site\/en\/wp-json\/wp\/v2\/types\/tool"}],"version-history":[{"count":4,"href":"https:\/\/success-web.site\/en\/wp-json\/wp\/v2\/tool\/2466\/revisions"}],"predecessor-version":[{"id":2500,"href":"https:\/\/success-web.site\/en\/wp-json\/wp\/v2\/tool\/2466\/revisions\/2500"}],"wp:attachment":[{"href":"https:\/\/success-web.site\/en\/wp-json\/wp\/v2\/media?parent=2466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}