https://github.com/amodm/ip-lookup
Free IP details lookup service, based on Cloudflare Workers
https://github.com/amodm/ip-lookup
cloudflare-api cloudflare-workers ip-lookup whatsmyip
Last synced: about 2 months ago
JSON representation
Free IP details lookup service, based on Cloudflare Workers
- Host: GitHub
- URL: https://github.com/amodm/ip-lookup
- Owner: amodm
- License: apache-2.0
- Created: 2020-04-11T15:13:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T10:41:49.000Z (5 months ago)
- Last Synced: 2025-05-20T06:01:55.545Z (5 months ago)
- Topics: cloudflare-api, cloudflare-workers, ip-lookup, whatsmyip
- Language: Python
- Size: 446 KB
- Stars: 62
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ip-lookup
Free IP details lookup service, based on Cloudflare Workers## APIs
* Get my IP (text): [https://ip.rootnet.in/](https://ip.rootnet.in/)
* Get my IP (json): [https://ip.rootnet.in/json](https://ip.rootnet.in/json)
* Lookup my Network: [https://ip.rootnet.in/lookup](https://ip.rootnet.in/lookup)
* Lookup AS of specific IP
* [https://ip.rootnet.in/lookup/1.1.1.1](https://ip.rootnet.in/lookup/1.1.1.1)
* [https://ip.rootnet.in/lookup/2606:4700:4700::1111](https://ip.rootnet.in/lookup/2606:4700:4700::1111)
* Lookup a specific ASN
* [https://ip.rootnet.in/as/13335](https://ip.rootnet.in/as/13335)
* [https://ip.rootnet.in/lookup/as13335](https://ip.rootnet.in/lookup/as13335)# Credits
* IP to ASN database, thanks to [@jedisct1](https://github.com/jedisct1/iptoasn-webservice)