{% extends "ip.html" %}
{% import "helpers.html" as helper %}
{% block title %}Your IP: {{ data.result.address }}{% endblock %}
{% block og_title %}What is my IP-Address?{% endblock %}
{% block h1 %}Your IPv{% if data.result.ip_info.is_v6_address %}6{% else %}4{% endif %}: {{ data.result.address }}
{% endblock %}
{% block description %}
Look up Your and others public IP-Adresses. - {{ data.result.address }}
{% endblock %}
{% block og_path %}/{% endblock %}
{% block other_ip_button %}
{% if data.ressult.ip_info.is_v6_address %}
{% if extra.v4_url %}
The program you were using to download this page identified itself as {{ data.user_agent }}
While this doesn't have to do anything with your public IP-Adress this might be useful information.
You can use the /ua
endpoint to fetch this information with any client.
If you share this site and the Link gets a preview. The IP-Address after the dash is the one of the machine that generated that preview.