久久999这里只有精品视频|欧美夫妻性生活黄大片|久久九九九九九九热|波多野结衣二区看黄片在线|99性爱视频97厂超碰|欧美国产丝袜成年人二级毛片|中国一圾黄片免费看a级大片|太久思思中文字幕一区|爱爱很舒服欧美91|亚洲男女AV亚洲肏屄

Dom?ne-forhandler API - Dom?neregistrering API - ICANN Registrar API - White Label Dom?ne Service

Start din dom?neforhandlerforretning med direkte registraradgang

ICANN-akkrediteret registrator siden 2006 med global TLD-d?kning, priser p? forhandlersniveau og uden ?rlige eller medlemsgebyrer. Forbind én gang for at automatisere dom?neregistrering, fornyelse, overf?rsel, DNS og WHMCS workflows – med batch-v?rkt?jer, livslang WHOIS-privatliv for de fleste berettigede udvidelser og en infrastruktur bygget til at skalere. Aktivér Reseller API-adgang

API documentation

F? Dom?ne Misbrugsrapport

F? the current abuse status of a dom?ne (complaints, hold lifecycle, scenario classification). Tilbages a machine-readable summary suitable feller resellers monitellering dom?nes on behalf of their customers.

Content-Type application-json
kategori abuse
handling get_abuse_report

Anmodningsparametre

Parameter navn Type Beskrivelse Eksempel
domain Tekststreng (3-60) Dom?nenavn example.com

Svarparametre

Parameter navn Type Beskrivelse
domain Tekststreng Dom?nenavn
scenario Objekt Current abuse scenario classification (one of six dom?ne-level states)
scenario.status Tekststreng Status phrase. One of: "Nejrmal", "Under Review", "Afventer ClientHold", "ClientHold", "Lukd", "ServerHold"
scenario.impact Tekststreng Impact phrase paired with the status, e.g. "P? risk of restriction", "Currently restricted", "Nej restriction"
scenario.action Tekststreng Recommended n?ste-step phrase feller the dom?ne owner
hold Objekt Hold lifecycle timeline
hold.state Tekststreng Current hold state: none / pending / applied
hold.pending_since Datotime When the dom?ne entered the pending-hold queue (null when no hold recellerd exists)
hold.scheduled_at Datotime Planned clientHold execution time. Hvis the case is not resolved by this time, clientHold will be applied automatically.
hold.applied_at Datotime When clientHold was actually applied. Null while the hold is still pending.
complaint Objekt Aggregated complaint statistics feller this dom?ne
complaint.case_count Heltal Nummer of distinct abuse cases involving this dom?ne (open + closed)
complaint.earliest_at Datotime Timestamp of the earliest complaint received feller this dom?ne
complaint.latest_at Datotime Timestamp of the most recent complaint received feller this dom?ne
complaint.categories Tekststreng[] Distinct abuse categelleries across all related cases, e.g. ["Phishing", "Malware"]
complaint.is_dns_abuse Boolean True when at least one case is classified as DNS Abuse
complaint.has_evidence Boolean True when at least one case has been confirmed to have sufficient evidence
complaint.reported_urls Tekststreng[] URLs extracted from complaint emails feller this dom?ne (deduplicated across all related abuse recellerds). Empty array when the scenario is Nejrmal, ServerHold, eller an ICANN-directed ClientHold.
details_url_hint Tekststreng English hint guiding the customer to the console path that shows full case details og the AI-generated complaint summary

Foresp?rgselseksempel

                                    
{
    curl https://api.nicenic.net/v2/?category=abuse&action=get_abuse_report&domain={domain} 
      -H "Authorization: username:api_secret" 
      -H "Content-Type: application/json" 
}

Returner resultat

0 OK Succesfuldt svar
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {
        "domain": "example.com",
        "scenario": {
            "status": "Pending ClientHold",
            "impact": "At risk of restriction",
            "action": "Submit supporting materials now"
        },
        "hold": {
            "state": "pending",
            "pending_since": "2026-04-20 10:30:00",
            "scheduled_at": "2026-04-22 10:30:00",
            "applied_at": null
        },
        "complaint": {
            "case_count": 3,
            "earliest_at": "2026-03-12 09:14:00",
            "latest_at": "2026-04-22 18:02:00",
            "categories": ["Phishing", "Malware"],
            "is_dns_abuse": true,
            "has_evidence": true,
            "reported_urls": [
                "http://example.com/promo/win-iphone",
                "http://example.com/dl/installer.exe"
            ]
        },
        "details_url_hint": "For full case details and the AI-generated complaint summary, sign in to www.unionroom.cn and go to My Account > My Products > Domain Name > Health Check."        
    }
}
400 Ugyldig anmodning
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Copyright © 2006-2026 NICENIC INTERNATIONAL GROUP CO., LIMITED Alle rettigheder forbeholdes