# Slew **GET /equipment/mount/slew** Performs a slew to the provided coordinates ## Servers - V2 api server: http://localhost:1888/v2/api (V2 api server) ## Parameters ### Query parameters - **ra** (number(double)) The RA angle of the target in degree - **dec** (number(double)) The Dec angle of the target in degree - **waitForResult** (boolean) Whether to wait for the slew to finish - **center** (boolean) Whether to center the telescope on the target - **rotate** (boolean) Whether to perform a center and rotate - **rotationAngle** (number(double)) The rotation angle in degree ## Responses ### 200 Successful response #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 409 Mount not connected / parked #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) ### 500 Internal server error, Unknown error #### Body: application/json (object) - **Response** (string) - **Error** (string) - **StatusCode** (integer) - **Success** (boolean) - **Type** (string) [Powered by Bump.sh](https://bump.sh)