Git Product home page Git Product logo

17ss / webservice-api-ipinfo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kevinkien/webservice-api-ipinfo

0.0 0.0 0.0 114.04 MB

Webservice and API solution to identify country, region, city, latitude & longitude, ZIP code, time zone, ISP, VPN and residential proxies. IPAddress information is obtained from GeoIP2 and checking IPAddress is proxy or not is obtained from IP2Proxy.com.

Python 55.62% HTML 42.41% Dockerfile 1.97%

webservice-api-ipinfo's Introduction

Webservice & API IPInfo

Identify Geographical Location and Proxy by IP Address

How It WorksInstallAPI Documentation

Webservice and API solution to identify country, region, city, latitude & longitude, ZIP code, time zone, ISP, VPN and residential proxies. IPAddress information is obtained from GeoIP2 and checking IPAddress is proxy or not is obtained from IP2Proxy.com.

How It Works

nuclei-flow

Install

Run with docker

Build image with dockerfile.

docker build -t ipinfo:1.0.0 -f Dockerfile .

Run container

docker run -it --name ipinfo -p 8080:8080 -h ipinfo ipinfo:1.0.0

Run with Python

Install python3 and pip3

sudo apt-get install python3 python3-pip

Install pakages

pip3 install -r requirements.txt

Run service

python3 runserver.py

Usage

Access to ip:port example: http://127.0.0.1:8080

API Documentation

API get ip info

curl http://192.168.1.108:8080/api/195.149.108.41
{"City":"Europe",
"Country":"Ukraine",
"IPAdress":"195.149.108.41",
"ISP":"The private businessman Buryanov Konstantin Volodi",
"Location":"32.263,48.5043",
"Time_zone":"Europe/Kiev"}

API check ip proxy

curl http://192.168.1.108:8080/api/proxy/195.149.108.41
{"IPAdress":"195.149.108.41","proxy":"true"}

webservice-api-ipinfo's People

Contributors

kevinkien avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.