Closed jlacko closed 4 years ago
This package parses the raw JSON line by line, and we've recently changed the order of the returned fields.
I did some previous work on a new version, but I didn't finish performance improvements/testing. Can you please test this? I'll make a pull request if everything seems ok https://github.com/vladc/rgeolocate/tree/batch
disclaimer: part of ip-api staff
@vladc I have tried the batch branch (and not master as earlier) and yes, the results are correct.
Should now be fixed.
There seems to be a mismatch in fields returned by R function and the IP-API website; to reproduce please compare results from:
rgeolocate::ip_api("193.35.107.134")
and https://ip-api.com/#193.35.107.134 - the website results look sensible, but those from the R function not.