0xanteiku / weebmyip

Website with an API to get information on IP addresses, and of course an anime girl to read you it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


logo
Flask webapp with a rest api to get information on IP addresses, and of course an anime girl to read you the IP!

Features

  • Loli voice
  • Web API
  • Crabrave plays when you get banned

Technologies Used

API

Curl Usage:

curl https://[domain]/api/v1?ip=8.8.8.8&data=all"

{
  "status": "true", 
  "IP": "8.8.8.8", 
  "audio": "/static/generated/8-8-8-8.mp3", 
  "country_name": "United States", 
  "country_iso_code": "US", 
  "subdiv": "California", 
  "subdiv_iso_code": "CA", 
  "city": "Mountain View", 
  "postal_code": "94035", 
  "latitude": 37.751, 
  "longitude": -97.822, 
  "isp": "GOOGLE - Google LLC, US", 
  "asn": 15169, 
  "proxy_type": "DCH"
}

Multiple Value Collection Usage:

curl https://[domain]/api/v1?ip=8.8.8.8&data=audio,isp,asn"

{
  "audio": "/static/generated/8-8-8-8.mp3", 
  "isp": "GOOGLE - Google LLC, US", 
  "asn": 15169
}

Demo

weebmyip.pythonanywhere.com

About

Website with an API to get information on IP addresses, and of course an anime girl to read you it

License:MIT License


Languages

Language:HTML 36.0%Language:Python 35.3%Language:CSS 27.6%Language:JavaScript 0.9%Language:Shell 0.2%