{
  "name": "BassingsAPI",
  "version": "1.6.0",
  "endpoints": {
    "GET /check?ip=ip": "Check An IP",
    "GET /add?ip=ip&type=vpn|hotspot": "Add The ASN For VPN Or Hotspot Detection",
    "GET /stats": "Show Stats",
    "GET /reload": "Manually Reload ASN Lists"
  },
  "examples": [
    "curl \"https://detect.bassings.online/check?ip=8.8.8.8\"",
    "curl \"https://detect.bassings.online/add?ip=1.1.1.1&type=vpn\"",
    "curl \"https://detect.bassings.online/add?ip=2.2.2.2&type=hotspot\"",
    "curl \"https://detect.bassings.online/stats\""
  ],
  "features": [
    "VPN detection via ASN.txt",
    "Hotspot detection via HOTSPOT.txt"
  ]
}