대상 사용자
단일 결정을 위해 집중형 검사를 사용하거나 컨텍스트가 중요할 때 더 넓은 프로필을 구성하세요.
제품, 결과, 엔드포인트 경로 또는 API 주제를 검색해 보세요.
등록 대행자, 날짜 및 상태를 포함한 도메인의 WHOIS 정보를 받습니다.
단일 결정을 위해 집중형 검사를 사용하거나 컨텍스트가 중요할 때 더 넓은 프로필을 구성하세요.
WHOIS 레코드와 파싱된 필드가 필요할 때 선택하세요. 이러한 정보는 삭제되거나 불완전하거나 제공되지 않을 수 있습니다.
등록 대행자, 날짜 및 상태를 포함한 도메인의 WHOIS 정보를 받습니다.
통합하기 전에 지원되는 작업, 입력, 출력, 실행 모드 및 응답 제한을 확인하세요.
3 인증 필요. 정확한 비용과 항목별 요금은 작업 레퍼런스에서 확인하세요.
문서화된 작업을 사용해 공개 증거를 수집, 평가, 보강, 검증, 비교, 보호 또는 모니터링하세요.
| 매개변수 | 유형 | 필수 |
|---|---|---|
| domain | string | 필수 |
| 필드 | 유형 |
|---|---|
domain |
string |
registered |
boolean | null |
available |
boolean | null |
registrar |
string | null |
registrar_url |
string | null |
registrar_iana_id |
string | null |
created_date |
string | null |
updated_date |
string | null |
expiry_date |
string | null |
domain_age_days |
integer | null |
domain_age_years |
integer | null |
is_newly_registered |
boolean |
days_until_expiry |
integer | null |
transfer_locked |
boolean |
nameservers[] |
string[] |
status[] |
string[] |
dnssec |
boolean |
contacts |
object |
contacts.registrant |
object |
contacts.registrant.name |
string | null |
contacts.registrant.organization |
string | null |
contacts.registrant.email |
string | null |
contacts.registrant.phone |
string | null |
contacts.registrant.fax |
string | null |
contacts.registrant.address |
object |
contacts.registrant.address.street |
string | null |
contacts.registrant.address.city |
string | null |
contacts.registrant.address.state |
string | null |
contacts.registrant.address.postal_code |
string | null |
contacts.registrant.address.country |
string | null |
contacts.registrant.role |
string |
contacts.admin |
object |
contacts.admin.name |
string | null |
contacts.admin.organization |
string | null |
contacts.admin.email |
string | null |
contacts.admin.phone |
string | null |
contacts.admin.fax |
string | null |
contacts.admin.address |
object |
contacts.admin.address.street |
string | null |
contacts.admin.address.city |
string | null |
contacts.admin.address.state |
string | null |
contacts.admin.address.postal_code |
string | null |
contacts.admin.address.country |
string | null |
contacts.admin.role |
string |
contacts.tech |
object |
contacts.tech.name |
string | null |
contacts.tech.organization |
string | null |
contacts.tech.email |
string | null |
contacts.tech.phone |
string | null |
contacts.tech.fax |
string | null |
contacts.tech.address |
object |
contacts.tech.address.street |
string | null |
contacts.tech.address.city |
string | null |
contacts.tech.address.state |
string | null |
contacts.tech.address.postal_code |
string | null |
contacts.tech.address.country |
string | null |
contacts.tech.role |
string |
contacts.billing |
object |
contacts.billing.name |
string | null |
contacts.billing.organization |
string | null |
contacts.billing.email |
string | null |
contacts.billing.phone |
string | null |
contacts.billing.fax |
string | null |
contacts.billing.address |
object |
contacts.billing.address.street |
string | null |
contacts.billing.address.city |
string | null |
contacts.billing.address.state |
string | null |
contacts.billing.address.postal_code |
string | null |
contacts.billing.address.country |
string | null |
contacts.billing.role |
string |
privacy |
object |
privacy.is_private |
boolean |
privacy.privacy_service |
string | null |
privacy.detected_patterns[] |
string[] |
raw_rdap_link |
string | null |
raw_whois |
string | null |
abuse_contact |
object | null |
registry_domain_id |
string | null |
registrar_whois_server |
string | null |
traditional_contacts |
object |
nameserver_ips[] |
object[] |
nameserver_ips[] |
object |
nameserver_ips[].name |
string |
nameserver_ips[].ipv4 |
string | null |
nameserver_ips[].ipv6 |
string | null |
checked_at |
string |
query_time_ms |
integer |
summary |
object |
edge_summary |
object |
edge_summary.relay_configured |
boolean |
edge_summary.data_sources[] |
string[] |
edge_summary.authoritative_source |
string |
edge_summary.relay_whois_used |
boolean |
edge_summary.raw_whois_available |
boolean |
edge_summary.parse_error_count |
integer | null |
edge_summary.registered |
boolean | null |
edge_summary.available |
boolean | null |
edge_summary.registration_age_days |
integer | null |
edge_summary.days_until_expiry |
integer | null |
edge_summary.expires_within_30_days |
boolean | null |
edge_summary.transfer_locked |
boolean | null |
edge_summary.privacy_protected |
boolean | null |
edge_summary.dnssec |
boolean | null |
edge_summary.nameserver_count |
integer |
edge_summary.contact_roles_available[] |
string[] |
edge_summary.abuse_contact_available |
boolean |
edge_summary.registrar_whois_server |
string | null |
meta |
object |
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/whois?domain=example.com"
{
"domain": "example.com",
"registered": false,
"available": true,
"registrar": "example",
"registrar_url": "https://example.com",
"registrar_iana_id": "example",
"created_date": "2026-08-27T12:00:00Z",
"updated_date": "2026-08-27T12:00:00Z",
"expiry_date": "2026-08-27T12:00:00Z",
"domain_age_days": 1,
"domain_age_years": 1,
"is_newly_registered": false,
"days_until_expiry": 1,
"transfer_locked": false,
"nameservers": [
"example"
],
"status": [
"available"
],
"dnssec": false,
"contacts": {
"registrant": {
"name": "example",
"organization": "example",
"email": "[email protected]",
"phone": "+34612345678",
"fax": "example",
"address": {
"street": "example",
"city": "example",
"state": "example",
"postal_code": "example",
"country": "US"
},
"role": "example"
},
"admin": {
"name": "example",
"organization": "example",
"email": "[email protected]",
"phone": "+34612345678",
"fax": "example",
"address": {
"street": "example",
"city": "example",
"state": "example",
"postal_code": "example",
"country": "US"
},
"role": "example"
},
"tech": {
"name": "example",
"organization": "example",
"email": "[email protected]",
"phone": "+34612345678",
"fax": "example",
"address": {
"street": "example",
"city": "example",
"state": "example",
"postal_code": "example",
"country": "US"
},
"role": "example"
},
"billing": {
"name": "example",
"organization": "example",
"email": "[email protected]",
"phone": "+34612345678",
"fax": "example",
"address": {
"street": "example",
"city": "example",
"state": "example",
"postal_code": "example",
"country": "US"
},
"role": "example"
}
},
"privacy": {
"is_private": false,
"privacy_service": "example",
"detected_patterns": [
"example"
]
},
"raw_rdap_link": "example",
"raw_whois": "example",
"abuse_contact": {},
"registry_domain_id": "example",
"registrar_whois_server": "example",
"traditional_contacts": {},
"nameserver_ips": [
{
"name": "example",
"ipv4": "192.0.2.1",
"ipv6": "2001:db8::1"
}
],
"checked_at": "2026-08-27T12:00:00Z",
"query_time_ms": 1,
"summary": {},
"edge_summary": {
"relay_configured": false,
"data_sources": [
"rdap"
],
"authoritative_source": "rdap",
"relay_whois_used": false,
"raw_whois_available": true,
"parse_error_count": 1,
"registered": false,
"available": true,
"registration_age_days": 1,
"days_until_expiry": 1,
"expires_within_30_days": false,
"transfer_locked": false,
"privacy_protected": false,
"dnssec": false,
"nameserver_count": 1,
"contact_roles_available": [
"example"
],
"abuse_contact_available": true,
"registrar_whois_server": "example"
},
"meta": {}
}
검토일: 2026-08-22
WHOIS 조회 API 레퍼런스에서 매개변수, 응답 필드, 예시, 상태 코드 및 지원되는 작업 모드를 확인하세요.
알 수 없거나 부분적인 결과는 요청된 증거를 완전히 판단할 수 없었다는 뜻입니다. 후속 의사결정에서 결과 상태, 신뢰도, 최신성 및 제한을 유지하세요.
요금은 작업과 실행 모드에 따라 달라집니다. 현재 크레딧 비용, 인증 요구 사항 및 항목별 규칙은 엔드포인트 레퍼런스에서 확인하세요.
놀라운 회사의 사람들이 사용함