@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Geographic API
@base http://api.nytimes.com/svc/semantic/v2/geocodes
@version 1.0.0
@auth ApiKey api-key in query
@endpoints 1
@toc query.json(1)

@endpoint GET /query.json
@optional {name: any, latitude: any, longitude: any, elevation: any, sw: any, query: any, filter: any, date_range: any, facets: any, sort: any, limit: any, offset: any}
@returns(200)

@end
