- Endpoint to get only client ip
- Endpoint to get small details about client ip
- Endpoint to get elobrate details about client ip
- Endpoint to ping (for any connect check)
- Documentation available at endpoint /docs and /redoc
- Ready to Dockerize
- Ready to deploy on Heroku
uvicorn main:app --reload
- Generate token from IP Info and set to environment variable as
IP_INFO_API_TOKEN=my_token
- /detail and /detail/{ip} endpoint requires a token to work