# (c) 2020 Bilin Tsui, all rights reserved. # Internet IP Lookup Service ## Description Return a raw Internet IP which you are using now. ## Example Usage - IP lookup service for a DDNS client. ## Endpoints - http(s)://api.xmrx1999.com/ip.php - http(s)://api4.xmrx1999.com/ip.php (Recommended using by IPv4) - http(s)://api6.xmrx1999.com/ip.php (Recommended using by IPv6) ## Arguments - format=[json] "json" for ip data returns in JSON form, leave blank for raw. ## Example Response Raw Format: x.x.x.x JSON Format: {"success":1,"ip":"x.x.x.x"}