{ "operationId": "getIPIntelligence", "method": "GET", "path": "/", "summary": "Abstract API Get IP Intelligence", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "getIPIntelligence200Example", "example": { "ip_address": "8.8.8.8", "security": { "is_vpn": false, "is_proxy": false, "is_tor": false, "is_hosting": true, "is_relay": false, "is_mobile": false, "is_abuse": false }, "asn": { "asn": "AS15169", "name": "Google LLC", "domain": "google.com", "type": "hosting" }, "company": { "name": "Google LLC", "domain": "google.com", "type": "hosting" }, "domains": [ "dns.google" ], "location": { "city": "Mountain View", "region": "California", "country": "United States", "country_code": "US", "latitude": 37.386, "longitude": -122.0838 }, "timezone": { "name": "America/Los_Angeles", "abbreviation": "PST", "utc_offset": -8, "local_time": "2026-04-19T10:30:00", "is_dst": false }, "flag": { "emoji": "\ud83c\uddfa\ud83c\uddf8", "unicode": "U+1F1FA U+1F1F8", "png": "https://static.abstractapi.com/country-flags/US_flag.png", "svg": "https://static.abstractapi.com/country-flags/US_flag.svg" }, "currency": { "name": "US Dollar", "iso_code": "USD", "symbol": "$" } } } ] }