{"note":"OpenAPI conversion -- returning structured metadata","name":"ip2proxy-com","description":"IP2Proxy Proxy Detection","version":"1.0","base_url":"https://api.ip2proxy.com","endpoints":1,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api IP2Proxy Proxy Detection\n@base https://api.ip2proxy.com\n@version 1.0\n@auth ApiKey key in query\n@endpoints 1\n@toc root(1)\n\n@endpoint GET /\n@desc Check if an IP address is proxy\n@required {ip: str # IP address (IPv4) for lookup purpose. If not present, the server IP address will be used for the lookup., key: str # API key. Please sign up free trial license key at ip2location.com}\n@optional {package: str # Package name from PX1 to PX11. If not present, the web service will assume the PX1 package query., format: str(json/xml) # If not present, json format will be returned as the search result.}\n@returns(200) Get response from IP2Proxy\n\n@end\n"}