Given this Open Weather Geocoding API (link redacted), please write a utility that takes a city, state, or zip code and returns the latitude, longitude, place name, and any other necessary information from the API. Your utility should make use of the Coordinates by location name and the Coordinates by zip/post code endpoints. Your program should also be able to handle multiple location inputs.