Fetching data from Google Maps through API [closed]

I’m creating a real-time moving company form for Top Notch Moving Services.
I want fetch the data of city, state and country according to the zipcode of user.

Sign Up for ZipCodeAPI: Register for an account on ZipCodeAPI and obtain an API key.

Integrate ZipCodeAPI into Your Form: Add JavaScript code to your form that triggers an API request to ZipCodeAPI whenever a user enters a zip code.

Retrieve Data: Once the API call is made, retrieve the relevant data such as city, state, and country from the API response.

Display Data in Form: Populate the corresponding fields in your form with the retrieved data (city, state, country) based on the user’s entered zip code.