TL;DR
$ curl http://ip-api.com/json | jq
{
"status": "success",
"country": "Singapore",
"countryCode": "SG",
"region": "01",
"regionName": "Central Singapore",
"city": "Singapore",
"zip": "",
"lat": 1.29983,
"lon": 103.789,
"timezone": "Asia/Singapore",
"isp": "Garena Online Pte Ltd",
"org": "Garena Online Pte Ltd",
"as": "AS58521 Garena Online Pte Ltd",
"query": "143.92.127.238"
}