@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Word Associations API
@base https://api.wordassociations.net/associations/v1.0
@version 1.0
@auth ApiKey apikey in query
@endpoints 2
@toc json(2)

@endpoint GET /json/search
@required {text: any, lang: any}
@optional {type: any, limit: any, pos: any, indent: any}
@returns(200)
@errors {401, 429, 501}

@endpoint POST /json/search
@required {text: any, lang: any}
@optional {type: any, limit: any, pos: any, indent: any}
@returns(200)
@errors {401, 429, 501}

@end
