🌍Advance Geolocation

The IpForensics API supports looking up the Advance Geolocation of an IP Address.

We return the geolocation data belonging to the IP Address.

Sample Response

    "advanced-geolocation": {
        "area": 923768,
        "population": 211400704,
        "population_density": 228.85,
        "tld": ".ng",
        "continent": {
            "name": "Africa",
            "code": "AF"
        },
        "region": {
            "name": "Lagos",
            "code": "NG-LA"
        },
        "languages": [
            {
                "code": "en",
                "name": "English",
                "native": "English"
            },
            {
                "code": "ha",
                "name": "Hausa",
                "native": "Hausa"
            },
            {
                "code": "yo",
                "name": "Yoruba",
                "native": "Èdè Yorùbá"
            },
            {
                "code": "ig",
                "name": "Igbo",
                "native": "Igbo"
            },
            {
                "code": "ff",
                "name": "Fula",
                "native": "Pulaar"
            }
        ],
        "borders": [
            "BJ",
            "CM",
            "NE",
            "TD"
        ]
    }

Last updated