Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/db3a8e36-ab08-471d-a358-1ee4ee81bd9d)<a href="https://beavercheck.com/results/db3a8e36-ab08-471d-a358-1ee4ee81bd9d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fipify.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fipify.orgThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~31%.
Page takes 12.3s to load
+12% bounceUsers abandon at ~3s — you're 9.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
3 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $2,928/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$2,928 /mo
~$35,134 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,503 / year if left unfixed
$157,500
+7 more
$0.26 /mo
3278.2 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.21 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.60 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
12.30 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=Ubuntu+Mono | 633 B | 168 ms |
| fonts.googleapis.com/css?family=Raleway | 1.0 KiB | 832 ms |
| cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css | 16.4 KiB | 960 ms |
| www.ipify.org/static/dist/css/prism.css | 993 B | 153 ms |
| www.ipify.org/static/dist/css/styles_v2.css?v=10 | 2.2 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrEVJz... | 5.0 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ipify logo div.content-in-blocks > div.logo-block > a.logo > img | www.ipify.org/static/images/logo.png | 11.5 KiB | 11.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ipify.org/ | 922 ms |
| www.ipify.org/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css | 15.8 KiB | 15.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=AW-1061151968&cx=c>m=4e64f0 | 137.4 KiB | 102.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-DV8QRYTLH3&cx=c>m=4e64f0 | 175.6 KiB | 70.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-132352022-1 | 124.8 KiB | 63.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1061151968 | 137.4 KiB | 54.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| js.hs-analytics.net/analytics/1776361800000/5455407.js | 1.1 s | 694 ms | 17 ms |
| Unattributable | 553 ms | 116 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=AW-1061151968 | 339 ms | 295 ms | 39 ms |
| www.googletagmanager.com/gtag/js?id=G-DV8QRYTLH3&cx=c>m=4e64f0 | 296 ms | 238 ms | 57 ms |
| www.ipify.org/ | 294 ms | 5.2 ms | 1.9 ms |
| cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js | 259 ms | 215 ms | 9.0 ms |
| www.googletagmanager.com/gtag/js?id=UA-132352022-1 | 230 ms | 187 ms | 41 ms |
| js.hscollectedforms.net/collectedforms.js | 117 ms | 100 ms | 9.5 ms |
| js.hubspot.com/web-interactives-embed.js | 109 ms | 83 ms | 20 ms |
| js.usemessages.com/conversations-embed.js | 90 ms | 69 ms | 12 ms |
| www.googletagmanager.com/gtag/js?id=AW-1061151968&cx=c>m=4e64f0 | 71 ms | 30 ms | 41 ms |
| www.google-analytics.com/analytics.js | 59 ms | 50 ms | 7.8 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.2 s |
| Style & Layout | 593 ms |
| Other | 518 ms |
| Script Parsing & Compilation | 276 ms |
| Parse HTML & CSS | 50 ms |
| Garbage Collection | 43 ms |
| Rendering | 36 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
ipify logo div.content-in-blocks > div.logo-block > a.logo > img | www.ipify.org/static/images/logo.png |
ipify logo div.content-in-blocks > div.flex-content-wrapper > a.logo > img | www.ipify.org/static/images/logo.png |
div.first-level > div.content-in-blocks > a.btn > img div.first-level > div.content-in-blocks > a.btn > img | www.ipify.org/static/svg/chevron-right.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
IP Geolocation API header > div.first-level > div.content-in-blocks > a.btn |
A Simple Public IP Address API body > section.about-slide > div.content-in-blocks > h2 |
IPv4 div.content-in-blocks > div.pre-group-wrapper > div.pre-wrapper > span |
"ip" div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
"92.38.149.11" div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
IPv4(v6) div.content-in-blocks > div.pre-group-wrapper > div.pre-wrapper > span |
'https://api64.ipify.org?format=json' div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
"ip" div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
"92.38.149.11" div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
IP Geolocation API section.about-slide > div.content-in-blocks > h3 > a |
Ever needed to get your public IP address programmatically?
Maybe you're provis… body > section.common-info-slide > div.content-in-blocks > p |
and need section.common-info-slide > div.content-in-blocks > p > span.span-no-wrap |
You should use ipify because: body > section.common-info-slide > div.content-in-blocks > h3.text-center |
You can use it without limit (even if you're doing millions of requests per min… div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
It works flawlessly with both IPv4 and IPv6 addresses, so no matter what sort o… div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
It's always online and available, and its infrastructure is powered by Heroku, … div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
ipify is completely open source (check out the GitHub repository). div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
the GitHub repository div.list-column > div.item-wrapper > p > span.span-no-wrap |
GitHub repository div.item-wrapper > p > span.span-no-wrap > a |
No visitor information is ever logged. Period. div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
Lastly, ipify is open source so there's no need to worry about the domain name … div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
Email us section.common-info-slide > div.content-in-blocks > p > a |
#!/bin/bash div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
echo div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
"My public IP address is: $ip" div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
echo div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
"My public IP address is: $ip" div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
# This example requires the requests library be installed. You can learn more
div.content-in-blocks > pre.language-python > code.language-python > span.token |
# about the Requests library here: http://docs.python-requests.org/en/latest/
div.content-in-blocks > pre.language-python > code.language-python > span.token |
from div.content-in-blocks > pre.language-python > code.language-python > span.token |
import div.content-in-blocks > pre.language-python > code.language-python > span.token |
'https://api.ipify.org' div.content-in-blocks > pre.language-python > code.language-python > span.token |
print div.content-in-blocks > pre.language-python > code.language-python > span.token |
'My public IP address is: {}' div.content-in-blocks > pre.language-python > code.language-python > span.token |
require div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
"net/http" div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
get( div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
URI( div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
"My public IP Address is: " div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
$ip pre.language-php > code.language-php > span.token > span.token |
file_get_contents( pre.language-php > code.language-php > span.token > span.token |
'https://api.ipify.org' pre.language-php > code.language-php > span.token > span.token |
echo pre.language-php > code.language-php > span.token > span.token |
"My public IP address is: " pre.language-php > code.language-php > span.token > span.token |
$ip pre.language-php > code.language-php > span.token > span.token |
try div.content-in-blocks > pre.language-java > code.language-java > span.token |
new div.content-in-blocks > pre.language-java > code.language-java > span.token |
new div.content-in-blocks > pre.language-java > code.language-java > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-java > code.language-java > span.token |
openStream( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"UTF-8" div.content-in-blocks > pre.language-java > code.language-java > span.token |
useDelimiter( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"\\A" div.content-in-blocks > pre.language-java > code.language-java > span.token |
println( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"My current IP address is " div.content-in-blocks > pre.language-java > code.language-java > span.token |
next( div.content-in-blocks > pre.language-java > code.language-java > span.token |
catch div.content-in-blocks > pre.language-java > code.language-java > span.token |
printStackTrace( div.content-in-blocks > pre.language-java > code.language-java > span.token |
use div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
use div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
use div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
my div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
$ua div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
my div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
$ip div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
$ua div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
'https://api.ipify.org' div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
print div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
'My public IP address is: ' div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
$ip div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
var div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
new div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
var div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
await div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
GetStringAsync( div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
WriteLine( div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
"My public IP address is: {ip}" div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
GetStringAsync( div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
WriteLine( div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
"My public IP address is: {ip}" div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
var div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
require div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'http' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
get div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'host' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'api.ipify.org' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'port' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'path' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
on div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'data' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
log div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"My public IP address is: " div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
package div.content-in-blocks > pre.language-go > code.language-go > span.token |
import div.content-in-blocks > pre.language-go > code.language-go > span.token |
"io/ioutil" div.content-in-blocks > pre.language-go > code.language-go > span.token |
"net/http" div.content-in-blocks > pre.language-go > code.language-go > span.token |
"os" div.content-in-blocks > pre.language-go > code.language-go > span.token |
func div.content-in-blocks > pre.language-go > code.language-go > span.token |
main( div.content-in-blocks > pre.language-go > code.language-go > span.token |
Get( div.content-in-blocks > pre.language-go > code.language-go > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-go > code.language-go > span.token |
ReadAll( div.content-in-blocks > pre.language-go > code.language-go > span.token |
Write( div.content-in-blocks > pre.language-go > code.language-go > span.token |
val div.content-in-blocks > pre.language-scala > code.language-scala > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-scala > code.language-scala > span.token |
"My public IP address is: $addr" div.content-in-blocks > pre.language-scala > code.language-scala > span.token |
"application/javascript" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
getIP div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
write div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"My public IP address is: " div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"application/javascript" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"https://api.ipify.org?format=jsonp&callback=getIP" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"application/javascript" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
getJSON div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"https://api.ipify.org?format=jsonp&callback=?" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
write div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"My public IP address is: " div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
class div.content-in-blocks > pre.language-java > code.language-java > span.token |
public div.content-in-blocks > pre.language-java > code.language-java > span.token |
static div.content-in-blocks > pre.language-java > code.language-java > span.token |
void div.content-in-blocks > pre.language-java > code.language-java > span.token |
new div.content-in-blocks > pre.language-java > code.language-java > span.token |
DownloadString( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-java > code.language-java > span.token |
WriteLine( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"My public IP Address is: {0}" div.content-in-blocks > pre.language-java > code.language-java > span.token |
$ip div.content-in-blocks > pre.language-powershell > code.language-powershell > span.token |
Invoke-RestMethod div.content-in-blocks > pre.language-powershell > code.language-powershell > span.token |
'https://api.ipify.org?format=json' div.content-in-blocks > pre.language-powershell > code.language-powershell > span.token |
"My public IP address is: $($ip.ip)" div.content-in-blocks > pre.language-powershell > code.language-powershell > span.token |
$ip pre.language-powershell > code.language-powershell > span.token > span.token |
"My public IP address is" div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
URL( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
do div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
if div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
try div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
String( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
print( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"My public IP address is: " div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
catch div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
print( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
if div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
connect( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"connected" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"GET / HTTP/1.0" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"Host: api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
else div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"connection failed" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
TimerInit( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
InetRead( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
BinaryToString( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
MsgBox( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"Information" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"Your IP Address: " div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"Elapsed Time: " div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
StringLeft( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
TimerDiff( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
" seconds." div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"%sysfunc(pathname(work))\ipify-response.html" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
null div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
'utf-8' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"IP" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
symput( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
'IP' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
cats( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
'NOT' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
'E: >>>>>>>>>>>> Official IP: ' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
' <<<<<<<<<<<<<<<<<<' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
shoot us div.content-in-blocks > p > span.span-no-wrap > a |
https://github.com/rdegges/go-ipify tr > td > code > a |
https://github.com/rdegges/python-ipify tr > td > code > a |
https://github.com/xtonousou/ipify.sh tr > td > code > a |
https://github.com/troglobit/lipify tr > td > code > a |
https://github.com/sideshowcoder/ipify-c tr > td > code > a |
https://github.com/sindresorhus/ipify tr > td > code > a |
https://github.com/davidepedrazzi/ipify2 tr > td > code > a |
https://bitbucket.org/stevenjeffries/java-ipify tr > td > code > a |
https://github.com/vincent-peng/swift-ipify tr > td > code > a |
https://github.com/gabulyaz/elixir-ipify tr > td > code > a |
https://github.com/benjamin-smith/php-ipify tr > td > code > a |
https://github.com/gregce/ipify tr > td > code > a |
https://github.com/aprendexojo/ipify tr > td > code > a |
https://github.com/Chuongv/CHVIpify tr > td > code > a |
https://github.com/davidmus/Ipify.NET tr > td > code > a |
https://github.com/mauricioabreu/crystal-ipify tr > td > code > a |
https://github.com/keltia/ipify-rs tr > td > code > a |
https://github.com/surrenderoz/ipify-public-ip tr > td > code > a |
https://github.com/coldnew/ipify.clj tr > td > code > a |
https://github.com/Bujupah/dart_ipify tr > td > code > a |
https://github.com/chintan369/Ipify-Android tr > td > code > a |
ipify.org © 2014 - 2019 footer > div.content-in-blocks > div.flex-content-wrapper > div.footer-powered-by |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GitHub repository div.item-wrapper > p > span.span-no-wrap > a |
Email us section.common-info-slide > div.content-in-blocks > p > a |
shoot us div.content-in-blocks > p > span.span-no-wrap > a |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.first-level > div.content-in-blocks > a.btn > img div.first-level > div.content-in-blocks > a.btn > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
API URL Response Type Sample Output (IPv4)
https://api.ipify.org text 98.207… section.common-info-slide > div.content-in-blocks > div.table-wrapper > table.table |
API URL Response Type Sample Output (IPv6)
https://api6.ipify.org text 2a00:… section.common-info-slide > div.content-in-blocks > div.table-wrapper > table.table |
API URL Response Type Sample Output (IPv4/IPv6)
https://api64.ipify.org text… section.common-info-slide > div.content-in-blocks > div.table-wrapper > table.table |
Library URL Language Author Official?
https://github.com/rdegges/go-ipify Go… section.common-info-slide > div.content-in-blocks > div.table-wrapper > table.table |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
About div.second-level > div.content-in-blocks > div.menu > a |
API usage div.second-level > div.content-in-blocks > div.menu > a |
Code samples div.second-level > div.content-in-blocks > div.menu > a |
Libraries div.second-level > div.content-in-blocks > div.menu > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.first-level > div.content-in-blocks > a.btn > img div.first-level > div.content-in-blocks > a.btn > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.02 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
15 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.02 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.17 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
ipify map body > section.about-slide > div.svg-bg-map > img | www.ipify.org/static/images/ipify-map.png | 140.5 KiB | 105.4 KiB |
ipify logo div.content-in-blocks > div.logo-block > a.logo > img | www.ipify.org/static/images/logo.png | 11.5 KiB | 11.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=Ubuntu+Mono | 632 B | 56 ms |
| fonts.googleapis.com/css?family=Raleway | 1.0 KiB | 275 ms |
| cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css | 16.4 KiB | 336 ms |
| www.ipify.org/static/dist/css/styles_v2.css?v=10 | 2.2 KiB | |
| www.ipify.org/static/dist/css/prism.css | 992 B |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrEVIT... | 10 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css | 15.8 KiB | 15.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=AW-1061151968&cx=c>m=4e64f0&bs=ctrl2 | 137.4 KiB | 102.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-DV8QRYTLH3&cx=c>m=4e64f0&bs=ctrl2 | 175.6 KiB | 70.0 KiB |
| www.googletagmanager.com/gtag/js?id=UA-132352022-1 | 124.8 KiB | 63.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1061151968 | 137.4 KiB | 53.3 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
ipify logo div.content-in-blocks > div.logo-block > a.logo > img | www.ipify.org/static/images/logo.png |
ipify logo div.content-in-blocks > div.flex-content-wrapper > a.logo > img | www.ipify.org/static/images/logo.png |
div.first-level > div.content-in-blocks > a.btn > img div.first-level > div.content-in-blocks > a.btn > img | www.ipify.org/static/svg/chevron-right.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ipify.org/ | 281 ms |
| www.ipify.org/ | 0.0 ms |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
IP Geolocation API header > div.first-level > div.content-in-blocks > a.btn |
IPv4 div.content-in-blocks > div.pre-group-wrapper > div.pre-wrapper > span |
"ip" div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
"92.38.149.11" div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
IPv4(v6) div.content-in-blocks > div.pre-group-wrapper > div.pre-wrapper > span |
'https://api64.ipify.org?format=json' div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
"ip" div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
"92.38.149.11" div.pre-wrapper > pre.language-bash > code.language-bash > span.token |
IP Geolocation API section.about-slide > div.content-in-blocks > h3 > a |
Ever needed to get your public IP address programmatically?
Maybe you're provis… body > section.common-info-slide > div.content-in-blocks > p |
and need section.common-info-slide > div.content-in-blocks > p > span.span-no-wrap |
You should use ipify because: body > section.common-info-slide > div.content-in-blocks > h3.text-center |
You can use it without limit (even if you're doing millions of requests per min… div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
It works flawlessly with both IPv4 and IPv6 addresses, so no matter what sort o… div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
It's always online and available, and its infrastructure is powered by Heroku, … div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
ipify is completely open source (check out the GitHub repository). div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
the GitHub repository div.list-column > div.item-wrapper > p > span.span-no-wrap |
GitHub repository div.item-wrapper > p > span.span-no-wrap > a |
No visitor information is ever logged. Period. div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
Lastly, ipify is open source so there's no need to worry about the domain name … div.numbered-list-wrapper > div.list-column > div.item-wrapper > p |
Email us section.common-info-slide > div.content-in-blocks > p > a |
#!/bin/bash div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
echo div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
"My public IP address is: $ip" div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
echo div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
"My public IP address is: $ip" div.content-in-blocks > pre.language-bash > code.language-bash > span.token |
# This example requires the requests library be installed. You can learn more
div.content-in-blocks > pre.language-python > code.language-python > span.token |
# about the Requests library here: http://docs.python-requests.org/en/latest/
div.content-in-blocks > pre.language-python > code.language-python > span.token |
from div.content-in-blocks > pre.language-python > code.language-python > span.token |
import div.content-in-blocks > pre.language-python > code.language-python > span.token |
'https://api.ipify.org' div.content-in-blocks > pre.language-python > code.language-python > span.token |
print div.content-in-blocks > pre.language-python > code.language-python > span.token |
'My public IP address is: {}' div.content-in-blocks > pre.language-python > code.language-python > span.token |
require div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
"net/http" div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
get( div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
URI( div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
"My public IP Address is: " div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
$ip pre.language-php > code.language-php > span.token > span.token |
file_get_contents( pre.language-php > code.language-php > span.token > span.token |
'https://api.ipify.org' pre.language-php > code.language-php > span.token > span.token |
echo pre.language-php > code.language-php > span.token > span.token |
"My public IP address is: " pre.language-php > code.language-php > span.token > span.token |
$ip pre.language-php > code.language-php > span.token > span.token |
try div.content-in-blocks > pre.language-java > code.language-java > span.token |
new div.content-in-blocks > pre.language-java > code.language-java > span.token |
new div.content-in-blocks > pre.language-java > code.language-java > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-java > code.language-java > span.token |
openStream( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"UTF-8" div.content-in-blocks > pre.language-java > code.language-java > span.token |
useDelimiter( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"\\A" div.content-in-blocks > pre.language-java > code.language-java > span.token |
println( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"My current IP address is " div.content-in-blocks > pre.language-java > code.language-java > span.token |
next( div.content-in-blocks > pre.language-java > code.language-java > span.token |
catch div.content-in-blocks > pre.language-java > code.language-java > span.token |
printStackTrace( div.content-in-blocks > pre.language-java > code.language-java > span.token |
use div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
use div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
use div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
my div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
$ua div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
my div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
$ip div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
$ua div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
'https://api.ipify.org' div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
print div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
'My public IP address is: ' div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
$ip div.content-in-blocks > pre.language-perl > code.language-perl > span.token |
var div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
new div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
var div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
await div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
GetStringAsync( div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
WriteLine( div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
"My public IP address is: {ip}" div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
GetStringAsync( div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
WriteLine( div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
"My public IP address is: {ip}" div.content-in-blocks > pre.language-csharp > code.language-csharp > span.token |
var div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
require div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'http' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
get div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'host' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'api.ipify.org' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'port' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'path' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
on div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
'data' div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
log div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"My public IP address is: " div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
package div.content-in-blocks > pre.language-go > code.language-go > span.token |
import div.content-in-blocks > pre.language-go > code.language-go > span.token |
"io/ioutil" div.content-in-blocks > pre.language-go > code.language-go > span.token |
"net/http" div.content-in-blocks > pre.language-go > code.language-go > span.token |
"os" div.content-in-blocks > pre.language-go > code.language-go > span.token |
func div.content-in-blocks > pre.language-go > code.language-go > span.token |
main( div.content-in-blocks > pre.language-go > code.language-go > span.token |
Get( div.content-in-blocks > pre.language-go > code.language-go > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-go > code.language-go > span.token |
ReadAll( div.content-in-blocks > pre.language-go > code.language-go > span.token |
Write( div.content-in-blocks > pre.language-go > code.language-go > span.token |
val div.content-in-blocks > pre.language-scala > code.language-scala > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-scala > code.language-scala > span.token |
"My public IP address is: $addr" div.content-in-blocks > pre.language-scala > code.language-scala > span.token |
"application/javascript" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
getIP div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
write div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"My public IP address is: " div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"application/javascript" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"https://api.ipify.org?format=jsonp&callback=getIP" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"application/javascript" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
getJSON div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"https://api.ipify.org?format=jsonp&callback=?" div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
function div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
write div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
"My public IP address is: " div.content-in-blocks > pre.language-javascript > code.language-javascript > span.token |
class div.content-in-blocks > pre.language-java > code.language-java > span.token |
public div.content-in-blocks > pre.language-java > code.language-java > span.token |
static div.content-in-blocks > pre.language-java > code.language-java > span.token |
void div.content-in-blocks > pre.language-java > code.language-java > span.token |
new div.content-in-blocks > pre.language-java > code.language-java > span.token |
DownloadString( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-java > code.language-java > span.token |
WriteLine( div.content-in-blocks > pre.language-java > code.language-java > span.token |
"My public IP Address is: {0}" div.content-in-blocks > pre.language-java > code.language-java > span.token |
$ip div.content-in-blocks > pre.language-powershell > code.language-powershell > span.token |
Invoke-RestMethod div.content-in-blocks > pre.language-powershell > code.language-powershell > span.token |
'https://api.ipify.org?format=json' div.content-in-blocks > pre.language-powershell > code.language-powershell > span.token |
"My public IP address is: $($ip.ip)" div.content-in-blocks > pre.language-powershell > code.language-powershell > span.token |
$ip pre.language-powershell > code.language-powershell > span.token > span.token |
"My public IP address is" div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-ruby > code.language-ruby > span.token |
URL( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
do div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
if div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
try div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
String( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
print( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"My public IP address is: " div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
catch div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
print( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
if div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
connect( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"connected" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"GET / HTTP/1.0" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"Host: api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
else div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
println( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"connection failed" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
TimerInit( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
InetRead( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
BinaryToString( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
MsgBox( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"Information" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"Your IP Address: " div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"Elapsed Time: " div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
StringLeft( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
TimerDiff( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
" seconds." div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"%sysfunc(pathname(work))\ipify-response.html" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"https://api.ipify.org" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
null div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
'utf-8' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
"IP" div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
symput( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
'IP' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
cats( div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
'NOT' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
'E: >>>>>>>>>>>> Official IP: ' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
' <<<<<<<<<<<<<<<<<<' div.content-in-blocks > pre.language-clike > code.language-clike > span.token |
shoot us div.content-in-blocks > p > span.span-no-wrap > a |
https://github.com/rdegges/go-ipify tr > td > code > a |
Randall Degges tr > td > code > a |
https://github.com/rdegges/python-ipify tr > td > code > a |
Randall Degges tr > td > code > a |
https://github.com/xtonousou/ipify.sh tr > td > code > a |
Sotirios M. Roussis tr > td > code > a |
https://github.com/troglobit/lipify tr > td > code > a |
Joachim Nilsson tr > td > code > a |
https://github.com/sideshowcoder/ipify-c tr > td > code > a |
Philipp Fehre tr > td > code > a |
https://github.com/sindresorhus/ipify tr > td > code > a |
Sindre Sorhus tr > td > code > a |
https://github.com/davidepedrazzi/ipify2 tr > td > code > a |
Davide Pedrazzi tr > td > code > a |
https://bitbucket.org/stevenjeffries/java-ipify tr > td > code > a |
Steven Jeffries tr > td > code > a |
https://github.com/vincent-peng/swift-ipify tr > td > code > a |
Vincent Peng tr > td > code > a |
https://github.com/gabulyaz/elixir-ipify tr > td > code > a |
Zoltán Gabulya tr > td > code > a |
https://github.com/benjamin-smith/php-ipify tr > td > code > a |
Benjamin Smith tr > td > code > a |
https://github.com/gregce/ipify tr > td > code > a |
Greg Ceccarelli tr > td > code > a |
https://github.com/aprendexojo/ipify tr > td > code > a |
Javier Rodriguez tr > td > code > a |
https://github.com/Chuongv/CHVIpify tr > td > code > a |
Chuong Vu tr > td > code > a |
https://github.com/davidmus/Ipify.NET tr > td > code > a |
David Musgrove tr > td > code > a |
https://github.com/mauricioabreu/crystal-ipify tr > td > code > a |
Mauricio de Abreu Antunes tr > td > code > a |
https://github.com/keltia/ipify-rs tr > td > code > a |
Ollivier Robert tr > td > code > a |
https://github.com/surrenderoz/ipify-public-ip tr > td > code > a |
Surendra Verma tr > td > code > a |
https://github.com/coldnew/ipify.clj tr > td > code > a |
Yen-Chin Lee tr > td > code > a |
https://github.com/Bujupah/dart_ipify tr > td > code > a |
Khalil Mejdi tr > td > code > a |
https://github.com/chintan369/Ipify-Android tr > td > code > a |
Chintak Patel tr > td > code > a |
ipify.org © 2014 - 2019 footer > div.content-in-blocks > div.flex-content-wrapper > div.footer-powered-by |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GitHub repository div.item-wrapper > p > span.span-no-wrap > a |
Email us section.common-info-slide > div.content-in-blocks > p > a |
shoot us div.content-in-blocks > p > span.span-no-wrap > a |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.first-level > div.content-in-blocks > a.btn > img div.first-level > div.content-in-blocks > a.btn > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
API URL Response Type Sample Output (IPv4)
https://api.ipify.org text 98.207… section.common-info-slide > div.content-in-blocks > div.table-wrapper > table.table |
API URL Response Type Sample Output (IPv6)
https://api6.ipify.org text 2a00:… section.common-info-slide > div.content-in-blocks > div.table-wrapper > table.table |
API URL Response Type Sample Output (IPv4/IPv6)
https://api64.ipify.org text… section.common-info-slide > div.content-in-blocks > div.table-wrapper > table.table |
Library URL Language Author Official?
https://github.com/rdegges/go-ipify Go… section.common-info-slide > div.content-in-blocks > div.table-wrapper > table.table |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Blocked by cross-origin policy |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
About div.second-level > div.content-in-blocks > div.menu > a |
API usage div.second-level > div.content-in-blocks > div.menu > a |
Code samples div.second-level > div.content-in-blocks > div.menu > a |
Libraries div.second-level > div.content-in-blocks > div.menu > a |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.first-level > div.content-in-blocks > a.btn > img div.first-level > div.content-in-blocks > a.btn > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback