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:
-
Send a GET request to:
https://aisenseapi.com/services/v1/client_ip - The server will automatically detect and return the public IP address of the client making the request.
- No additional headers or parameters are required.