Wie ist meine IP Adresse?
Ihre IP-Adresse lautet
3.144.114.8
Betriebsystem
Browser
Herkunft
Unknown
Unknown
United States
Du kannst diese Seite dazu nutzen, um deine IP Adresse heraus zu bekommen, mit der Du grad im Internet unterwegs bist. Diese Information kannst Du auch in deiner Homepage einbauen. Die Daten sind im XML Format, jSON Format oder auch im Plain-Text Format (UTF-8) verfügbar. Der Aufruf der folgenden URL zeigt diese Informationen einmal als XML, jSON und einmal als Plain-Text (UTF-8) an.
Ausgabeformat als Plain-Text https://natip.tuxnet24.de/index.php?mode=text
ip-address=%IP ADDRESS% operating-system=%OPERATING SYSTEM% user-agent=%USER-AGENT% country=%COUNTRY%
Ausgabeformat als XML https://natip.tuxnet24.de/index.php?mode=xml
<?xml version="1.0" encoding="utf-8" ?> <info> <ip-address>%IP ADDRESS%</ip-address> <operating-system>%OPERATING SYSTEM%</operating-system> <user-agent>%USER-AGENT%</user-agent> <country>%COUNTRY%</country> </info>
Ausgabeformat als jSON https://natip.tuxnet24.de/index.php?mode=json
{ "ip-address": "%IP ADDRESS%", "operating-system": "%OPERATING SYSTEM%", "user-agent": "%USER-AGENT%", "country": "%COUNTRY%" }