$ curl "https://api.ip2location.com/v2/?ip=73.177.55.246&key={YOUR_API_KEY}&package=WS24&addon=continent,country,region,city,geotargeting,country_groupings,time_zone_info"
 
{
    "country_code": "US",
    "country_name": "United States of America",
    "region_name": "Georgia",
    "city_name": "Marietta",
    "latitude": "33.9526",
    "longitude": "-84.54993",
    "zip_code": "30006",
    "time_zone": "-04:00",
    "isp": "Comcast Cable Communications LLC",
    "domain": "comcast.net",
    "net_speed": "DSL",
    "idd_code": "1",
    "area_code": "770",
    "weather_station_code": "USGA0353",
    "weather_station_name": "Marietta",
    "mcc": "-",
    "mnc": "-",
    "mobile_brand": "-",
    "elevation": "341",
    "usage_type": "ISP",
    "credits_consumed": 33,
    "continent": {
        "name": "North America",
        "code": "NA",
        "hemisphere": [
            "north",
            "west"
        ],
        "translations": []
    },
    "country": {
        "name": "United States of America",
        "alpha3_code": "USA",
        "numeric_code": "840",
        "demonym": "Americans",
        "flag": "https:\/\/cdn.ip2location.com\/assets\/img\/flags\/us.png",
        "capital": "Washington, D.C.",
        "total_area": "9826675",
        "population": "326766748",
        "currency": {
            "code": "USD",
            "name": "United States Dollar",
            "symbol": "$"
        },
        "language": {
            "code": "EN",
            "name": "English"
        },
        "idd_code": "1",
        "tld": "us",
        "translations": []
    },
    "region": {
        "name": "Georgia",
        "code": "13",
        "translations": []
    },
    "city": {
        "name": "Marietta",
        "translations": []
    },
    "geotargeting": {
        "metro": "524"
    },
    "country_groupings": [
        {
            "acronym": "Americas",
            "name": "Americas"
        },
        {
            "acronym": "APEC",
            "name": "Asia-Pacific Economic Cooperation"
        },
        {
            "acronym": "DAC",
            "name": "Development Assistance Committee"
        },
        {
            "acronym": "G2",
            "name": "Group of Two"
        },
        {
            "acronym": "G20",
            "name": "Group of Twenty"
        },
        {
            "acronym": "G7",
            "name": "Group of Seven"
        },
        {
            "acronym": "G8+5",
            "name": "Group of Eight + Five"
        },
        {
            "acronym": "NAFTA",
            "name": "North American Free Trade Agreement"
        },
        {
            "acronym": "NALA",
            "name": "North America and Latin America"
        },
        {
            "acronym": "OAS",
            "name": "Organization of American States"
        },
        {
            "acronym": "OECD",
            "name": "Organisation for Economic Co-operation and Development"
        },
        {
            "acronym": "P5",
            "name": "Permanent Members of the United Nations Security Council"
        },
        {
            "acronym": "UN",
            "name": "United Nations"
        }
    ],
    "time_zone_info": {
        "olson": "America\/New_York",
        "current_time": "2020-10-04T12:04:59-04:00",
        "gmt_offset": -14400,
        "is_dst": "yes",
        "sunrise": "07:35",
        "sunset": "19:17"
    }
}                           
Try Our IP2Proxy Geolocation API
$ curl "https://api.ip2proxy.com/?key={YOUR_API_KEY}&ip=73.177.55.246&package=PX10&format=json"
 
{
    "response": "OK",
    "countryCode": "US",
    "countryName": "United States of America",
    "regionName": "Georgia",
    "cityName": "Marietta",
    "isp": "Comcast Cable Communications LLC",
    "domain": "comcast.net",
    "usageType": "ISP",
    "asn": "0",
    "as": "-",
    "lastSeen": "0",
    "proxyType": "-",
    "threat": "-",
    "isProxy": "NO"
}