@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
@desc Discover the hosting provider for a web site
@required {url: any # The url of the page to check}
@returns(200) Status of the detection and list of any found hosting providers

@endgroup

@group Status
@endpoint GET /Status
@desc View usage details for the current billing period
@returns(200) Status of the detection and list of any found hosting providers

@endgroup

@end
