User IP

The actual user IP is the first IP address in the X-Forwarded-For header.

E.g. if the header looks like

X-Forwarded-For: 77.123.24.12,8.8.9.9,31.31.31.31

then 77.123.24.12 is the actual IP of the user making the API call.