ip-api icon indicating copy to clipboard operation
ip-api copied to clipboard

ip information from public website

ip-api

This project focus on the issue about how to get ip information from public websites. I provide many kinds of language to program and get ip information.

Folder

the fold are organized by different kinds of language, current I only provide some python script and three api interface db-ip, ip-api, ip2location.

├── LICENSE
├── README.md
└── python
    ├── db-ip.py
    ├── ip-api.py
    └── ip2location.py

Refer