@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Who Hosts This API
@base https://www.who-hosts-this.com/APIEndpoint
@version 0.0.1
@auth ApiKey key in query
@endpoints 2
@toc Detect(1), Status(1)

@group Detect
@endpoint GET /Detect
@required {url: any}
@returns(200)

@endgroup

@group Status
@endpoint GET /Status
@returns(200)

@endgroup

@end
