A simple web API that implements ipinfo.io to get ip details, like geolocation.
- Clone this project and run.
- To access API resources, you can use IpInfo.Api.Client
Request: GET /ip/{ip} Ex.: GET /ip/201.200.168.63
Response 200 OK:
{
"latitude": -22.905346,
"longitude": -43.176523,
"city": "Rio de Janeiro",
"state" : "Rio de Janeiro",
"country" : "BR"
}
Please, refer to CONTRIBUTING
Open a new Issue following our issue template ISSUE TEMPLATE
See in releases