---
title: "Get client IP"
method: GET
path: "/kitchen-sink/request/ip"
tags: ["🚰 Kitchen Sink"]
---

# Get client IP

`GET /kitchen-sink/request/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.

## Response `200`

Get client IP

- object
  - `data` object
    - `ip` string
    - `ipv` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
