{
    "success": true,
    "api": {
        "name": "IP Information API",
        "version": "3.0",
        "endpoint": "/demo/userIP/api.php?details=true",
        "documentation": "Add ?details=true for extended info",
        "features": [
            "International provider detection",
            "Geolocation",
            "Proxy detection"
        ]
    },
    "request": {
        "timestamp": "2026-04-26T14:45:55+00:00",
        "timestamp_unix": 1777214755,
        "method": "GET"
    },
    "ip": {
        "address": "216.73.217.71",
        "type": "IPv4",
        "version": 4,
        "is_private": false,
        "is_public": true
    },
    "network": {
        "protocol": "https",
        "host": "dhbw.koch.team",
        "user_agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
        "accept_language": null
    },
    "provider": {
        "name": "Amazon.com",
        "asn": "AS16509",
        "country": "US",
        "type": "Unknown",
        "source": "ip-api.com",
        "organization": "Anthropic, PBC",
        "as_name": "AMAZON-02"
    },
    "geolocation": {
        "country": "United States",
        "country_code": "US",
        "region": "Ohio",
        "city": "Columbus",
        "zip": "43215",
        "latitude": 39.9625,
        "longitude": -83.0061,
        "timezone": "America/New_York",
        "isp": "Amazon.com",
        "organization": "Anthropic, PBC",
        "as_number": "AS16509 Amazon.com, Inc.",
        "proxy": false,
        "hosting": true,
        "mobile": false,
        "source": "ip-api.com"
    },
    "proxy": {
        "detected": true,
        "headers": {
            "HTTP_X_REAL_IP": "216.73.217.71"
        }
    },
    "extended": {
        "server": {
            "software": "Apache",
            "address": "87.106.107.121",
            "port": "443"
        },
        "client": {
            "port": "58154",
            "forwarded_for": null,
            "real_ip": "216.73.217.71"
        },
        "debug": {
            "ip_detected_as": "216.73.217.71",
            "provider_detection_method": "ip-api.com",
            "provider_name_raw": "Amazon.com"
        }
    }
}