I was wondering if there is an API that will allow me to insert a 100 or more IP addresses separated by a new line, trace them retrieve their info all in one push of a button? At the moment I am using a free API but I cannot figure out if it can trace multiple IP addresses and if so, how?
Here is the API url: http://www.ipaddressapi.com/
and here is the url where I enter the IP address at the end of it:
http://www.ipaddressapi.com/l/55ffa3e1bb4f123a2e0e21bf30a6731fec615a69b682?h=45.0.0.0
I tried doing it like this
http://www.ipaddressapi.com/l/55ffa3e1bb4f123a2e0e21bf30a6731fec615a69b682?h=45.0.0.0&47.0.0.0 (Adding & then the second IP address) but that didn’t work either. Any suggestions or thoughts?
Just do something like the following:
Loop through your ip addresses:
A function to get web page as a string