Client IP Endpoint - Free Public API

Endpoint URL:
https://aisenseapi.com/services/v1/client_ip

Description:
This endpoint retrieves and returns the public IP address of the client making the request. It is useful for identifying or logging the IP address of users accessing your services.

Response Format:

  • Content-Type: application/json
  • Example Success Response: json
    “ip”: “46.212.190.81” }

Use Cases:

  • Logging and tracking client IP addresses.
  • Identifying the location or origin of a request.
  • Implementing IP-based access controls or rate limiting.

How to Use:

  1. Send a GET request to:
    https://aisenseapi.com/services/v1/client_ip

  2. The server will automatically detect and return the public IP address of the client making the request.
  3. No additional headers or parameters are required.
Scroll to Top