Skip to content

🎒 Open Source REST API for IP database, includes qqwry/ipipdotnet

License

Notifications You must be signed in to change notification settings

metowolf/ipdb-API

Repository files navigation

IP database REST API

Open Source REST API for IP database, includes qqwry, ipipdotnet.

Usage

FOSSA Status

GET http://localhost:3000/v1/qqwry/119.29.29.29
{
  "ip": "119.29.29.29",
  "country_name": "中国",
  "region_name": "广东",
  "city_name": "广州",
  "owner_domain": "cloud.tencent.com",
  "isp_domain": ""
}
GET http://localhost:3000/v1/qqwry/me
{
  "ip": "127.0.0.1",
  "country_name": "本机地址",
  "region_name": "本机地址",
  "city_name": "",
  "owner_domain": "",
  "isp_domain": ""
}

License

FOSSA Status