---
title: "Echo the caller's IP"
method: GET
path: "/api/ip"
tags: ["Site"]
---

# Echo the caller's IP

`GET /api/ip`

Returns the IP address the CDN saw for this request. `null` when the edge did not supply one.

## Response `200`

The caller's IP address.

- object
  - `ipAddress` string, nullable, required — Client IP, or `null` if unavailable.

---

[API](https://skmtc.dev/alchemy/apis/alchemy-website-api.md) · [All operations](https://skmtc.dev/alchemy/apis/alchemy-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alchemy/alchemy-website-api/revisions/a80b50bbda9f/schema)
