{ "opencollection": "1.0.0", "info": { "name": "IPinfo.io OpenAPI Specification abuse company API", "version": "1.0.0" }, "items": [ { "info": { "name": "company", "type": "folder" }, "items": [ { "info": { "name": "IPinfo Returns Information About the Company That Operates or is Assigned the IP Address", "type": "http" }, "http": { "method": "GET", "url": "https://ipinfo.io/:ip/company", "params": [ { "name": "ip", "value": "", "type": "path", "description": "A single IPv4 or IPv6 IP address." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns information of the organization that is operating an IP address such as name, organization type and their official domain.\n" } ] } ], "bundled": true }