RDAP(Registration Data Access Protocol)
json ファイル
ドメイン有効期限取得
$ curl https://rdap-pilot.verisignlabs.com/rdap/v1/domain/domain_name -s | jq '.events[] | select(.eventAction == "expiration") | .eventDate'
json ファイル
ドメイン有効期限取得
$ curl https://rdap-pilot.verisignlabs.com/rdap/v1/domain/domain_name -s | jq '.events[] | select(.eventAction == "expiration") | .eventDate'