Plugin for OctoberCMS. Display the client public IP address in JSON and RAW. Very simple component that returns client public IP address.
Add component in your page Setup page URL like /ip/:format format options: json or raw
/api/ip/raw will return client IP as text /api/ip/json will return JSON format like {"ip":"1.2.3.4"}