forked from thomasdarimont/geoip-dbip-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I dont know if that even would be possible with free DBs but maybe it is.
When I go to https://ipinfo.io/ and search for an IP I see this:
ip: "95.153.31.78"
hostname: "mail4.mamaya.us" (missing in geoIP API)
city: "Tallinn"
region: "Harjumaa" (missing in geoIP API)
country: "EE"
loc: "59.4585,24.8740"
org: "AS206804 EstNOC OY"
postal: "12014"
timezone: "Europe/Tallinn"
asn: Object
asn: "AS206804"
name: "EstNOC OY" (missing in geoIP API)
domain: "estnoc.ee" (missing in geoIP API)
route: "95.153.31.0/24" (missing in geoIP API)
type: "isp" (missing in geoIP API)
company: Object
name: "EstNOC OY" (missing in geoIP API)
domain: "estnoc.ee" (missing in geoIP API)
type: "business" (missing in geoIP API)
privacy: Object
vpn: true (missing in geoIP API)
proxy: false (missing in geoIP API)
tor: false (missing in geoIP API)
relay: false (missing in geoIP API)
hosting: false (missing in geoIP API)
service: "Private Internet Access" (missing in geoIP API)
abuse: Object
address: "Estonia, Parnumaa, Tori vald, Muti kyla, 86811" (missing in geoIP API)
country: "EE"
email: "abuse@estnoc.ee" (missing in geoIP API)
name: "Abuse contact role object" (missing in geoIP API)
network: "95.153.31.0/24" (DOUBLE)
phone: "+46 8 5626 40 08" (missing in geoIP API)
domains: Object
total: 0 (missing in geoIP API) (not needed!)
domains: Array (missing in geoIP API) (not needed!)
The ones I would really like to have are these:
asn: Object
asn: "AS206804" (missing in geoIP API)
name: "EstNOC OY" (missing in geoIP API)
domain: "estnoc.ee" (missing in geoIP API)
route: "95.153.31.0/24" (missing in geoIP API)
type: "isp" (missing in geoIP API)
privacy: Object
vpn: true (missing in geoIP API)
proxy: false (missing in geoIP API)
tor: false (missing in geoIP API)
relay: false (missing in geoIP API)
hosting: false (missing in geoIP API)
service: "Private Internet Access" (missing in geoIP API)
abuse: Object
address: "Estonia, Parnumaa, Tori vald, Muti kyla, 86811" (missing in geoIP API)
email: "abuse@estnoc.ee" (missing in geoIP API)
name: "Abuse contact role object" (missing in geoIP API)
phone: "+46 8 5626 40 08" (missing in geoIP API)
Metadata
Metadata
Assignees
Labels
No labels