API call to ipify in C using libcurl Just a quick C program making a call to ipify and print the IP as JSON format. Build and Run $ make && ipify Test $ make test {"ip":"167.220.196.18"} success License MIT