v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
🚰 Kitchen Sink

Get client IP

This API endpoint is designed to provide the current client's IP (Internet Protocol) address.

It allows users to retrieve the IP address from which the client is making the request to the API.

get/kitchen-sink/request/ip

Response

Get client IP

messagestring
statusCodenumber
successboolean

Example response

{
  "data": {
    "ip": "::ffff:172.27.0.3",
    "ipv": "IPv6"
  },
  "message": "IP information returned",
  "statusCode": 200,
  "success": true
}