{"id":8309350,"date":"2025-07-29T08:59:42","date_gmt":"2025-07-29T05:59:42","guid":{"rendered":"https:\/\/elementor.com\/?p=8309350"},"modified":"2025-08-04T14:20:17","modified_gmt":"2025-08-04T14:20:17","slug":"what-is-my-ip-address","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/","title":{"rendered":"What Is My IP Address"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8309782\" class=\"elementor elementor-8309782\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b892584 e-flex e-con-boxed e-con e-parent\" data-id=\"2b892584\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f5f9fc elementor-widget elementor-widget-spacer\" data-id=\"2f5f9fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebdca2f elementor-widget elementor-widget-html\" data-id=\"ebdca2f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n        \/* --- Basic Setup --- *\/\r\n    ;\r\n        }\r\n\r\n        \/* --- Main App Container (Adapted from user's html-viewer-app) --- *\/\r\n        .ip-address-app {\r\n            width: 100%;\r\n            max-width: 600px;\r\n            margin: 0 auto;\r\n            padding: 0;\r\n            background: transparent;\r\n            overflow: visible;\r\n            position: relative;\r\n        }\r\n\r\n        \/* --- Main Content Area (Adapted from user's main-content) --- *\/\r\n        .main-content {\r\n            background: white;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);\r\n            border: 1.5px solid #EBEBEB;\r\n        }\r\n\r\n        \/* --- Header (Reusing user's section-header) --- *\/\r\n        .section-header {\r\n            background-color: #05047E;\r\n            color: white;\r\n            padding: 16px 24px;\r\n            font-weight: 700;\r\n            font-size: 1.25rem;\r\n            text-align: center;\r\n        }\r\n\r\n        \/* --- Output\/Results Section --- *\/\r\n        .output-section {\r\n            padding: 24px;\r\n            min-height: 280px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: flex-start;\r\n            text-align: center;\r\n        }\r\n        \r\n        \/* --- IP Version Tabs --- *\/\r\n        .ip-version-tabs {\r\n            display: flex;\r\n            background-color: #e9ecef;\r\n            border-radius: 8px;\r\n            padding: 4px;\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .tab-btn {\r\n            flex: 1;\r\n            padding: 10px 20px;\r\n            border: none;\r\n            background-color: transparent;\r\n            cursor: pointer;\r\n            font-size: 1rem;\r\n            font-weight: 500;\r\n            color: #495057;\r\n            border-radius: 6px;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .tab-btn.active {\r\n            background-color: #ffffff;\r\n            color: #05047E;\r\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\r\n        }\r\n\r\n        \/* --- IP Display --- *\/\r\n        .ip-display-wrapper {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 16px;\r\n            background-color: #f8f9fa;\r\n            padding: 16px 24px;\r\n            border-radius: 8px;\r\n            border: 1px solid #e9ecef;\r\n            margin-bottom: 24px;\r\n            flex-wrap: wrap;\r\n            justify-content: center;\r\n        }\r\n\r\n        .ip-address {\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            color: #05047E;\r\n            word-break: break-all;\r\n        }\r\n\r\n        \/* --- Copy Button (Adapted from user's copy-btn) --- *\/\r\n        .copy-btn {\r\n            background-color: rgb(255, 255, 255);\r\n            color: black;\r\n            border: 1px solid #ddd;\r\n            padding: 8px 16px;\r\n            border-radius: 4px;\r\n            cursor: pointer;\r\n            font-size: 14px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            transition: background-color 0.2s;\r\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .copy-btn:is(:hover, :focus, :focus-visible) {\r\n            background-color: #f6f6f6 !important;\r\n            color: black;\r\n        }\r\n        \r\n        .copy-btn .icon {\r\n            width: 16px;\r\n            height: 16px;\r\n        }\r\n\r\n        \/* --- IP Details --- *\/\r\n        .ip-details-grid {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 16px;\r\n            width: 100%;\r\n            text-align: left;\r\n            margin-top: 16px;\r\n        }\r\n\r\n        .detail-item {\r\n            background-color: #f8f9fa;\r\n            padding: 16px;\r\n            border-radius: 8px;\r\n        }\r\n\r\n        .detail-item strong {\r\n            display: block;\r\n            font-size: 0.9rem;\r\n            color: #6c757d;\r\n            margin-bottom: 4px;\r\n        }\r\n\r\n        .detail-item span {\r\n            font-size: 1.1rem;\r\n            color: #333;\r\n            word-break: break-word;\r\n        }\r\n        \r\n        #loadingState {\r\n             font-size: 1.2rem;\r\n             color: #6c757d;\r\n        }\r\n\r\n        \/* --- Success Message (Adapted from user's success-message) --- *\/\r\n        .success-message {\r\n            position: fixed;\r\n            bottom: 20px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            background-color: #28a745;\r\n            color: white;\r\n            padding: 12px 24px;\r\n            border-radius: 4px;\r\n            font-size: 14px;\r\n            opacity: 0;\r\n            transition: all 0.4s ease;\r\n            z-index: 1000;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .success-message.show {\r\n            opacity: 1;\r\n            transform: translate(-50%, -10px);\r\n        }\r\n\r\n        \/* --- Responsive Design --- *\/\r\n        @media (max-width: 600px) {\r\n            .ip-address {\r\n                font-size: 1.2rem;\r\n            }\r\n            .ip-details-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            .output-section {\r\n                padding: 16px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n\r\n    <div class=\"ip-address-app\">\r\n        <div class=\"main-content\">\r\n            <div class=\"section-header\">\r\n                My IP Information:\r\n            <\/div>\r\n            \r\n            <div id=\"outputSection\" class=\"output-section\">\r\n                <div id=\"loadingState\">Loading your IP information...<\/div>\r\n                \r\n                <div id=\"ipInfoContainer\" style=\"display: none; width: 100%;\">\r\n                    <div class=\"ip-version-tabs\">\r\n                        <button id=\"ipv4Tab\" class=\"tab-btn active\">IPv4<\/button>\r\n                        <button id=\"ipv6Tab\" class=\"tab-btn\">IPv6<\/button>\r\n                    <\/div>\r\n\r\n                    <!-- IPv4 Information -->\r\n                    <div id=\"ipv4Info\">\r\n                        <div class=\"ip-display-wrapper\">\r\n                            <span id=\"ipv4Address\" class=\"ip-address\">...<\/span>\r\n                            <button id=\"copyBtn\" class=\"copy-btn\">\r\n                                <svg class=\"icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg>\r\n                                <span id=\"copyBtnText\">Copy<\/span>\r\n                            <\/button>\r\n                        <\/div>\r\n                        <div class=\"ip-details-grid\">\r\n                            <div class=\"detail-item\"><strong>ISP<\/strong><span id=\"ipv4Isp\">...<\/span><\/div>\r\n                            <div class=\"detail-item\"><strong>City<\/strong><span id=\"ipv4City\">...<\/span><\/div>\r\n                            <div class=\"detail-item\"><strong>Region<\/strong><span id=\"ipv4Region\">...<\/span><\/div>\r\n                            <div class=\"detail-item\"><strong>Country<\/strong><span id=\"ipv4Country\">...<\/span><\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- IPv6 Information -->\r\n                    <div id=\"ipv6Info\" style=\"display: none;\">\r\n                         <div class=\"ip-display-wrapper\">\r\n                            <span id=\"ipv6Address\" class=\"ip-address\">...<\/span>\r\n                            <!-- The copy button is shared and its logic will adapt -->\r\n                        <\/div>\r\n                         <div class=\"ip-details-grid\">\r\n                            <div class=\"detail-item\">\r\n                                <strong>Note<\/strong>\r\n                                <span id=\"ipv6Note\">Geolocation data is based on your IPv4 address.<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    \r\n    <div id=\"successMessage\" class=\"success-message\">Copied to clipboard!<\/div>\r\n    <textarea id=\"hiddenCopyText\" style=\"position:absolute;left:-9999px;top:0;\"><\/textarea>\r\n\r\n    <script>\r\n        \/\/ --- DOM Element References ---\r\n        const loadingState = document.getElementById('loadingState');\r\n        const ipInfoContainer = document.getElementById('ipInfoContainer');\r\n        const copyBtn = document.getElementById('copyBtn');\r\n        const copyBtnText = document.getElementById('copyBtnText');\r\n        const successMessage = document.getElementById('successMessage');\r\n        const hiddenCopyText = document.getElementById('hiddenCopyText');\r\n\r\n        const ipv4Tab = document.getElementById('ipv4Tab');\r\n        const ipv6Tab = document.getElementById('ipv6Tab');\r\n        const ipv4Info = document.getElementById('ipv4Info');\r\n        const ipv6Info = document.getElementById('ipv6Info');\r\n\r\n        const ipv4AddressEl = document.getElementById('ipv4Address');\r\n        const ipv4IspEl = document.getElementById('ipv4Isp');\r\n        const ipv4CityEl = document.getElementById('ipv4City');\r\n        const ipv4RegionEl = document.getElementById('ipv4Region');\r\n        const ipv4CountryEl = document.getElementById('ipv4Country');\r\n        const ipv6AddressEl = document.getElementById('ipv6Address');\r\n\r\n        let currentView = 'ipv4'; \/\/ To track the active tab\r\n\r\n        \/**\r\n         * Fetches and displays the user's IP information on page load.\r\n         * This function now explicitly fetches the IPv4 address first, then gets\r\n         * geo details for that specific IPv4 to avoid mismatches.\r\n         *\/\r\n        async function fetchAllIpInfo() {\r\n            try {\r\n                \/\/ Start fetching IPv6 in parallel, as it's independent.\r\n                const ipv6Promise = fetch('https:\/\/api6.ipify.org?format=json')\r\n                    .then(res => res.json())\r\n                    .catch(err => ({ ip: 'Not available' })); \r\n\r\n                \/\/ --- Chain for IPv4 and Geolocation ---\r\n                \/\/ 1. First, get the public IPv4 address from a dedicated v4 service.\r\n                const ipv4Response = await fetch('https:\/\/api4.ipify.org?format=json');\r\n                const ipv4Result = await ipv4Response.json();\r\n                const ipv4Address = ipv4Result.ip;\r\n\r\n                \/\/ 2. Then, use that specific IPv4 to get geolocation data.\r\n                const geoPromise = fetch(`https:\/\/ipapi.co\/${ipv4Address}\/json\/`).then(res => res.json());\r\n\r\n                \/\/ --- Resolve all promises ---\r\n                const [geoData, ipv6Data] = await Promise.all([geoPromise, ipv6Promise]);\r\n\r\n                \/\/ --- Populate UI ---\r\n                \/\/ Populate IPv4 UI with data from the correct sources\r\n                ipv4AddressEl.textContent = ipv4Address || 'N\/A';\r\n                ipv4IspEl.textContent = geoData.org || 'N\/A';\r\n                ipv4CityEl.textContent = geoData.city || 'N\/A';\r\n                ipv4RegionEl.textContent = geoData.region || 'N\/A';\r\n                ipv4CountryEl.textContent = geoData.country_name || 'N\/A';\r\n\r\n                \/\/ Populate IPv6 UI\r\n                ipv6AddressEl.textContent = ipv6Data.ip || 'Not available';\r\n\r\n                \/\/ Hide loading and show info\r\n                loadingState.style.display = 'none';\r\n                ipInfoContainer.style.display = 'block';\r\n\r\n            } catch (error) {\r\n                console.error('Failed to fetch IP information:', error);\r\n                loadingState.textContent = 'Could not fetch IP information. Please try again later.';\r\n            }\r\n        }\r\n\r\n        \/**\r\n         * Switches the view between IPv4 and IPv6.\r\n         * @param {string} viewToShow - The view to display ('ipv4' or 'ipv6').\r\n         *\/\r\n        function switchView(viewToShow) {\r\n            currentView = viewToShow;\r\n            const ipv4Wrapper = ipv4Info.querySelector('.ip-display-wrapper');\r\n            const ipv6Wrapper = ipv6Info.querySelector('.ip-display-wrapper');\r\n\r\n            if (viewToShow === 'ipv4') {\r\n                ipv4Info.style.display = 'block';\r\n                ipv6Info.style.display = 'none';\r\n                ipv4Tab.classList.add('active');\r\n                ipv6Tab.classList.remove('active');\r\n                \/\/ Ensure copy button is in the correct view\r\n                if (ipv4Wrapper) ipv4Wrapper.appendChild(copyBtn);\r\n            } else {\r\n                ipv4Info.style.display = 'none';\r\n                ipv6Info.style.display = 'block';\r\n                ipv6Tab.classList.add('active');\r\n                ipv4Tab.classList.remove('active');\r\n                \/\/ Ensure copy button is in the correct view\r\n                if (ipv6Wrapper) ipv6Wrapper.appendChild(copyBtn);\r\n            }\r\n        }\r\n\r\n        \/**\r\n         * Copies the currently visible IP address to the clipboard.\r\n         *\/\r\n        function copyIpToClipboard() {\r\n            const ipToCopy = (currentView === 'ipv4') \r\n                ? ipv4AddressEl.textContent \r\n                : ipv6AddressEl.textContent;\r\n\r\n            if (!ipToCopy || ipToCopy === '...' || ipToCopy === 'Not available') return;\r\n\r\n            hiddenCopyText.value = ipToCopy;\r\n            hiddenCopyText.select();\r\n            hiddenCopyText.setSelectionRange(0, 99999);\r\n\r\n            try {\r\n                document.execCommand('copy');\r\n                copyBtnText.textContent = 'Copied!';\r\n                successMessage.classList.add('show');\r\n                \r\n                setTimeout(() => {\r\n                    copyBtnText.textContent = 'Copy';\r\n                    successMessage.classList.remove('show');\r\n                }, 2000);\r\n\r\n            } catch (err) {\r\n                console.error('Failed to copy IP address: ', err);\r\n                copyBtnText.textContent = 'Error';\r\n                 setTimeout(() => {\r\n                    copyBtnText.textContent = 'Copy';\r\n                }, 2000);\r\n            }\r\n            \r\n            window.getSelection().removeAllRanges();\r\n        }\r\n\r\n        \/\/ --- Event Listeners ---\r\n        window.addEventListener('load', fetchAllIpInfo);\r\n        copyBtn.addEventListener('click', copyIpToClipboard);\r\n        ipv4Tab.addEventListener('click', () => switchView('ipv4'));\r\n        ipv6Tab.addEventListener('click', () => switchView('ipv6'));\r\n\r\n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8309350","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Is My IP Address? Your Public Address - IPv4 &amp; IPv6<\/title>\n<meta name=\"description\" content=\"find your public IP address with our tool. Learn what an IP address is, the difference between IPv4 &amp; IPv6, and why you might need to know it\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Is My IP Address? Your Public Address - IPv4 &amp; IPv6\" \/>\n<meta property=\"og:description\" content=\"find your public IP address with our tool. Learn what an IP address is, the difference between IPv4 &amp; IPv6, and why you might need to know it\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-29T05:59:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-04T14:20:17+00:00\" \/>\n<meta name=\"author\" content=\"Asaf Rotstain\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asaf Rotstain\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/\"},\"author\":{\"name\":\"Asaf Rotstain\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7\"},\"headline\":\"What Is My IP Address\",\"datePublished\":\"2025-07-29T05:59:42+00:00\",\"dateModified\":\"2025-08-04T14:20:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/\"},\"wordCount\":7,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/\",\"url\":\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/\",\"name\":\"What Is My IP Address? Your Public Address - IPv4 & IPv6\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-07-29T05:59:42+00:00\",\"dateModified\":\"2025-08-04T14:20:17+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7\"},\"description\":\"find your public IP address with our tool. Learn what an IP address is, the difference between IPv4 & IPv6, and why you might need to know it\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Is My IP Address\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7\",\"name\":\"Asaf Rotstain\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g\",\"caption\":\"Asaf Rotstain\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/asafr-211bae\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Is My IP Address? Your Public Address - IPv4 & IPv6","description":"find your public IP address with our tool. Learn what an IP address is, the difference between IPv4 & IPv6, and why you might need to know it","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:\/\/elementor.com\/tools\/what-is-my-ip-address\/","og_locale":"en_US","og_type":"article","og_title":"What Is My IP Address? Your Public Address - IPv4 & IPv6","og_description":"find your public IP address with our tool. Learn what an IP address is, the difference between IPv4 & IPv6, and why you might need to know it","og_url":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/","og_site_name":"Tools","article_published_time":"2025-07-29T05:59:42+00:00","article_modified_time":"2025-08-04T14:20:17+00:00","author":"Asaf Rotstain","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Asaf Rotstain","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/"},"author":{"name":"Asaf Rotstain","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7"},"headline":"What Is My IP Address","datePublished":"2025-07-29T05:59:42+00:00","dateModified":"2025-08-04T14:20:17+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/"},"wordCount":7,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/","url":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/","name":"What Is My IP Address? Your Public Address - IPv4 & IPv6","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-07-29T05:59:42+00:00","dateModified":"2025-08-04T14:20:17+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7"},"description":"find your public IP address with our tool. Learn what an IP address is, the difference between IPv4 & IPv6, and why you might need to know it","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/what-is-my-ip-address\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/what-is-my-ip-address\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"What Is My IP Address"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7","name":"Asaf Rotstain","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g","caption":"Asaf Rotstain"},"url":"https:\/\/elementor.com\/tools\/author\/asafr-211bae\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8309350"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309350\/revisions"}],"predecessor-version":[{"id":8309807,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309350\/revisions\/8309807"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8309350"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8309350"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8309350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}