{"note":"OpenAPI conversion -- returning structured metadata","name":"amadeus-com-amadeus-safe-place","description":"Safe Place","version":"1.0.1","base_url":"https://test.api.amadeus.com/v1","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Safe Place\n@base https://test.api.amadeus.com/v1\n@version 1.0.1\n@endpoints 3\n@toc safety(3)\n\n@endpoint GET /safety/safety-rated-locations\n@desc Returns safety rating for a given location and radius.\n@required {latitude: any # Latitude (decimal coordinates), longitude: any # Longitude (decimal coordinates)}\n@optional {radius: any # radius of the search in Kilometer. Can be from 0 to 20, default value is 1 Km., page[limit]: any # maximum items in one page, page[offset]: any # start index of the requested page}\n@returns(200) Successful Operation\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION 4926    | INVALID DATA RECEIVED                32171   | MANDATORY DATA MISSING}\n\n@endpoint GET /safety/safety-rated-locations/{safety-rated-locationId}\n@desc Retieve safety information of a location by its Id.\n@returns(200) Successful Operation\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION 4926    | INVALID DATA RECEIVED                32171   | MANDATORY DATA MISSING, 404: Not Found}\n\n@endpoint GET /safety/safety-rated-locations/by-square\n@desc Returns the safety rating of a given area\n@required {north: any # Latitude north of bounding box (decimal coordinates), west: any # Longitude west of bounding box (decimal coordinates), south: any # Latitude south of bounding box (decimal coordinates), east: any # Longitude east of bounding box (decimal coordinates)}\n@optional {page[limit]: any # maximum items in one page, page[offset]: any # start index of the requested page}\n@returns(200) Successful Operation\n@errors {400: code    | title                                  ------- | -------------------------------------  477     | INVALID FORMAT 572     | INVALID OPTION 4926    | INVALID DATA RECEIVED                32171   | MANDATORY DATA MISSING}\n\n@end\n"}