ドメインステータスコード
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/domain-status-codes/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/domain-status-codes/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/domain-status-codes/)
Use the native HTML custom element.
ドメインステータスコードは、ドメインのレジストリレコードに付与された標準化されたEPP(Extensible Provisioning Protocol)フラグで、現在の運用状態と許可されているアクションを示します。一般的なコードには、clientTransferProhibited([[domain-lock|レジストラロック]])、serverTransferProhibited(レジストリロック)、clientDeleteProhibited、serverHold(レジストリによるDNS停止)、[[client-hold|clientHold]](レジストラによるDNS停止)などがあります。アクティブステータスのOK(または「active」)は、制限のない正常なドメインを示します。ステータスコードはWHOISおよび[[rdap|RDAP]]応答で確認でき、[[domain-audit|ドメイン監査]]や[[domain-monitoring|モニタリング]]において、ロック・停止・その他の制限が掛かっているドメインを特定するための重要なシグナルとなります。
使用例
A WHOIS lookup on yourdomain.com returns 'clientTransferProhibited' and 'clientUpdateProhibited', meaning the registrar has locked the domain against transfers and record updates until you lift those locks.