{
    "success": true,
    "api": {
        "name": "IP Information API",
        "version": "3.0",
        "endpoint": "/demo/userIP/api.php",
        "documentation": "Add ?details=true for extended info",
        "features": [
            "International provider detection",
            "Geolocation",
            "Proxy detection"
        ]
    },
    "request": {
        "timestamp": "2026-04-26T14:49:04+00:00",
        "timestamp_unix": 1777214944,
        "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"
        }
    }
}