{
  "name": "BassingsAPI",
  "version": "1.5.2",
  "endpoints": {
    "GET /check?ip=ip": "Check an IP duh",
    "GET /add?ip=ip": "Add the ASN For VPN Detection",
    "GET /stats": "Show some cool stats n shit"
  },
  "examples": [
    "curl \"https://detect.bassings.online/check?ip=8.8.8.8\"",
    "curl \"https://detect.bassings.online/add?ip=1.1.1.1\"",
    "curl \"https://detect.bassings.online/stats\""
  ],
  "features": [
    "ASN list is auto updated when a change is detected"
  ]
}