Skip to content

Commit 06bdb4d

Browse files
authored
Merge pull request #104 from ip2location/master
Added api.ip2location.io
2 parents f948af4 + d910619 commit 06bdb4d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
8888

8989
## Geolocation
9090

91+
* `curl api.ip2location.io` or `curl api.ip2location.io?ip=8.8.8.8`
9192
* `curl ipinfo.io/8.8.8.8` or `curl ipinfo.io/8.8.8.8/loc`
9293
* `curl ip-api.com` or `curl ip-api.com/8.8.8.8`
9394
* `curl ifconfig.co/country` or `curl ifconfig.co/city` or `curl ifconfig.co/country-iso` or `http ifconfig.co/json`

structured.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ by_category:
5050
ifconfig.es:
5151
tags: [curl, plain, newline, ipv6]
5252
- geo:
53+
api.ip2location.io:
54+
tags: [curl]
5355
ipinfo.io:
5456
tags: [curl]
5557
ifconfig.co:

0 commit comments

Comments
 (0)