| IP Address | 216.73.216.90 |
| Port | 37337 |
| ISP | Amazon |
| ISP ID | 3000906 |
| Country | United-States |
| Country ID | US |
| Region | Ohio |
| Region ID | US-OH |
| City | Columbus |
| City ID | US_1089 |
| GEO | 39.961175,-82.998794 |
| $ curl https://ipinfo.halome.vip | ⇒ | 216.73.216.90 |
| $ curl https://ipinfo.halome.vip/remote_addr | ⇒ | 216.73.216.90 |
| $ curl https://ipinfo.halome.vip/remote_port | ⇒ | 37337 |
| $ curl https://ipinfo.halome.vip/ip_isp_en | ⇒ | Amazon |
| $ curl https://ipinfo.halome.vip/ip_isp_id | ⇒ | 3000906 |
| $ curl https://ipinfo.halome.vip/ip_country_en | ⇒ | United-States |
| $ curl https://ipinfo.halome.vip/ip_country_id | ⇒ | US |
| $ curl https://ipinfo.halome.vip/ip_region_en | ⇒ | Ohio |
| $ curl https://ipinfo.halome.vip/ip_region_id | ⇒ | US-OH |
| $ curl https://ipinfo.halome.vip/ip_city_en | ⇒ | Columbus |
| $ curl https://ipinfo.halome.vip/ip_city_id | ⇒ | US_1089 |
| $ curl https://ipinfo.halome.vip/ip_geo | ⇒ | 39.961175,-82.998794 |
| $ curl https://ipinfo.halome.vip/all.json | ⇒ | {
"ip_city_en": "Columbus",
"ip_region_id": "US-OH",
"ip_country_id": "US",
"ip_region_en": "Ohio",
"ip_isp_en": "Amazon",
"ip_isp_id": "3000906",
"ip_country_en": "United-States",
"remote_port": "37337",
"remote_addr": "216.73.216.90",
"ip_city_id": "US_1089",
"ip_geo": [
"39.961175",
"-82.998794"
]
} |