Free IP Geolocation API - Locate 4 Billion+ IPs | Abstract API

Abstract Starter

{
    "ip_address": "151.101.0.84",
    "asn": {
        "asn": 54113,
        "name": "FASTLY",
        "domain": "fastly.com",
        "type": "commercial"
    },
    "location": {
        "city": null,
        "city_geoname_id": null,
        "region": "",
        "region_iso_code": "",
        "region_geoname_id": "",
        "postal_code": null,
        "country": "United States",
        "country_code": "US",
        "country_geoname_id": 6252001,
        "is_country_eu": false,
        "continent": "North America",
        "continent_code": "NA",
        "continent_geoname_id": 6255149,
        "longitude": -97.822,
        "latitude": 37.751
    },
    "timezone": {
        "name": "America/Chicago",
        "abbreviation": "CST",
        "utc_offset": -6,
        "local_time": "12:03:20",
        "is_dst": false
    },
    "flag": {
        "emoji": "🇺🇸",
        "unicode": "U+1F1FA U+1F1F8",
        "png": "https://static.abstractapi.com/country-flags/US_flag.png",
        "svg": "https://static.abstractapi.com/country-flags/US_flag.svg"
    },
    "currency": {
        "name": "US Dollar",
        "code": "USD",
        "symbol": "$"
    }
}

Abstract Standard

{
    "ip_address": "151.101.0.84",
    "asn": {
        "asn": 54113,
        "name": "FASTLY",
        "domain": "fastly.com",
        "type": "commercial"
    },
    "company": {
        "name": "FASTLY",
        "domain": "fastly.com",
        "type": "commercial"
    },
    "location": {
        "city": null,
        "city_geoname_id": null,
        "region": "",
        "region_iso_code": "",
        "region_geoname_id": "",
        "postal_code": null,
        "country": "United States",
        "country_code": "US",
        "country_geoname_id": 6252001,
        "is_country_eu": false,
        "continent": "North America",
        "continent_code": "NA",
        "continent_geoname_id": 6255149,
        "longitude": -97.822,
        "latitude": 37.751
    },
    "timezone": {
        "name": "America/Chicago",
        "abbreviation": "CST",
        "utc_offset": -6,
        "local_time": "12:03:20",
        "is_dst": false
    },
    "flag": {
        "emoji": "🇺🇸",
        "unicode": "U+1F1FA U+1F1F8",
        "png": "https://static.abstractapi.com/country-flags/US_flag.png",
        "svg": "https://static.abstractapi.com/country-flags/US_flag.svg"
    },
    "currency": {
        "name": "US Dollar",
        "code": "USD",
        "symbol": "$"
    }
}

Abstract Professional

{
    "ip_address": "151.101.0.84",
    "security": {
        "is_vpn": false,
        "is_proxy": false,
        "is_tor": false,
        "is_hosting": false,
        "is_relay": false,
        "is_mobile": false,
        "is_abuse": false
    },
    "asn": {
        "asn": 54113,
        "name": "FASTLY",
        "domain": "fastly.com",
        "type": "commercial"
    },
    "company": {
        "name": "FASTLY",
        "domain": "fastly.com",
        "type": "commercial"
    },
    "domains": {
        "domains": [
            "pinterest.com",
        ]
    },
    "location": {
        "city": null,
        "city_geoname_id": null,
        "region": "",
        "region_iso_code": "",
        "region_geoname_id": "",
        "postal_code": null,
        "country": "United States",
        "country_code": "US",
        "country_geoname_id": 6252001,
        "is_country_eu": false,
        "continent": "North America",
        "continent_code": "NA",
        "continent_geoname_id": 6255149,
        "longitude": -97.822,
        "latitude": 37.751
    },
    "timezone": {
        "name": "America/Chicago",
        "abbreviation": "CST",
        "utc_offset": -6,
        "local_time": "12:03:20",
        "is_dst": false
    },
    "flag": {
        "emoji": "🇺🇸",
        "unicode": "U+1F1FA U+1F1F8",
        "png": "https://static.abstractapi.com/country-flags/US_flag.png",
        "svg": "https://static.abstractapi.com/country-flags/US_flag.svg"
    },
    "currency": {
        "name": "US Dollar",
        "code": "USD",
        "symbol": "$"
    }
}