# POST as GET: Get current weather by coordinates request model **POST /api/v1/current/weather/coordinates** POST as GET: Get current weather by coordinates; Latitude and Longitude are required fields ## Servers - Development: http://bytemetwice.ninja (Development) ## Parameters ### Body: application/json (object) - **latitude** (number(double)) - **longitude** (number(double)) ## Responses ### 400 Bad Request, Please verify the request parameters and try again ### 200 OK #### Body: application/json (object) - **currentWeather** (object) - **message** (string) ### 404 Weather information not available for specified parameters [Powered by Bump.sh](https://bump.sh)