{
  "name": "AhollL API Services",
  "description": "Dokumentasi resmi penggunaan REST API",
  "status": "Active",
  "endpoints": {
    "wallpaper_api": {
      "path": "/api/wallpaper",
      "methods": [
        "GET"
      ],
      "params": {
        "file": "(opsional) nama file spesifik"
      },
      "usage": {
        "random": "https://api-wp-cekip.pages.dev/api/wallpaper",
        "specific": "https://api-wp-cekip.pages.dev/api/wallpaper?file=nama.jpg"
      },
      "note": "Set secret GITHUB_TOKEN di Cloudflare Pages untuk meningkatkan rate limit dari 60 menjadi 5000 req/jam"
    },
    "proxy_checker_api": {
      "path": "/api/cekip",
      "methods": [
        "GET"
      ],
      "params": {
        "ip": "(wajib) IP:PORT atau IP saja, default port 80"
      },
      "usage": {
        "with_port": "https://api-wp-cekip.pages.dev/api/cekip?ip=1.1.1.1:80",
        "without_port": "https://api-wp-cekip.pages.dev/api/cekip?ip=1.1.1.1"
      }
    }
  },
  "author": "AhollL",
  "github": "https://github.com/AhollL"
}