@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api IP2Proxy Proxy Detection
@base https://api.ip2proxy.com
@version 1.0
@auth ApiKey key in query
@endpoints 1
@toc root(1)

@endpoint GET /
@required {ip: str, key: str}
@optional {package: str, format: str(json/xml)}
@returns(200)

@end
