# POST as GET: Get current weather by zip request model **POST /api/v1/current/weather/zip** POST as GET: Get current weather by zip code and country code; Country code is optional ## Servers - Development: http://bytemetwice.ninja (Development) ## Parameters ### Body: application/json (object) - **zipCode** (string) - **countryCode** (string) ## 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)