Skip to content

Commit

Permalink
Updated with new apis, thanks to @bobh-dazn
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Sep 20, 2024
1 parent f90c233 commit 02f48eb
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 30 deletions.
43 changes: 34 additions & 9 deletions docs/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,27 @@
"homepage": "http://ip-api.com/",
"client": "http://ip-api.com/json/",
"server": "http://ip-api.com/json/8.8.8.8",
"formats": ["json", "XML", "CSV", "Newline", "PHP"],
"formats": [
"json",
"XML",
"CSV",
"Newline",
"PHP"
],
"https": false,
"limit": "45/min"
},
"ipapi.co": {
"homepage": "https://ipapi.co/",
"client": "https://ipapi.co/json/",
"server": "https://ipapi.co/8.8.8.8/json/",
"formats": ["json", "jsonp", "XML", "CSV", "yaml"],
"formats": [
"json",
"jsonp",
"XML",
"CSV",
"yaml"
],
"https": true,
"limit": "1000/day"
},
Expand Down Expand Up @@ -47,12 +59,15 @@
"client": "https://api.getgeoapi.com/v2/ip/check?api_key=b4fc42c56365b7874d8bb30a39ad2a7fb6f18b0d",
"server": "https://api.getgeoapi.com/v2/ip/8.8.8.8?api_key=b4fc42c56365b7874d8bb30a39ad2a7fb6f18b0d",
"https": true,
"formats": ["json","XML"],
"formats": [
"json",
"XML"
],
"limit": "300/day"
},
"geo.ipify.org": {
"homepage": "https://geo.ipify.org/",
"server": "https://geo.ipify.org/api/v2/country,city,vpn?apiKey=at_RsTsdSKlf5yul15KOGNGj1kB024U3&ipAddress=8.8.8.8",
"server": "https://geo.ipify.org/api/v2/country,city,vpn?apiKey=at_jWy8qMwmMP24UlTo7caVorN4sOmgd&ipAddress=8.8.8.8",
"https": true,
"limit": "333/account"
},
Expand All @@ -61,7 +76,10 @@
"client": "https://api.ip2location.io/?key=63277DF7D8C7C7311135F43EFD591030",
"server": "https://api.ip2location.io/?key=63277DF7D8C7C7311135F43EFD591030&ip=8.8.8.8",
"https": true,
"formats": ["json", "XML"],
"formats": [
"json",
"XML"
],
"limit": "30000/month"
},
"ipinfo.io": {
Expand All @@ -84,18 +102,25 @@
},
"GeoJS": {
"homepage": "https://www.geojs.io/",
"client": "https://get.geojs.io/v1/ip/geo.json"
"client": "https://get.geojs.io/v1/ip/geo.json",
"server": "https://get.geojs.io/v1/ip/geo/8.8.8.8.json",
"https": true,
"formats": ["json", "jsonp"]
"formats": [
"json",
"jsonp"
],
"limit": "Unlimited"
},
"ReallyFreeGeoIP": {
"homepage": "https://reallyfreegeoip.org/",
"client": "https://reallyfreegeoip.org/json/",
"server": "https://reallyfreegeoip.org/json/8.8.8.8",
"https": true,
"formats": ["json", "XML", "CSV"],
"formats": [
"json",
"XML",
"CSV"
],
"limit": "Unlimited"
},
"FreeIPAPI": {
Expand All @@ -105,4 +130,4 @@
"https": true,
"limit": "60/min"
}
}
}
Loading

0 comments on commit 02f48eb

Please sign in to comment.