開発者向けリファレンス
ドメイン ライフサイクル APIドキュメント
ドメイン ライフサイクル APIドキュメント: 登録日、有効期限、ドメイン年齢、有効期限までの日数、現在のライフサイクル段階を含むドメイン ライフサイクル情報を取得します。Fastlyスタイルのステータス フラグをレジストリから返します。
ドメイン ライフサイクル
登録日、有効期限、ドメイン年齢、有効期限までの日数、現在のライフサイクル段階を含むドメイン ライフサイクル情報を取得します。Fastlyスタイルのステータス フラグをレジストリから返します。
GET
/v1/lifecycle
クエリパラメータ
| パラメータ | タイプ | 説明 |
|---|---|---|
| domain 必須 | string | ライフサイクルを確認するドメイン(例:"example.com") |
レスポンス例
{
"domain": "bbc.co.uk",
"tld": "co.uk",
"registered": "1997-08-01T00:00:00Z",
"expires": "2026-08-01T00:00:00Z",
"updated": "2024-08-01T00:00:00Z",
"age_days": 10515,
"expires_in_days": 474,
"phase": "active",
"status_flags": [
"clientTransferProhibited",
"serverTransferProhibited"
],
"status": "clientTransferProhibited serverTransferProhibited",
"events": [
{ "action": "registration", "date": "1997-08-01T00:00:00Z" },
{ "action": "expiration", "date": "2026-08-01T00:00:00Z" }
]
}
レスポンスフィールド
| フィールド | タイプ |
|---|---|
domain |
string |
tld |
string |
registered |
string |
expires |
string |
updated |
string |
age_days |
integer |
expires_in_days |
integer |
phase |
string |
status_flags[] |
string[] |
status |
string |
events[] |
object[] |
events[] |
object |
events[].action |
string |
events[].date |
string |