{"note":"OpenAPI conversion -- returning structured metadata","name":"faretrotter-com","description":"Faretrotter Travel API","version":"2.0","base_url":"https://api.faretrotter.com/v2.0/{apikey}","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Faretrotter Travel API\n@base https://api.faretrotter.com/v2.0/{apikey}\n@version 2.0\n@auth ApiKey ApiKeyAuth in header\n@endpoints 2\n@toc places(1), routes(1)\n\n@group places\n@endpoint GET /places\n@desc Returns possible modes of transportation between two cities.\n@returns(200) Everything worked as expected.\n@errors {400: Parameters did not match the endpoint requirements. Check that all required fields are present and spelt correctly., 401: Authentication Failed., 402: All parameters are correct but the request failed., 403: Request IP does not match IP address registered with key., 404: The endpoint doesn't exist., 429: Too many requests hit the API too quickly., 501: Server error, 502: Server error}\n\n@endgroup\n\n@group routes\n@endpoint GET /routes\n@required {origin_lat: any, origin_lng: any, destination_lat: any, destination_lng: any}\n@returns(200) Everything worked as expected.\n@errors {400: Parameters did not match the endpoint requirements. Check that all required fields are present and spelt correctly., 401: Authentication Failed., 402: All parameters are correct but the request failed., 403: Request IP does not match IP address registered with key., 404: The endpoint doesn't exist., 429: Too many requests hit the API too quickly., 501: Server error, 502: Server error}\n\n@endgroup\n\n@end\n"}