@saurav77 I use a package called geoip since they implement option for IP-API. You can find them here:
https://github.com/Torann/laravel-geoip
You can also look at the service class they use to see how they construct the query. The query I believe is how you set what fields you want returned.
https://github.com/Torann/laravel-geoip/blob/master/src/Services/IPApi.php