The /ip endpoint returns the client IP address StatsDen sees for the request, followed by a newline. It is public, unauthenticated, and returns plain text rather than HTML.

Typical use

CLI clients can request the endpoint directly:

curl https://statsden.com/ip

Proxy-aware address

The value uses the same proxy-aware client IP configuration as login lockouts. In production, that means the address reflects the trusted proxy header strategy configured for the Django app.

Analytics

When server-side Google Analytics Measurement Protocol tracking is enabled, StatsDen records a best-effort event for /ip usage without sending the raw IP address as an event parameter.

Human-readable help

This help article is available at /help/ip. The actual endpoint remains /ip.