{
    "success": true,
    "service": "dnstwist cPanel API",
    "description": "Queue a domain scan and poll until the result is complete.",
    "examples": {
        "submit_get": "https://www.dnstwist-api.herculesprojects.net/api/?domain=almajdiah.shop",
        "submit_post": {
            "method": "POST",
            "content_type": "application/json",
            "body": {
                "domain": "almajdiah.shop"
            }
        },
        "health": "https://www.dnstwist-api.herculesprojects.net/api/?health=1"
    },
    "notes": [
        "The first request normally returns HTTP 202 because Python runs from cron.",
        "Poll status_url until status is complete.",
        "A registered result means DNS records were found; it is not a malware verdict."
    ],
    "served_at": "2026-07-28T14:40:36+00:00",
    "api_version": "1.0.0"
}