@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Wayback API
@base https://api.archive.org/
@version 1.0.0
@endpoints 2
@toc wayback(2)

@endpoint GET /wayback/v1/available
@required {url: any}
@optional {timestamp: any, callback: any, timeout: any, closest: any, status_code: any, tag: any}
@returns(200)

@endpoint POST /wayback/v1/available
@required {url: any}
@optional {timestamp: any, callback: any, timeout: any, closest: any, status_code: any, tag: any, availabilty_request: [map]}
@returns(200)

@end
