Widget & Embed

Free IP Widget for Your Website

Embed a free IP widget, a JS snippet or an SVG badge on your website. Shows visitor IP, location and ISP — no signup, no API keys, no tracking.

IP Widget (iframe)

An embeddable widget showing your visitors' IP address, country and location. Ideal for webmaster tools, tech blogs and status pages.

Preview

Embed Code

<iframe src="https://meine-ip.info/widget/ip?theme=light&lang=de&show=ip,country,city" width="380" height="200" frameborder="0" scrolling="no" style="border:1px solid #e2e8f0;border-radius:8px;display:block"></iframe>

JavaScript Snippet (no iframe)

For developers: a lightweight JS that renders into any HTML container. Full CSS control, no iframe, ~3 KB. Uses the free meine-ip.info API.

Preview

Embed Code

<div data-mip-ip data-mip-fields="ip,country,city" data-mip-theme="light"></div>
<script src="https://meine-ip.info/assets/js/embed.js" defer></script>

IP Badge (SVG)

A dynamic shields.io-style badge for README files, forum signatures or blogs.

Preview

Embed Code

HTML:

<a href="https://meine-ip.info"><img src="https://meine-ip.info/api/badge?style=flat&label=My+IP" alt="My IP"></a>

Markdown:

[![My IP](https://meine-ip.info/api/badge?style=flat&label=My+IP)](https://meine-ip.info)