From 4c3b33c88f18404a5fb2649a9b3ceca8122b62c5 Mon Sep 17 00:00:00 2001 From: C4illin Date: Tue, 17 Oct 2023 09:37:12 +0200 Subject: [PATCH] refresh times --- readme.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/readme.md b/readme.md index 830b70e..a7f3225 100644 --- a/readme.md +++ b/readme.md @@ -1,26 +1,25 @@ # GeoIP-api comparison -Comparison of some different mostly free GeoIP APIs I found around the internet. -## Sites +Comparison of some different mostly free GeoIP APIs I found around the internet.## Sites | Url | Https | Limit | Clientside | Client lookup delay | Serverside delay | | --- | --- | --- | --- | --- | --- | -| http://ip-api.com/ | | 45/min | | 114 ms | 32 ms | -| https://ipapi.co/ | | 1000/day | | 394 ms | 278 ms | -| https://ipbase.com/ | | 150/month | | 120 ms | 76 ms | -| https://ipgeolocation.io/ | | 1000/day | | n/a | 111 ms | -| https://ipstack.com/ | | 100/month | | 283 ms | 149 ms | -| https://ipwhois.io/ | | 10000/month | | 85 ms | 26 ms | -| https://getgeoapi.com/ | | 300/day | | 144 ms | 34 ms | -| https://geo.ipify.org/ | | 333/account | | n/a | 843 ms | -| https://www.ip2location.io/ | | 30000/month | | n/a | 152 ms | +| http://ip-api.com/ | | 45/min | | 1188 ms | 39 ms | +| https://ipapi.co/ | | 1000/day | | 306 ms | 203 ms | +| https://ipbase.com/ | | 150/month | | 114 ms | 77 ms | +| https://ipgeolocation.io/ | | 1000/day | | n/a | 65 ms | +| https://ipstack.com/ | | 100/month | | 274 ms | 154 ms | +| https://ipwhois.io/ | | 10000/month | | 257 ms | 27 ms | +| https://getgeoapi.com/ | | 300/day | | 265 ms | 24 ms | +| https://geo.ipify.org/ | | 333/account | | n/a | 941 ms | +| https://www.ip2location.io/ | | 30000/month | | n/a | 168 ms | ## Example response | API | Serverside Lookup | | --- | --- | | ip-api.com |
{
"status": "success",
"country": "United States",
"countryCode": "US",
"region": "VA",
"regionName": "Virginia",
"city": "Ashburn",
"zip": "20149",
"lat": 39.03,
"lon": -77.5,
"timezone": "America/New_York",
"isp": "Google LLC",
"org": "Google Public DNS",
"as": "AS15169 Google LLC",
"query": "8.8.8.8"
}
| | ipapi.co |
{
"ip": "8.8.8.8",
"network": "8.8.8.0/24",
"version": "IPv4",
"city": "Mountain View",
"region": "California",
"region_code": "CA",
"country": "US",
"country_name": "United States",
"country_code": "US",
"country_code_iso3": "USA",
"country_capital": "Washington",
"country_tld": ".us",
"continent_code": "NA",
"in_eu": false,
"postal": "94043",
"latitude": 37.42301,
"longitude": -122.083352,
"timezone": "America/Los_Angeles",
"utc_offset": "-0700",
"country_calling_code": "+1",
"currency": "USD",
"currency_name": "Dollar",
"languages": "en-US,es-US,haw,fr",
"country_area": 9629091,
"country_population": 327167434,
"asn": "AS15169",
"org": "GOOGLE"
}
| -| ipbase.com |
{
"data": {
"ip": "8.8.8.8",
"hostname": null,
"type": "v4",
"range_type": {
"type": "PUBLIC",
"description": "Public address"
},
"connection": {
"asn": 15169,
"organization": "Google LLC",
"isp": "Google LLC",
"range": "8.8.8.0/24"
},
"location": {
"geonames_id": 85922355,
"latitude": 37.40599060058594,
"longitude": -122.0785140991211,
"zip": "94043",
"continent": {
"code": 6255149,
"name": "North America",
"name_translated": "North America",
"geonames_id": 6255149,
"wikidata_id": "Q49"
},
"country": {
"alpha2": "US",
"alpha3": "USA",
"calling_codes": [
"+1"
],
"currencies": [
{
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
}
],
"emoji": "🇺🇸",
"ioc": "USA",
"languages": [
{
"name": "English",
"name_native": "English"
}
],
"name": "United States",
"name_translated": "United States",
"timezones": [
"America/New_York",
"America/Detroit",
"America/Kentucky/Louisville",
"America/Kentucky/Monticello",
"America/Indiana/Indianapolis",
"America/Indiana/Vincennes",
"America/Indiana/Winamac",
"America/Indiana/Marengo",
"America/Indiana/Petersburg",
"America/Indiana/Vevay",
"America/Chicago",
"America/Indiana/Tell_City",
"America/Indiana/Knox",
"America/Menominee",
"America/North_Dakota/Center",
"America/North_Dakota/New_Salem",
"America/North_Dakota/Beulah",
"America/Denver",
"America/Boise",
"America/Phoenix",
"America/Los_Angeles",
"America/Anchorage",
"America/Juneau",
"America/Sitka",
"America/Metlakatla",
"America/Yakutat",
"America/Nome",
"America/Adak",
"Pacific/Honolulu"
],
"is_in_european_union": false,
"fips": "US",
"geonames_id": 85633793,
"hasc_id": "US",
"wikidata_id": "Q30"
},
"city": {
"fips": "0649670",
"alpha2": null,
"geonames_id": 85922355,
"hasc_id": null,
"wikidata_id": "Q486860",
"name": "Mountain View",
"name_translated": "Mountain View"
},
"region": {
"fips": "US06",
"alpha2": "US-CA",
"geonames_id": 85688637,
"hasc_id": "US.CA",
"wikidata_id": "Q99",
"name": "California",
"name_translated": "California"
}
},
"tlds": [
".us"
],
"timezone": {
"id": "America/Los_Angeles",
"current_time": "2023-10-16T12:22:15-07:00",
"code": "PDT",
"is_daylight_saving": true,
"gmt_offset": -25200
},
"security": {
"is_anonymous": null,
"is_datacenter": null,
"is_vpn": null,
"is_bot": null,
"is_abuser": null,
"is_known_attacker": null,
"is_proxy": null,
"is_spam": null,
"is_tor": null,
"proxy_type": null,
"is_icloud_relay": null,
"threat_score": null
},
"domains": {
"count": null,
"domains": []
}
}
}
| -| ipgeolocation.io |
{
"ip": "8.8.8.8",
"continent_code": "NA",
"continent_name": "North America",
"country_code2": "US",
"country_code3": "USA",
"country_name": "United States",
"country_name_official": "United States of America",
"country_capital": "Washington, D.C.",
"state_prov": "California",
"state_code": "US-CA",
"district": "",
"city": "Mountain View",
"zipcode": "94043-1351",
"latitude": "37.42240",
"longitude": "-122.08421",
"is_eu": false,
"calling_code": "+1",
"country_tld": ".us",
"languages": "en-US,es-US,haw,fr",
"country_flag": "https://ipgeolocation.io/static/flags/us_64.png",
"geoname_id": "6301403",
"isp": "Google LLC",
"connection_type": "",
"organization": "Google LLC",
"currency": {
"code": "USD",
"name": "US Dollar",
"symbol": "$"
},
"time_zone": {
"name": "America/Los_Angeles",
"offset": -8,
"offset_with_dst": -7,
"current_time": "2023-10-16 12:22:15.425-0700",
"current_time_unix": 1697484135.425,
"is_dst": true,
"dst_savings": 1
}
}
| +| ipbase.com |
{
"data": {
"ip": "8.8.8.8",
"hostname": null,
"type": "v4",
"range_type": {
"type": "PUBLIC",
"description": "Public address"
},
"connection": {
"asn": 15169,
"organization": "Google LLC",
"isp": "Google LLC",
"range": "8.8.8.0/24"
},
"location": {
"geonames_id": 85922355,
"latitude": 37.40599060058594,
"longitude": -122.0785140991211,
"zip": "94043",
"continent": {
"code": 6255149,
"name": "North America",
"name_translated": "North America",
"geonames_id": 6255149,
"wikidata_id": "Q49"
},
"country": {
"alpha2": "US",
"alpha3": "USA",
"calling_codes": [
"+1"
],
"currencies": [
{
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
}
],
"emoji": "🇺🇸",
"ioc": "USA",
"languages": [
{
"name": "English",
"name_native": "English"
}
],
"name": "United States",
"name_translated": "United States",
"timezones": [
"America/New_York",
"America/Detroit",
"America/Kentucky/Louisville",
"America/Kentucky/Monticello",
"America/Indiana/Indianapolis",
"America/Indiana/Vincennes",
"America/Indiana/Winamac",
"America/Indiana/Marengo",
"America/Indiana/Petersburg",
"America/Indiana/Vevay",
"America/Chicago",
"America/Indiana/Tell_City",
"America/Indiana/Knox",
"America/Menominee",
"America/North_Dakota/Center",
"America/North_Dakota/New_Salem",
"America/North_Dakota/Beulah",
"America/Denver",
"America/Boise",
"America/Phoenix",
"America/Los_Angeles",
"America/Anchorage",
"America/Juneau",
"America/Sitka",
"America/Metlakatla",
"America/Yakutat",
"America/Nome",
"America/Adak",
"Pacific/Honolulu"
],
"is_in_european_union": false,
"fips": "US",
"geonames_id": 85633793,
"hasc_id": "US",
"wikidata_id": "Q30"
},
"city": {
"fips": "0649670",
"alpha2": null,
"geonames_id": 85922355,
"hasc_id": null,
"wikidata_id": "Q486860",
"name": "Mountain View",
"name_translated": "Mountain View"
},
"region": {
"fips": "US06",
"alpha2": "US-CA",
"geonames_id": 85688637,
"hasc_id": "US.CA",
"wikidata_id": "Q99",
"name": "California",
"name_translated": "California"
}
},
"tlds": [
".us"
],
"timezone": {
"id": "America/Los_Angeles",
"current_time": "2023-10-17T00:36:53-07:00",
"code": "PDT",
"is_daylight_saving": true,
"gmt_offset": -25200
},
"security": {
"is_anonymous": null,
"is_datacenter": null,
"is_vpn": null,
"is_bot": null,
"is_abuser": null,
"is_known_attacker": null,
"is_proxy": null,
"is_spam": null,
"is_tor": null,
"proxy_type": null,
"is_icloud_relay": null,
"threat_score": null
},
"domains": {
"count": null,
"domains": []
}
}
}
| +| ipgeolocation.io |
{
"ip": "8.8.8.8",
"continent_code": "NA",
"continent_name": "North America",
"country_code2": "US",
"country_code3": "USA",
"country_name": "United States",
"country_name_official": "United States of America",
"country_capital": "Washington, D.C.",
"state_prov": "California",
"state_code": "US-CA",
"district": "",
"city": "Mountain View",
"zipcode": "94043-1351",
"latitude": "37.42240",
"longitude": "-122.08421",
"is_eu": false,
"calling_code": "+1",
"country_tld": ".us",
"languages": "en-US,es-US,haw,fr",
"country_flag": "https://ipgeolocation.io/static/flags/us_64.png",
"geoname_id": "6301403",
"isp": "Google LLC",
"connection_type": "",
"organization": "Google LLC",
"currency": {
"code": "USD",
"name": "US Dollar",
"symbol": "$"
},
"time_zone": {
"name": "America/Los_Angeles",
"offset": -8,
"offset_with_dst": -7,
"current_time": "2023-10-17 00:36:53.689-0700",
"current_time_unix": 1697528213.689,
"is_dst": true,
"dst_savings": 1
}
}
| | ipstack.com |
{
"ip": "8.8.8.8",
"type": "ipv4",
"continent_code": "NA",
"continent_name": "North America",
"country_code": "US",
"country_name": "United States",
"region_code": "OH",
"region_name": "Ohio",
"city": "Glenmont",
"zip": "44628",
"latitude": 40.5369987487793,
"longitude": -82.12859344482422,
"location": {
"geoname_id": null,
"capital": "Washington D.C.",
"languages": [
{
"code": "en",
"name": "English",
"native": "English"
}
],
"country_flag": "https://assets.ipstack.com/flags/us.svg",
"country_flag_emoji": "🇺🇸",
"country_flag_emoji_unicode": "U+1F1FA U+1F1F8",
"calling_code": "1",
"is_eu": false
}
}
| -| ipwhois.io |
{
"ip": "8.8.8.8",
"success": true,
"type": "IPv4",
"continent": "North America",
"continent_code": "NA",
"country": "United States",
"country_code": "US",
"region": "California",
"region_code": "CA",
"city": "Mountain View",
"latitude": 37.3860517,
"longitude": -122.0838511,
"is_eu": false,
"postal": "94039",
"calling_code": "1",
"capital": "Washington D.C.",
"borders": "CA,MX",
"flag": {
"img": "https://cdn.ipwhois.io/flags/us.svg",
"emoji": "🇺🇸",
"emoji_unicode": "U+1F1FA U+1F1F8"
},
"connection": {
"asn": 15169,
"org": "Google LLC",
"isp": "Google LLC",
"domain": "google.com"
},
"timezone": {
"id": "America/Los_Angeles",
"abbr": "PDT",
"is_dst": true,
"offset": -25200,
"utc": "-07:00",
"current_time": "2023-10-16T12:22:15-07:00"
}
}
| +| ipwhois.io |
{
"ip": "8.8.8.8",
"success": true,
"type": "IPv4",
"continent": "North America",
"continent_code": "NA",
"country": "United States",
"country_code": "US",
"region": "California",
"region_code": "CA",
"city": "Mountain View",
"latitude": 37.3860517,
"longitude": -122.0838511,
"is_eu": false,
"postal": "94039",
"calling_code": "1",
"capital": "Washington D.C.",
"borders": "CA,MX",
"flag": {
"img": "https://cdn.ipwhois.io/flags/us.svg",
"emoji": "🇺🇸",
"emoji_unicode": "U+1F1FA U+1F1F8"
},
"connection": {
"asn": 15169,
"org": "Google LLC",
"isp": "Google LLC",
"domain": "google.com"
},
"timezone": {
"id": "America/Los_Angeles",
"abbr": "PDT",
"is_dst": true,
"offset": -25200,
"utc": "-07:00",
"current_time": "2023-10-17T00:36:54-07:00"
}
}
| | getgeoapi.com |
{
"ip": "8.8.8.8",
"type": "IPv4",
"location": {
"latitude": 37.405991,
"longitude": -122.078514
},
"postcode": "94043",
"area": {
"code": "US-CA",
"geonameid": 5332921,
"name": "California"
},
"asn": {
"number": 15169,
"organisation": "GOOGLE"
},
"city": {
"geonameid": 5375480,
"name": "Mountain View",
"population": 80435
},
"continent": {
"geonameid": 6255149,
"name": "North America",
"code": "NA"
},
"country": {
"geonameid": 6252001,
"name": "United States of America",
"code": "US",
"capital": "Washington",
"area_size": "9629091.00 sq. km",
"population": 327167434,
"phone_code": "1",
"is_in_eu": false,
"languages": {
"en": "English language",
"es": "Spanish language",
"haw": "Hawaiian language",
"fr": "French language"
},
"flag": {
"file": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_the_United_States.svg",
"emoji": "🇺🇸",
"unicode": "U+1F1FA U+1F1F8"
},
"tld": ".us"
},
"currency": {
"code": "USD",
"name": "United States dollar"
},
"security": {
"is_tor": false,
"is_proxy": false,
"is_crawler": true,
"is_threat": true,
"is_thread": true
},
"time": {
"timezone": "America/Los_Angeles",
"gtm_offset": -25200,
"gmt_offset": -25200,
"is_daylight_saving": true,
"code": "PDT"
},
"status": "success"
}
| -| geo.ipify.org |
{
"ip": "8.8.8.8",
"location": {
"country": "US",
"region": "California",
"city": "Mountain View",
"lat": 32.69922,
"lng": -117.11281,
"postalCode": "",
"timezone": "-07:00",
"geonameId": 5375481
},
"domains": [
"21vek-dev.by",
"520yyds.com",
"661ri48a.com",
"8888.ar",
"9.nz"
],
"as": {
"asn": 15169,
"name": "GOOGLE",
"route": "8.8.8.0/24",
"domain": "https://about.google/intl/en/",
"type": "Content"
},
"isp": "Google LLC",
"proxy": {
"proxy": false,
"vpn": false,
"tor": false
}
}
| +| geo.ipify.org |
{
"ip": "8.8.8.8",
"location": {
"country": "US",
"region": "California",
"city": "Mountain View",
"lat": 32.69922,
"lng": -117.11281,
"postalCode": "",
"timezone": "-07:00",
"geonameId": 5375481
},
"domains": [
"21vek-dev.by",
"anleax.xyz",
"chagasconsultoria.com",
"chamille24.com",
"conexuscrm.com"
],
"as": {
"asn": 15169,
"name": "GOOGLE",
"route": "8.8.8.0/24",
"domain": "https://about.google/intl/en/",
"type": "Content"
},
"isp": "Google LLC",
"proxy": {
"proxy": false,
"vpn": false,
"tor": false
}
}
| | ip2location.io |
{
"ip": "8.8.8.8",
"country_code": "US",
"country_name": "United States of America",
"region_name": "California",
"city_name": "Mountain View",
"latitude": 37.405992,
"longitude": -122.078515,
"zip_code": "94043",
"time_zone": "-07:00",
"asn": "15169",
"as": "Google LLC",
"is_proxy": false
}
|