@apifreaks/openapi-specs 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +133 -2
- package/dist/index.d.cts +140 -3
- package/dist/index.d.ts +140 -3
- package/dist/index.js +131 -2
- package/dist/specs/commodity/commodity-fluctuation.yaml +225 -0
- package/dist/specs/commodity/commodity-prices.yaml +236 -0
- package/dist/specs/commodity/commodity-symbols.yaml +159 -0
- package/dist/specs/commodity/commodity-time-series.yaml +238 -0
- package/dist/specs/commodity/historical-commodity-prices.yaml +208 -0
- package/dist/specs/currency/currency-converter.yaml +193 -0
- package/dist/specs/currency/currency-fluctuation.yaml +211 -0
- package/dist/specs/currency/currency-historical-data-limit.yaml +112 -0
- package/dist/specs/currency/currency-rate.yaml +173 -0
- package/dist/specs/currency/currency-supported.yaml +176 -0
- package/dist/specs/currency/currency-symbols.yaml +115 -0
- package/dist/specs/currency/currency-time-series.yaml +232 -0
- package/dist/specs/currency/geolocalized-currency-conversion.yaml +214 -0
- package/dist/specs/currency/historical-currency-converter.yaml +195 -0
- package/dist/specs/currency/historical-currency-rate.yaml +180 -0
- package/dist/specs/dns/bulk-dns-lookup.yaml +484 -0
- package/dist/specs/dns/dns-history-lookup.yaml +451 -0
- package/dist/specs/dns/dns-lookup.yaml +360 -0
- package/dist/specs/dns/reverse-dns-lookup.yaml +338 -0
- package/dist/specs/domain/bulk-domain-checker.yaml +198 -0
- package/dist/specs/domain/domain-search-with-suggestions.yaml +196 -0
- package/dist/specs/domain/domain-search.yaml +149 -0
- package/dist/specs/domain/subdomain-lookup.yaml +251 -0
- package/dist/specs/email-validation/bulk-email-validation.yaml +403 -0
- package/dist/specs/email-validation/email-checker.yaml +451 -0
- package/dist/specs/financial/bulk-vat-rates-country.yaml +250 -0
- package/dist/specs/financial/financial-apis-supported-countries.yaml +152 -0
- package/dist/specs/financial/iban-validation.yaml +270 -0
- package/dist/specs/financial/swift-code-finder.yaml +146 -0
- package/dist/specs/financial/swift-code-lookup.yaml +156 -0
- package/dist/specs/financial/vat-number-validation.yaml +205 -0
- package/dist/specs/financial/vat-rates-by-ip.yaml +200 -0
- package/dist/specs/financial/vat-rates-country.yaml +212 -0
- package/dist/specs/general/usage-credits.yaml +188 -0
- package/dist/specs/geocoding/forward-geocoding.yaml +292 -0
- package/dist/specs/geocoding/reverse-geocoding.yaml +237 -0
- package/dist/specs/geodb/administrative-units-details.yaml +180 -0
- package/dist/specs/geodb/administrative-units-levels.yaml +140 -0
- package/dist/specs/geodb/administrative-units.yaml +168 -0
- package/dist/specs/geodb/cities.yaml +209 -0
- package/dist/specs/geodb/countries-details.yaml +207 -0
- package/dist/specs/geodb/countries.yaml +199 -0
- package/dist/specs/geodb/flags-supported.yaml +119 -0
- package/dist/specs/geodb/flags.yaml +170 -0
- package/dist/specs/geodb/regions.yaml +76 -0
- package/dist/specs/geodb/subregions.yaml +158 -0
- package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +895 -0
- package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +310 -0
- package/dist/specs/ip-intelligence/ip-locator.yaml +708 -0
- package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +230 -0
- package/dist/specs/other/astronomy-data.yaml +632 -0
- package/dist/specs/pdf/delete-pdf-page.yaml +193 -0
- package/dist/specs/pdf/linearize-pdf.yaml +187 -0
- package/dist/specs/pdf/merge-pdf.yaml +193 -0
- package/dist/specs/pdf/pdf-compress.yaml +208 -0
- package/dist/specs/pdf/pdf-decrypt.yaml +202 -0
- package/dist/specs/pdf/pdf-encrypt.yaml +213 -0
- package/dist/specs/pdf/pdf-extract-pages.yaml +199 -0
- package/dist/specs/pdf/pdf-file-status.yaml +148 -0
- package/dist/specs/pdf/pdf-file.yaml +136 -0
- package/dist/specs/pdf/pdf-files.yaml +85 -0
- package/dist/specs/pdf/pdf-resource-download.yaml +117 -0
- package/dist/specs/pdf/pdf-resource-upload-binary.yaml +152 -0
- package/dist/specs/pdf/pdf-resource-upload.yaml +163 -0
- package/dist/specs/pdf/pdf-restrict.yaml +246 -0
- package/dist/specs/pdf/pdf-split-pages.yaml +208 -0
- package/dist/specs/pdf/pdf-task-status.yaml +187 -0
- package/dist/specs/pdf/pdf-to-image.yaml +844 -0
- package/dist/specs/pdf/pdf-unrestrict.yaml +221 -0
- package/dist/specs/pdf/rotate-pdf-pages.yaml +207 -0
- package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +374 -0
- package/dist/specs/phone-validation/phone-number-validation.yaml +344 -0
- package/dist/specs/scraper/web-scraper.yaml +479 -0
- package/dist/specs/screenshot/bulk-screenshot.yaml +728 -0
- package/dist/specs/screenshot/website-screenshot.yaml +822 -0
- package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +593 -0
- package/dist/specs/ssl/ssl-certificate-lookup.yaml +478 -0
- package/dist/specs/timezone/timezone-converter.yaml +249 -0
- package/dist/specs/timezone/timezone-lookup.yaml +712 -0
- package/dist/specs/user-agent/bulk-user-agent-parser.yaml +340 -0
- package/dist/specs/user-agent/user-agent-parser.yaml +271 -0
- package/dist/specs/weather/air-quality.yaml +590 -0
- package/dist/specs/weather/bulk-live-weather.yaml +654 -0
- package/dist/specs/weather/flood-forecast.yaml +519 -0
- package/dist/specs/weather/historical-weather.yaml +842 -0
- package/dist/specs/weather/live-weather.yaml +633 -0
- package/dist/specs/weather/marine-weather.yaml +806 -0
- package/dist/specs/weather/time-series-weather.yaml +821 -0
- package/dist/specs/weather/weather-forecast.yaml +935 -0
- package/dist/specs/whois/asn-lookup.yaml +618 -0
- package/dist/specs/whois/bulk-whois-lookup.yaml +827 -0
- package/dist/specs/whois/domain-whois-history-lookup.yaml +445 -0
- package/dist/specs/whois/reverse-whois.yaml +566 -0
- package/dist/specs/whois/whois-domain-lookup.yaml +537 -0
- package/dist/specs/whois/whois-ip-lookup.yaml +1123 -0
- package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +232 -0
- package/dist/specs/zip-code/zip-code-api.yaml +216 -0
- package/dist/specs/zip-code/zip-code-distance-match.yaml +239 -0
- package/dist/specs/zip-code/zip-code-distance.yaml +233 -0
- package/dist/specs/zip-code/zip-codes-by-city.yaml +201 -0
- package/dist/specs/zip-code/zip-codes-by-region.yaml +200 -0
- package/dist/specs/zip-code/zip-codes-radius-search.yaml +262 -0
- package/package.json +6 -2
- package/specs/pdf/merge-pdf.json +2 -2
|
@@ -0,0 +1,537 @@
|
|
|
1
|
+
openapi: 3.1.1
|
|
2
|
+
info:
|
|
3
|
+
title: Domain WHOIS Lookup API - Well-Structured Registration & Ownership Data
|
|
4
|
+
version: 1.0.0
|
|
5
|
+
description: 'Retrieve real-time WHOIS registration and ownership data for a domain name directly from its authoritative registrar and registry. Returns registrar details (name, IANA ID, WHOIS/RDAP server, accreditation status), registrant/administrative/technical/billing/reseller contact information, name servers, EPP domain status codes, and both registrar-level and registry-level raw WHOIS text. Pass `domainName` as a bare domain (e.g. `example.com`); a `https://` or `http://` prefix is also accepted. Privacy-protected domains return redirect instructions instead of direct contact emails, and an unregistered domain returns `domain_registered: no` with most fields omitted instead of an error. Domain extensions this API does not support live WHOIS for return a `403` error, and a missing or malformed `domainName` returns a `400` error.'
|
|
6
|
+
contact:
|
|
7
|
+
name: APIFreaks Support
|
|
8
|
+
url: https://apifreaks.com/contact
|
|
9
|
+
email: support@apifreaks.com
|
|
10
|
+
servers:
|
|
11
|
+
- url: https://api.apifreaks.com/v2.0
|
|
12
|
+
description: Domain WHOIS Lookup API Server
|
|
13
|
+
paths:
|
|
14
|
+
/domain/whois/live:
|
|
15
|
+
get:
|
|
16
|
+
tags:
|
|
17
|
+
- WHOIS APIs
|
|
18
|
+
summary: Retrieve real-time WHOIS registration and ownership data for a domain name
|
|
19
|
+
description: Returns the current WHOIS record for the specified domain, including registrar details, registrant/administrative/technical/billing/reseller contacts, name servers, status codes, and raw WHOIS text.
|
|
20
|
+
operationId: lookupDomainWhois
|
|
21
|
+
parameters:
|
|
22
|
+
- name: format
|
|
23
|
+
in: query
|
|
24
|
+
required: false
|
|
25
|
+
description: Format of the response.
|
|
26
|
+
schema:
|
|
27
|
+
type: string
|
|
28
|
+
enum:
|
|
29
|
+
- json
|
|
30
|
+
- xml
|
|
31
|
+
default: json
|
|
32
|
+
- name: domainName
|
|
33
|
+
in: query
|
|
34
|
+
required: true
|
|
35
|
+
description: Domain name to retrieve WHOIS data for (e.g. example.com).
|
|
36
|
+
schema:
|
|
37
|
+
type: string
|
|
38
|
+
responses:
|
|
39
|
+
'200':
|
|
40
|
+
description: Successful WHOIS lookup response
|
|
41
|
+
content:
|
|
42
|
+
application/json:
|
|
43
|
+
schema:
|
|
44
|
+
$ref: '#/components/schemas/DomainWhoisLookupResponse'
|
|
45
|
+
examples:
|
|
46
|
+
typicalSuccess:
|
|
47
|
+
summary: Typical successful response
|
|
48
|
+
value:
|
|
49
|
+
status: true
|
|
50
|
+
domain_name: google.com
|
|
51
|
+
query_time: '2026-07-23 08:22:19'
|
|
52
|
+
whois_server: whois.verisign-grs.com
|
|
53
|
+
domain_registered: 'yes'
|
|
54
|
+
create_date: '1997-09-15'
|
|
55
|
+
update_date: '2024-08-02'
|
|
56
|
+
expiry_date: '2028-09-13'
|
|
57
|
+
domain_registrar:
|
|
58
|
+
iana_id: '292'
|
|
59
|
+
status: accredited
|
|
60
|
+
registrar_name: MarkMonitor, Inc
|
|
61
|
+
normalized_name: markmonitor
|
|
62
|
+
whois_server: whois.markmonitor.com
|
|
63
|
+
rdap_server: https://rdap.markmonitor.com/rdap/
|
|
64
|
+
website_url: http://www.markmonitor.com
|
|
65
|
+
email_address: abusecomplaints@markmonitor.com
|
|
66
|
+
phone_number: '+12086851750'
|
|
67
|
+
registrant_contact:
|
|
68
|
+
company: Google LLC
|
|
69
|
+
country_name: United States
|
|
70
|
+
country_code: US
|
|
71
|
+
email_address: Select Request Email Form at https://domains.markmonitor.com/whois/google.com
|
|
72
|
+
technical_contact:
|
|
73
|
+
email_address: Select Request Email Form at https://domains.markmonitor.com/whois/google.com
|
|
74
|
+
name_servers:
|
|
75
|
+
- ns1.google.com
|
|
76
|
+
- ns2.google.com
|
|
77
|
+
- ns3.google.com
|
|
78
|
+
- ns4.google.com
|
|
79
|
+
domain_status:
|
|
80
|
+
- clientupdateprohibited
|
|
81
|
+
- clienttransferprohibited
|
|
82
|
+
- clientdeleteprohibited
|
|
83
|
+
- serverdeleteprohibited
|
|
84
|
+
- serverupdateprohibited
|
|
85
|
+
- servertransferprohibited
|
|
86
|
+
whois_raw_domain: |-
|
|
87
|
+
|
|
88
|
+
Domain Name: google.com
|
|
89
|
+
Registry Domain ID: 2138514_DOMAIN_COM-VRSN
|
|
90
|
+
Registrar WHOIS Server: whois.markmonitor.com
|
|
91
|
+
Registrar URL: http://www.markmonitor.com
|
|
92
|
+
Updated Date: 2024-08-02T02:17:33+0000
|
|
93
|
+
Creation Date: 1997-09-15T07:00:00+0000
|
|
94
|
+
Registrar Registration Expiration Date: 2028-09-13T07:00:00+0000
|
|
95
|
+
Registrar: MarkMonitor, Inc.
|
|
96
|
+
Registrar IANA ID: 292
|
|
97
|
+
Registrar Abuse Contact: https://corp.markmonitor.com/domain/ui/abuse-report
|
|
98
|
+
Registrar Abuse Contact Phone: +1.2086851750
|
|
99
|
+
Domain Status: clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited)
|
|
100
|
+
Domain Status: clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited)
|
|
101
|
+
Domain Status: clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited)
|
|
102
|
+
Domain Status: serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited)
|
|
103
|
+
Domain Status: serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited)
|
|
104
|
+
Domain Status: serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)
|
|
105
|
+
Registrant Organization: Google LLC
|
|
106
|
+
Registrant Country: US
|
|
107
|
+
Registrant Email: Select Request Email Form at https://domains.markmonitor.com/whois/google.com
|
|
108
|
+
Tech Email: Select Request Email Form at https://domains.markmonitor.com/whois/google.com
|
|
109
|
+
Name Server: ns1.google.com
|
|
110
|
+
Name Server: ns4.google.com
|
|
111
|
+
Name Server: ns3.google.com
|
|
112
|
+
Name Server: ns2.google.com
|
|
113
|
+
DNSSEC: unsigned
|
|
114
|
+
URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
|
|
115
|
+
>>> Last update of WHOIS database: 2026-07-23T08:17:26+0000 <<<
|
|
116
|
+
|
|
117
|
+
For more information on WHOIS status codes, please visit:
|
|
118
|
+
https://www.icann.org/resources/pages/epp-status-codes
|
|
119
|
+
|
|
120
|
+
If you wish to contact this domain’s Registrant or Technical
|
|
121
|
+
contact, and such email address is not visible above, you may do so via our web
|
|
122
|
+
form, pursuant to ICANN’s Temporary Specification. To verify that you are not a
|
|
123
|
+
robot, please enter your email address to receive a link to a page that
|
|
124
|
+
facilitates email communication with the relevant contact(s).
|
|
125
|
+
|
|
126
|
+
Web-based WHOIS:
|
|
127
|
+
https://domains.markmonitor.com/whois/contact/google.com
|
|
128
|
+
|
|
129
|
+
If you have a legitimate interest in viewing the non-public WHOIS details, send
|
|
130
|
+
your request and the reasons for your request to whoisrequest@markmonitor.com
|
|
131
|
+
and specify the domain name in the subject line. We will review that request and
|
|
132
|
+
may ask for supporting documentation and explanation.
|
|
133
|
+
|
|
134
|
+
The data in MarkMonitor’s WHOIS database is provided for information purposes,
|
|
135
|
+
and to assist persons in obtaining information about or related to a domain
|
|
136
|
+
name’s registration record. While MarkMonitor believes the data to be accurate,
|
|
137
|
+
the data is provided "as is" with no guarantee or warranties regarding its
|
|
138
|
+
accuracy.
|
|
139
|
+
|
|
140
|
+
By submitting a WHOIS query, you agree that you will use this data only for
|
|
141
|
+
lawful purposes and that, under no circumstances will you use this data to:
|
|
142
|
+
(1) allow, enable, or otherwise support the transmission by email, telephone,
|
|
143
|
+
or facsimile of mass, unsolicited, commercial advertising, or spam; or
|
|
144
|
+
(2) enable high volume, automated, or electronic processes that send queries,
|
|
145
|
+
data, or email to MarkMonitor (or its systems) or the domain name contacts (or
|
|
146
|
+
its systems).
|
|
147
|
+
|
|
148
|
+
MarkMonitor reserves the right to modify these terms at any time.
|
|
149
|
+
|
|
150
|
+
By submitting this query, you agree to abide by this policy.
|
|
151
|
+
|
|
152
|
+
MarkMonitor Domain Management(TM)
|
|
153
|
+
Protecting companies and consumers in a digital world.
|
|
154
|
+
|
|
155
|
+
Visit MarkMonitor at https://www.markmonitor.com
|
|
156
|
+
Contact us at +1.8007459229
|
|
157
|
+
In Europe, at +44.02032062220
|
|
158
|
+
--
|
|
159
|
+
registry_data:
|
|
160
|
+
domain_name: GOOGLE.COM
|
|
161
|
+
query_time: '2026-07-23 08:22:18'
|
|
162
|
+
whois_server: whois.verisign-grs.com
|
|
163
|
+
domain_registered: 'yes'
|
|
164
|
+
create_date: '1997-09-15'
|
|
165
|
+
update_date: '2019-09-09'
|
|
166
|
+
expiry_date: '2028-09-14'
|
|
167
|
+
domain_registrar:
|
|
168
|
+
iana_id: '292'
|
|
169
|
+
registrar_name: MarkMonitor Inc
|
|
170
|
+
whois_server: whois.markmonitor.com
|
|
171
|
+
website_url: http://www.markmonitor.com
|
|
172
|
+
name_servers:
|
|
173
|
+
- ns1.google.com
|
|
174
|
+
- ns2.google.com
|
|
175
|
+
- ns3.google.com
|
|
176
|
+
- ns4.google.com
|
|
177
|
+
domain_status:
|
|
178
|
+
- clientupdateprohibited
|
|
179
|
+
- clientdeleteprohibited
|
|
180
|
+
- clienttransferprohibited
|
|
181
|
+
- serverdeleteprohibited
|
|
182
|
+
- serverupdateprohibited
|
|
183
|
+
- servertransferprohibited
|
|
184
|
+
whois_raw_registery: |-
|
|
185
|
+
|
|
186
|
+
Domain Name: GOOGLE.COM
|
|
187
|
+
Registry Domain ID: 2138514_DOMAIN_COM-VRSN
|
|
188
|
+
Registrar WHOIS Server: whois.markmonitor.com
|
|
189
|
+
Registrar URL: http://www.markmonitor.com
|
|
190
|
+
Updated Date: 2019-09-09T15:39:04Z
|
|
191
|
+
Creation Date: 1997-09-15T04:00:00Z
|
|
192
|
+
Registry Expiry Date: 2028-09-14T04:00:00Z
|
|
193
|
+
Registrar: MarkMonitor Inc.
|
|
194
|
+
Registrar IANA ID: 292
|
|
195
|
+
Registrar Abuse Contact Email: abusecomplaints@markmonitor.com
|
|
196
|
+
Registrar Abuse Contact Phone: +1.2086851750
|
|
197
|
+
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
|
|
198
|
+
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
|
|
199
|
+
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
|
|
200
|
+
Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited
|
|
201
|
+
Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited
|
|
202
|
+
Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited
|
|
203
|
+
Name Server: NS1.GOOGLE.COM
|
|
204
|
+
Name Server: NS2.GOOGLE.COM
|
|
205
|
+
Name Server: NS3.GOOGLE.COM
|
|
206
|
+
Name Server: NS4.GOOGLE.COM
|
|
207
|
+
DNSSEC: unsigned
|
|
208
|
+
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
|
|
209
|
+
>>> Last update of whois database: 2026-07-23T08:22:08Z <<<
|
|
210
|
+
|
|
211
|
+
For more information on Whois status codes, please visit https://icann.org/epp
|
|
212
|
+
|
|
213
|
+
NOTICE: The expiration date displayed in this record is the date the
|
|
214
|
+
registrar's sponsorship of the domain name registration in the registry is
|
|
215
|
+
currently set to expire. This date does not necessarily reflect the expiration
|
|
216
|
+
date of the domain name registrant's agreement with the sponsoring
|
|
217
|
+
registrar. Users may consult the sponsoring registrar's Whois database to
|
|
218
|
+
view the registrar's reported date of expiration for this registration.
|
|
219
|
+
|
|
220
|
+
TERMS OF USE: You are not authorized to access or query our Whois
|
|
221
|
+
database through the use of electronic processes that are high-volume and
|
|
222
|
+
automated except as reasonably necessary to register domain names or
|
|
223
|
+
modify existing registrations; the Data in VeriSign Global Registry
|
|
224
|
+
Services' ("VeriSign") Whois database is provided by VeriSign for
|
|
225
|
+
information purposes only, and to assist persons in obtaining information
|
|
226
|
+
about or related to a domain name registration record. VeriSign does not
|
|
227
|
+
guarantee its accuracy. By submitting a Whois query, you agree to abide
|
|
228
|
+
by the following terms of use: You agree that you may use this Data only
|
|
229
|
+
for lawful purposes and that under no circumstances will you use this Data
|
|
230
|
+
to: (1) allow, enable, or otherwise support the transmission of mass
|
|
231
|
+
unsolicited, commercial advertising or solicitations via e-mail, telephone,
|
|
232
|
+
or facsimile; or (2) enable high volume, automated, electronic processes
|
|
233
|
+
that apply to VeriSign (or its computer systems). The compilation,
|
|
234
|
+
repackaging, dissemination or other use of this Data is expressly
|
|
235
|
+
prohibited without the prior written consent of VeriSign. You agree not to
|
|
236
|
+
use electronic processes that are automated and high-volume to access or
|
|
237
|
+
query the Whois database except as reasonably necessary to register
|
|
238
|
+
domain names or modify existing registrations. VeriSign reserves the right
|
|
239
|
+
to restrict your access to the Whois database in its sole discretion to ensure
|
|
240
|
+
operational stability. VeriSign may restrict or terminate your access to the
|
|
241
|
+
Whois database for failure to abide by these terms of use. VeriSign
|
|
242
|
+
reserves the right to modify these terms at any time.
|
|
243
|
+
|
|
244
|
+
The Registry database contains ONLY .COM, .NET, .EDU domains and
|
|
245
|
+
Registrars.
|
|
246
|
+
unregisteredDomain:
|
|
247
|
+
summary: Unregistered domain
|
|
248
|
+
value:
|
|
249
|
+
status: true
|
|
250
|
+
domain_name: example.xn--tckwe
|
|
251
|
+
query_time: '2026-07-23 08:03:00'
|
|
252
|
+
whois_server: https://tld-rdap.verisign.com/xn--tckwe/v1/
|
|
253
|
+
domain_registered: 'no'
|
|
254
|
+
'206':
|
|
255
|
+
description: Partial Content — The response contains partial data because an error occurred while processing the request
|
|
256
|
+
content:
|
|
257
|
+
application/json:
|
|
258
|
+
schema:
|
|
259
|
+
$ref: '#/components/schemas/ErrorResponse'
|
|
260
|
+
examples:
|
|
261
|
+
partialContent:
|
|
262
|
+
summary: Partial WHOIS data returned
|
|
263
|
+
value:
|
|
264
|
+
timestamp: '2025-08-14T09:25:32.271Z'
|
|
265
|
+
status: 206
|
|
266
|
+
error: Partial Content
|
|
267
|
+
message: The response contains partial data due to an error while processing the request.
|
|
268
|
+
path: /v2.0/domain/whois/live
|
|
269
|
+
'400':
|
|
270
|
+
description: Bad Request — Missing or invalid domainName parameter
|
|
271
|
+
content:
|
|
272
|
+
application/json:
|
|
273
|
+
schema:
|
|
274
|
+
$ref: '#/components/schemas/ErrorResponse'
|
|
275
|
+
examples:
|
|
276
|
+
missingDomain:
|
|
277
|
+
summary: Missing domainName parameter
|
|
278
|
+
value:
|
|
279
|
+
error: Invalid Param Exception
|
|
280
|
+
message: please pass correct parameters
|
|
281
|
+
path: /v2.0/domain/whois/live
|
|
282
|
+
status: 400
|
|
283
|
+
timestamp: '2026-07-23T08:04:19.197Z'
|
|
284
|
+
invalidDomain:
|
|
285
|
+
summary: Malformed domain name
|
|
286
|
+
value:
|
|
287
|
+
timestamp: '2026-07-23T08:04:18.733Z'
|
|
288
|
+
status: 400
|
|
289
|
+
error: Invalid Param Exception
|
|
290
|
+
message: 'Please pass domain param correct value [For Technical Support: support@whoisfreaks.com]'
|
|
291
|
+
path: /v2.0/whois/live
|
|
292
|
+
'403':
|
|
293
|
+
description: Forbidden — Domain extension not supported for live WHOIS
|
|
294
|
+
content:
|
|
295
|
+
application/json:
|
|
296
|
+
schema:
|
|
297
|
+
$ref: '#/components/schemas/ErrorResponse'
|
|
298
|
+
examples:
|
|
299
|
+
domainExtensionNotSupported:
|
|
300
|
+
summary: Unsupported domain extension
|
|
301
|
+
value:
|
|
302
|
+
timestamp: '2026-07-23T08:11:12.380Z'
|
|
303
|
+
status: 403
|
|
304
|
+
error: Not Supported Domain extension
|
|
305
|
+
message: We are not providing the whois of this domain extension (local)
|
|
306
|
+
path: /v2.0/whois/live
|
|
307
|
+
components:
|
|
308
|
+
securitySchemes:
|
|
309
|
+
ApiKeyAuthHeader:
|
|
310
|
+
type: apiKey
|
|
311
|
+
in: header
|
|
312
|
+
name: X-apiKey
|
|
313
|
+
description: Pass your API key via the X-apiKey request header.
|
|
314
|
+
ApiKeyAuthQuery:
|
|
315
|
+
type: apiKey
|
|
316
|
+
in: query
|
|
317
|
+
name: apiKey
|
|
318
|
+
description: Pass your API key via the apiKey query parameter.
|
|
319
|
+
schemas:
|
|
320
|
+
ErrorResponse:
|
|
321
|
+
type: object
|
|
322
|
+
required:
|
|
323
|
+
- message
|
|
324
|
+
properties:
|
|
325
|
+
error:
|
|
326
|
+
type: string
|
|
327
|
+
description: Short error category or exception type.
|
|
328
|
+
message:
|
|
329
|
+
type: string
|
|
330
|
+
description: Human-readable error message describing the failure.
|
|
331
|
+
path:
|
|
332
|
+
type: string
|
|
333
|
+
description: API endpoint path that produced the error.
|
|
334
|
+
status:
|
|
335
|
+
type: integer
|
|
336
|
+
description: HTTP status code returned with the error.
|
|
337
|
+
timestamp:
|
|
338
|
+
type: string
|
|
339
|
+
format: date-time
|
|
340
|
+
description: Timestamp when the error occurred (ISO 8601).
|
|
341
|
+
DomainWhoisLookupResponse:
|
|
342
|
+
type: object
|
|
343
|
+
description: Current WHOIS registration record for the requested domain.
|
|
344
|
+
required:
|
|
345
|
+
- status
|
|
346
|
+
- domain_name
|
|
347
|
+
- query_time
|
|
348
|
+
- whois_server
|
|
349
|
+
- domain_registered
|
|
350
|
+
properties:
|
|
351
|
+
status:
|
|
352
|
+
type: boolean
|
|
353
|
+
description: true if the request was successfully processed.
|
|
354
|
+
domain_name:
|
|
355
|
+
type: string
|
|
356
|
+
description: Domain name that was queried.
|
|
357
|
+
query_time:
|
|
358
|
+
type: string
|
|
359
|
+
description: Timestamp when the WHOIS query was executed.
|
|
360
|
+
whois_server:
|
|
361
|
+
type: string
|
|
362
|
+
description: WHOIS or RDAP server that provided this record.
|
|
363
|
+
domain_registered:
|
|
364
|
+
type: string
|
|
365
|
+
enum:
|
|
366
|
+
- 'yes'
|
|
367
|
+
- 'no'
|
|
368
|
+
- restricted
|
|
369
|
+
description: Domain registration status; 'restricted' means the registry withholds registration details.
|
|
370
|
+
create_date:
|
|
371
|
+
type: string
|
|
372
|
+
format: date
|
|
373
|
+
description: Date the domain was originally registered, when the domain is registered.
|
|
374
|
+
update_date:
|
|
375
|
+
type: string
|
|
376
|
+
format: date
|
|
377
|
+
description: Date the domain registration was last updated, when the domain is registered.
|
|
378
|
+
expiry_date:
|
|
379
|
+
type: string
|
|
380
|
+
format: date
|
|
381
|
+
description: Date the domain registration is set to expire, when the domain is registered.
|
|
382
|
+
domain_registrar:
|
|
383
|
+
$ref: '#/components/schemas/DomainRegistrar'
|
|
384
|
+
description: Registrar of record for the domain.
|
|
385
|
+
reseller_contact:
|
|
386
|
+
$ref: '#/components/schemas/WhoisContactDetail'
|
|
387
|
+
description: Reseller contact details, when the domain was registered through a reseller.
|
|
388
|
+
registrant_contact:
|
|
389
|
+
$ref: '#/components/schemas/WhoisContactDetail'
|
|
390
|
+
description: Domain registrant (owner) contact details.
|
|
391
|
+
administrative_contact:
|
|
392
|
+
$ref: '#/components/schemas/WhoisContactDetail'
|
|
393
|
+
description: Administrative contact details.
|
|
394
|
+
technical_contact:
|
|
395
|
+
$ref: '#/components/schemas/WhoisContactDetail'
|
|
396
|
+
description: Technical contact details.
|
|
397
|
+
billing_contact:
|
|
398
|
+
$ref: '#/components/schemas/WhoisContactDetail'
|
|
399
|
+
description: Billing contact details.
|
|
400
|
+
name_servers:
|
|
401
|
+
type: array
|
|
402
|
+
description: Name servers currently recorded for the domain.
|
|
403
|
+
items:
|
|
404
|
+
type: string
|
|
405
|
+
domain_status:
|
|
406
|
+
type: array
|
|
407
|
+
description: EPP domain status codes currently recorded for the domain.
|
|
408
|
+
items:
|
|
409
|
+
type: string
|
|
410
|
+
whois_raw_domain:
|
|
411
|
+
type: string
|
|
412
|
+
description: Raw WHOIS text as returned by the registrar's WHOIS server.
|
|
413
|
+
registry_data:
|
|
414
|
+
$ref: '#/components/schemas/DomainWhoisRegistryData'
|
|
415
|
+
DomainRegistrar:
|
|
416
|
+
type: object
|
|
417
|
+
description: Registrar of record for a domain, as published by either the registrar or the registry.
|
|
418
|
+
properties:
|
|
419
|
+
iana_id:
|
|
420
|
+
type: string
|
|
421
|
+
description: IANA registrar ID.
|
|
422
|
+
status:
|
|
423
|
+
type: string
|
|
424
|
+
description: Registrar's ICANN accreditation status (e.g. accredited), when published at the registrar level.
|
|
425
|
+
registrar_name:
|
|
426
|
+
type: string
|
|
427
|
+
description: Registered name of the registrar.
|
|
428
|
+
normalized_name:
|
|
429
|
+
type: string
|
|
430
|
+
description: Lowercased, normalized form of the registrar name, when published at the registrar level.
|
|
431
|
+
whois_server:
|
|
432
|
+
type: string
|
|
433
|
+
description: WHOIS server operated by the registrar.
|
|
434
|
+
rdap_server:
|
|
435
|
+
type: string
|
|
436
|
+
description: RDAP server URL operated by the registrar, when published at the registrar level.
|
|
437
|
+
website_url:
|
|
438
|
+
type: string
|
|
439
|
+
description: Registrar's website URL.
|
|
440
|
+
email_address:
|
|
441
|
+
type: string
|
|
442
|
+
description: Registrar abuse or contact email address.
|
|
443
|
+
phone_number:
|
|
444
|
+
type: string
|
|
445
|
+
description: Registrar contact phone number.
|
|
446
|
+
WhoisContactDetail:
|
|
447
|
+
type: object
|
|
448
|
+
description: A contact record (registrant, administrative, technical, billing, or reseller) published in the domain's WHOIS record.
|
|
449
|
+
properties:
|
|
450
|
+
name:
|
|
451
|
+
type: string
|
|
452
|
+
description: Contact's full name.
|
|
453
|
+
company:
|
|
454
|
+
type: string
|
|
455
|
+
description: Contact's organization or company name.
|
|
456
|
+
street:
|
|
457
|
+
type: string
|
|
458
|
+
description: Street address.
|
|
459
|
+
city:
|
|
460
|
+
type: string
|
|
461
|
+
description: City.
|
|
462
|
+
state:
|
|
463
|
+
type: string
|
|
464
|
+
description: State or province.
|
|
465
|
+
zip_code:
|
|
466
|
+
type: string
|
|
467
|
+
description: Postal/ZIP code.
|
|
468
|
+
country_name:
|
|
469
|
+
type: string
|
|
470
|
+
description: Full country name.
|
|
471
|
+
country_code:
|
|
472
|
+
type: string
|
|
473
|
+
description: ISO 3166-1 alpha-2 country code.
|
|
474
|
+
email_address:
|
|
475
|
+
type: string
|
|
476
|
+
description: Contact email address, or a privacy-service redirect instruction.
|
|
477
|
+
phone:
|
|
478
|
+
type: string
|
|
479
|
+
description: Contact phone number.
|
|
480
|
+
fax:
|
|
481
|
+
type: string
|
|
482
|
+
description: Contact fax number.
|
|
483
|
+
mailing_address:
|
|
484
|
+
type: string
|
|
485
|
+
description: Full combined mailing address, when published as a single string.
|
|
486
|
+
DomainWhoisRegistryData:
|
|
487
|
+
type: object
|
|
488
|
+
description: Registry-level (as opposed to registrar-level) WHOIS data, sourced directly from the TLD registry.
|
|
489
|
+
properties:
|
|
490
|
+
domain_name:
|
|
491
|
+
type: string
|
|
492
|
+
description: Domain name as recorded by the registry.
|
|
493
|
+
query_time:
|
|
494
|
+
type: string
|
|
495
|
+
format: date-time
|
|
496
|
+
description: Timestamp when the registry-level record was queried.
|
|
497
|
+
whois_server:
|
|
498
|
+
type: string
|
|
499
|
+
description: Registry WHOIS server that returned this data.
|
|
500
|
+
domain_registered:
|
|
501
|
+
type: string
|
|
502
|
+
enum:
|
|
503
|
+
- 'yes'
|
|
504
|
+
- 'no'
|
|
505
|
+
- restricted
|
|
506
|
+
description: Domain registration status as recorded by the registry.
|
|
507
|
+
create_date:
|
|
508
|
+
type: string
|
|
509
|
+
format: date
|
|
510
|
+
description: Domain creation date as recorded by the registry.
|
|
511
|
+
update_date:
|
|
512
|
+
type: string
|
|
513
|
+
format: date
|
|
514
|
+
description: Domain last-updated date as recorded by the registry.
|
|
515
|
+
expiry_date:
|
|
516
|
+
type: string
|
|
517
|
+
format: date
|
|
518
|
+
description: Domain expiry date as recorded by the registry.
|
|
519
|
+
name_servers:
|
|
520
|
+
type: array
|
|
521
|
+
description: Name servers as recorded by the registry.
|
|
522
|
+
items:
|
|
523
|
+
type: string
|
|
524
|
+
domain_status:
|
|
525
|
+
type: array
|
|
526
|
+
description: EPP domain status codes as recorded by the registry.
|
|
527
|
+
items:
|
|
528
|
+
type: string
|
|
529
|
+
whois_raw_registery:
|
|
530
|
+
type: string
|
|
531
|
+
description: Raw WHOIS text as returned directly by the registry server.
|
|
532
|
+
domain_registrar:
|
|
533
|
+
$ref: '#/components/schemas/DomainRegistrar'
|
|
534
|
+
description: Registrar of record as recorded directly by the registry.
|
|
535
|
+
security:
|
|
536
|
+
- ApiKeyAuthHeader: []
|
|
537
|
+
- ApiKeyAuthQuery: []
|