Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metowolf/ipdb-api
π Open Source REST API for IP database, includes qqwry/ipipdotnet
https://github.com/metowolf/ipdb-api
api docker ipdb koa nodejs rest-api
Last synced: about 2 hours ago
JSON representation
π Open Source REST API for IP database, includes qqwry/ipipdotnet
- Host: GitHub
- URL: https://github.com/metowolf/ipdb-api
- Owner: metowolf
- License: mit
- Created: 2020-07-06T06:33:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T08:06:13.000Z (about 1 year ago)
- Last Synced: 2023-09-02T01:45:54.011Z (about 1 year ago)
- Topics: api, docker, ipdb, koa, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 157 KB
- Stars: 21
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IP database REST API
Open Source REST API for IP database, includes qqwry, ipipdotnet.## Usage
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmetowolf%2Fipdb-API.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmetowolf%2Fipdb-API?ref=badge_shield)```http
GET http://localhost:3000/v1/qqwry/119.29.29.29
``````json
{
"ip": "119.29.29.29",
"country_name": "δΈε½",
"region_name": "εΉΏδΈ",
"city_name": "εΉΏε·",
"owner_domain": "cloud.tencent.com",
"isp_domain": ""
}
``````http
GET http://localhost:3000/v1/qqwry/me
``````json
{
"ip": "127.0.0.1",
"country_name": "ζ¬ζΊε°ε",
"region_name": "ζ¬ζΊε°ε",
"city_name": "",
"owner_domain": "",
"isp_domain": ""
}
```## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmetowolf%2Fipdb-API.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmetowolf%2Fipdb-API?ref=badge_large)