Whats My Ip

This data call returns the IP address of the requestor.

https://stat.ripe.net/data/whats-my-ip/data.<format> 

e.g. https://stat.ripe.net/data/whats-my-ip/data.json

Parameters

Key Value Info Required
- - -

Output

Data

Key Info
ip contains the requester's IP address

Example

	 "data": {

	 "ip": "127.0.0.1"

	 }