Sezar Network
Developers HUB

Your time as a developer is valuable. That is why at SezarNetwork our tools are built with you in mind.

Get started with SezarNetwork Developers HUB using these docs - send suggestions for improvements to us.

Post's you maybe like

IP Address information Json API

Accurate IP address data that keeps pace with secure, specific, and forward-looking use cases. You can fetch all data like Geolocation (country, city, region), Company, Mobile Carrier Detection and Timezone with this api for free

This API is public and it can used for free

How to use: The format of the received data is JSON and includes the IP, city, region, country, location, organization and timezone

This API has been published for free and the SezarNetwork will not sell it in any way, so any sale of this API is against SezarNetwork Rules!

Examples

cURL

curl 'https://api.sezar.network/ipinfo?ip={IP_Address}'

Example Response

[
    {
        "ip": "151.253.165.70",
        "city": "Dubai",
        "region": "Dubai",
        "country": "AE",
        "loc": "25.0772,55.3093",
        "org": "AS5384 Emirates Telecommunications Corporation",
        "timezone": "Asia/Dubai"
    }
]