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

@endpoint GET /
@required {domain: str, key: str}
@optional {format: str}
@returns(200)

@end
