mirror of
https://github.com/chubin/awesome-console-services.git
synced 2025-04-28 09:46:40 +02:00
Added api.ip2location.io
This commit is contained in:
parent
7be8a7ccba
commit
d910619690
2 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
|
||||
## Geolocation
|
||||
|
||||
* `curl api.ip2location.io` or `curl api.ip2location.io?ip=8.8.8.8`
|
||||
* `curl ipinfo.io/8.8.8.8` or `curl ipinfo.io/8.8.8.8/loc`
|
||||
* `curl ip-api.com` or `curl ip-api.com/8.8.8.8`
|
||||
* `curl ifconfig.co/country` or `curl ifconfig.co/city` or `curl ifconfig.co/country-iso` or `http ifconfig.co/json`
|
||||
|
|
|
@ -50,6 +50,8 @@ by_category:
|
|||
ifconfig.es:
|
||||
tags: [curl, plain, newline, ipv6]
|
||||
- geo:
|
||||
api.ip2location.io:
|
||||
tags: [curl]
|
||||
ipinfo.io:
|
||||
tags: [curl]
|
||||
ifconfig.co:
|
||||
|
|
Loading…
Add table
Reference in a new issue