https://github.com/thiagobarradas/ipinfo-api
Proxy API some ip info service
https://github.com/thiagobarradas/ipinfo-api
api dotnet dotnet-core dotnet-core2 ip ip-info ipinfo
Last synced: 7 months ago
JSON representation
Proxy API some ip info service
- Host: GitHub
- URL: https://github.com/thiagobarradas/ipinfo-api
- Owner: ThiagoBarradas
- Created: 2017-12-03T18:13:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T02:26:03.000Z (over 7 years ago)
- Last Synced: 2025-01-13T10:08:50.499Z (9 months ago)
- Topics: api, dotnet, dotnet-core, dotnet-core2, ip, ip-info, ipinfo
- Language: C#
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/ThiagoBarradas/ipinfo-api/tree/master)
[](https://codecov.io/gh/ThiagoBarradas/ipinfo-api)# IpInfo Api
A simple web API that implements *ipinfo.io* to get ip details, like geolocation.
## Getting started
1. Clone this project and run.
2. To access API resources, you can use **IpInfo.Api.Client**## How to use
Request:
**GET /ip/{ip}**
Ex.: GET /ip/201.200.168.63Response 200 OK:
```json
{
"latitude": -22.905346,
"longitude": -43.176523,
"city": "Rio de Janeiro",
"state" : "Rio de Janeiro",
"country" : "BR"
}
```# How can I contribute?
Please, refer to [CONTRIBUTING](CONTRIBUTING.md)# Found something strange or need a new feature?
Open a new Issue following our issue template [ISSUE TEMPLATE](.github/ISSUE_TEMPLATE.md)# Changelog
See in [releases](https://github.com/ThiagoBarradas/ipinfo-api/releases)