{
    "success": true,
    "service": "dnstwist.it cPanel wrapper API",
    "description": "Starts a scan on dnstwist.it and exposes the result through your own JSON API.",
    "examples": {
        "submit_get": "https://www.dnstwist-api.herculesprojects.net/api/?domain=almajdiah.com",
        "submit_post": {
            "method": "POST",
            "content_type": "application/json",
            "body": {
                "domain": "almajdiah.com"
            }
        },
        "health": "https://www.dnstwist-api.herculesprojects.net/api/?health=1"
    },
    "notes": [
        "No Python installation and no cron job are required.",
        "Poll status_url until status is complete.",
        "The upstream is a public web service and may rate-limit, change, or become unavailable."
    ],
    "served_at": "2026-09-27T15:48:18+00:00",
    "api_version": "2.0.0"
}