# Get current weather by city **GET /api/v1/current/weather/city** Get current weather by city ID or city name; State code and country code are optional ## Servers - Development: http://bytemetwice.ninja (Development) ## Parameters ### Query parameters - **id** (string) ID of the City; Required Field - **name** (string) Name of City; Required Field - **stateCode** (string) State Code; Optional Field - **countryCode** (string) Country Code; Optional Field ## 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 found for specified parameters [Powered by Bump.sh](https://bump.sh)