@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.
Files changed (108) hide show
  1. package/dist/index.cjs +133 -2
  2. package/dist/index.d.cts +140 -3
  3. package/dist/index.d.ts +140 -3
  4. package/dist/index.js +131 -2
  5. package/dist/specs/commodity/commodity-fluctuation.yaml +225 -0
  6. package/dist/specs/commodity/commodity-prices.yaml +236 -0
  7. package/dist/specs/commodity/commodity-symbols.yaml +159 -0
  8. package/dist/specs/commodity/commodity-time-series.yaml +238 -0
  9. package/dist/specs/commodity/historical-commodity-prices.yaml +208 -0
  10. package/dist/specs/currency/currency-converter.yaml +193 -0
  11. package/dist/specs/currency/currency-fluctuation.yaml +211 -0
  12. package/dist/specs/currency/currency-historical-data-limit.yaml +112 -0
  13. package/dist/specs/currency/currency-rate.yaml +173 -0
  14. package/dist/specs/currency/currency-supported.yaml +176 -0
  15. package/dist/specs/currency/currency-symbols.yaml +115 -0
  16. package/dist/specs/currency/currency-time-series.yaml +232 -0
  17. package/dist/specs/currency/geolocalized-currency-conversion.yaml +214 -0
  18. package/dist/specs/currency/historical-currency-converter.yaml +195 -0
  19. package/dist/specs/currency/historical-currency-rate.yaml +180 -0
  20. package/dist/specs/dns/bulk-dns-lookup.yaml +484 -0
  21. package/dist/specs/dns/dns-history-lookup.yaml +451 -0
  22. package/dist/specs/dns/dns-lookup.yaml +360 -0
  23. package/dist/specs/dns/reverse-dns-lookup.yaml +338 -0
  24. package/dist/specs/domain/bulk-domain-checker.yaml +198 -0
  25. package/dist/specs/domain/domain-search-with-suggestions.yaml +196 -0
  26. package/dist/specs/domain/domain-search.yaml +149 -0
  27. package/dist/specs/domain/subdomain-lookup.yaml +251 -0
  28. package/dist/specs/email-validation/bulk-email-validation.yaml +403 -0
  29. package/dist/specs/email-validation/email-checker.yaml +451 -0
  30. package/dist/specs/financial/bulk-vat-rates-country.yaml +250 -0
  31. package/dist/specs/financial/financial-apis-supported-countries.yaml +152 -0
  32. package/dist/specs/financial/iban-validation.yaml +270 -0
  33. package/dist/specs/financial/swift-code-finder.yaml +146 -0
  34. package/dist/specs/financial/swift-code-lookup.yaml +156 -0
  35. package/dist/specs/financial/vat-number-validation.yaml +205 -0
  36. package/dist/specs/financial/vat-rates-by-ip.yaml +200 -0
  37. package/dist/specs/financial/vat-rates-country.yaml +212 -0
  38. package/dist/specs/general/usage-credits.yaml +188 -0
  39. package/dist/specs/geocoding/forward-geocoding.yaml +292 -0
  40. package/dist/specs/geocoding/reverse-geocoding.yaml +237 -0
  41. package/dist/specs/geodb/administrative-units-details.yaml +180 -0
  42. package/dist/specs/geodb/administrative-units-levels.yaml +140 -0
  43. package/dist/specs/geodb/administrative-units.yaml +168 -0
  44. package/dist/specs/geodb/cities.yaml +209 -0
  45. package/dist/specs/geodb/countries-details.yaml +207 -0
  46. package/dist/specs/geodb/countries.yaml +199 -0
  47. package/dist/specs/geodb/flags-supported.yaml +119 -0
  48. package/dist/specs/geodb/flags.yaml +170 -0
  49. package/dist/specs/geodb/regions.yaml +76 -0
  50. package/dist/specs/geodb/subregions.yaml +158 -0
  51. package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +895 -0
  52. package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +310 -0
  53. package/dist/specs/ip-intelligence/ip-locator.yaml +708 -0
  54. package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +230 -0
  55. package/dist/specs/other/astronomy-data.yaml +632 -0
  56. package/dist/specs/pdf/delete-pdf-page.yaml +193 -0
  57. package/dist/specs/pdf/linearize-pdf.yaml +187 -0
  58. package/dist/specs/pdf/merge-pdf.yaml +193 -0
  59. package/dist/specs/pdf/pdf-compress.yaml +208 -0
  60. package/dist/specs/pdf/pdf-decrypt.yaml +202 -0
  61. package/dist/specs/pdf/pdf-encrypt.yaml +213 -0
  62. package/dist/specs/pdf/pdf-extract-pages.yaml +199 -0
  63. package/dist/specs/pdf/pdf-file-status.yaml +148 -0
  64. package/dist/specs/pdf/pdf-file.yaml +136 -0
  65. package/dist/specs/pdf/pdf-files.yaml +85 -0
  66. package/dist/specs/pdf/pdf-resource-download.yaml +117 -0
  67. package/dist/specs/pdf/pdf-resource-upload-binary.yaml +152 -0
  68. package/dist/specs/pdf/pdf-resource-upload.yaml +163 -0
  69. package/dist/specs/pdf/pdf-restrict.yaml +246 -0
  70. package/dist/specs/pdf/pdf-split-pages.yaml +208 -0
  71. package/dist/specs/pdf/pdf-task-status.yaml +187 -0
  72. package/dist/specs/pdf/pdf-to-image.yaml +844 -0
  73. package/dist/specs/pdf/pdf-unrestrict.yaml +221 -0
  74. package/dist/specs/pdf/rotate-pdf-pages.yaml +207 -0
  75. package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +374 -0
  76. package/dist/specs/phone-validation/phone-number-validation.yaml +344 -0
  77. package/dist/specs/scraper/web-scraper.yaml +479 -0
  78. package/dist/specs/screenshot/bulk-screenshot.yaml +728 -0
  79. package/dist/specs/screenshot/website-screenshot.yaml +822 -0
  80. package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +593 -0
  81. package/dist/specs/ssl/ssl-certificate-lookup.yaml +478 -0
  82. package/dist/specs/timezone/timezone-converter.yaml +249 -0
  83. package/dist/specs/timezone/timezone-lookup.yaml +712 -0
  84. package/dist/specs/user-agent/bulk-user-agent-parser.yaml +340 -0
  85. package/dist/specs/user-agent/user-agent-parser.yaml +271 -0
  86. package/dist/specs/weather/air-quality.yaml +590 -0
  87. package/dist/specs/weather/bulk-live-weather.yaml +654 -0
  88. package/dist/specs/weather/flood-forecast.yaml +519 -0
  89. package/dist/specs/weather/historical-weather.yaml +842 -0
  90. package/dist/specs/weather/live-weather.yaml +633 -0
  91. package/dist/specs/weather/marine-weather.yaml +806 -0
  92. package/dist/specs/weather/time-series-weather.yaml +821 -0
  93. package/dist/specs/weather/weather-forecast.yaml +935 -0
  94. package/dist/specs/whois/asn-lookup.yaml +618 -0
  95. package/dist/specs/whois/bulk-whois-lookup.yaml +827 -0
  96. package/dist/specs/whois/domain-whois-history-lookup.yaml +445 -0
  97. package/dist/specs/whois/reverse-whois.yaml +566 -0
  98. package/dist/specs/whois/whois-domain-lookup.yaml +537 -0
  99. package/dist/specs/whois/whois-ip-lookup.yaml +1123 -0
  100. package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +232 -0
  101. package/dist/specs/zip-code/zip-code-api.yaml +216 -0
  102. package/dist/specs/zip-code/zip-code-distance-match.yaml +239 -0
  103. package/dist/specs/zip-code/zip-code-distance.yaml +233 -0
  104. package/dist/specs/zip-code/zip-codes-by-city.yaml +201 -0
  105. package/dist/specs/zip-code/zip-codes-by-region.yaml +200 -0
  106. package/dist/specs/zip-code/zip-codes-radius-search.yaml +262 -0
  107. package/package.json +6 -2
  108. package/specs/pdf/merge-pdf.json +2 -2
@@ -0,0 +1,827 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: Bulk WHOIS Lookup API - Accurate and Efficient Mass Domain Queries
4
+ version: 1.0.0
5
+ description: 'Retrieve the same real-time WHOIS registration and ownership data as the single-domain WHOIS Lookup API for up to 100 domain names in one request. The response is an object containing a `bulk_whois_response` array in request order; each entry is either a full WHOIS result (registrar, contacts, name servers, status codes, raw WHOIS text) or, if that specific domain''s extension is unsupported or the lookup otherwise fails, an error object with `status: false` --- a bad domain in the batch does not fail the whole request. When the batch contains at least one such error alongside successful results, the endpoint returns `206 Partial Content` instead of `200`. Submitting more than 100 domain names returns a `413` 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: Bulk Domain WHOIS Lookup API Server
13
+ paths:
14
+ /domain/whois/live:
15
+ post:
16
+ tags:
17
+ - WHOIS APIs
18
+ summary: Retrieve real-time WHOIS registration and ownership data for up to 100 domain names in a single request
19
+ description: Returns the current WHOIS record for each requested domain, in request order. Supports up to 100 domain names per request; a domain that fails to resolve yields an error item instead of failing the whole batch.
20
+ operationId: bulkWhoisLookup
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
+ requestBody:
33
+ required: true
34
+ content:
35
+ application/json:
36
+ schema:
37
+ $ref: '#/components/schemas/BulkWhoisLookupRequest'
38
+ examples:
39
+ typicalRequest:
40
+ summary: Typical bulk lookup request
41
+ value:
42
+ domainNames:
43
+ - microsoft.com
44
+ - example.xn--tckwe
45
+ responses:
46
+ '200':
47
+ description: WHOIS data retrieved successfully for every requested domain
48
+ content:
49
+ application/json:
50
+ schema:
51
+ $ref: '#/components/schemas/BulkWhoisLookupResponse'
52
+ examples:
53
+ typicalSuccess:
54
+ summary: All domains resolved
55
+ value:
56
+ bulk_whois_response:
57
+ - status: true
58
+ domain_name: example.xn--tckwe
59
+ query_time: '2026-07-23 09:28:42'
60
+ whois_server: https://tld-rdap.verisign.com/xn--tckwe/v1/
61
+ domain_registered: 'no'
62
+ - status: true
63
+ domain_name: microsoft.com
64
+ query_time: '2026-07-23 09:28:43'
65
+ whois_server: whois.verisign-grs.com
66
+ domain_registered: 'yes'
67
+ create_date: '1991-05-02'
68
+ update_date: '2026-01-29'
69
+ expiry_date: '2027-05-03'
70
+ domain_registrar:
71
+ iana_id: '292'
72
+ status: accredited
73
+ registrar_name: MarkMonitor, Inc
74
+ normalized_name: markmonitor
75
+ whois_server: whois.markmonitor.com
76
+ rdap_server: https://rdap.markmonitor.com/rdap/
77
+ website_url: http://www.markmonitor.com
78
+ email_address: abusecomplaints@markmonitor.com
79
+ phone_number: '+12086851750'
80
+ registrant_contact:
81
+ name: Domain Administrator
82
+ company: Microsoft Corporation
83
+ street: One Microsoft Way,
84
+ city: Redmond
85
+ state: WA
86
+ zip_code: '98052'
87
+ country_name: United States
88
+ country_code: US
89
+ email_address: admin@domains.microsoft
90
+ phone: '+14258828080'
91
+ fax: '+14259367329'
92
+ technical_contact:
93
+ name: MSN Hostmaster
94
+ country_name: United States
95
+ country_code: US
96
+ email_address: msnhst@microsoft.com
97
+ phone: '+14258828080'
98
+ name_servers:
99
+ - ns4-39.azure-dns.info
100
+ - ns3-39.azure-dns.org
101
+ - ns1-39.azure-dns.com
102
+ - ns2-39.azure-dns.net
103
+ domain_status:
104
+ - clientupdateprohibited
105
+ - clienttransferprohibited
106
+ - clientdeleteprohibited
107
+ - serverdeleteprohibited
108
+ - serverupdateprohibited
109
+ - servertransferprohibited
110
+ whois_raw_domain: |-
111
+
112
+ Domain Name: microsoft.com
113
+ Registry Domain ID: 2724960_DOMAIN_COM-VRSN
114
+ Registrar WHOIS Server: whois.markmonitor.com
115
+ Registrar URL: http://www.markmonitor.com
116
+ Updated Date: 2026-01-29T18:46:57+0000
117
+ Creation Date: 1991-05-02T04:00:00+0000
118
+ Registrar Registration Expiration Date: 2027-05-03T00:00:00+0000
119
+ Registrar: MarkMonitor, Inc.
120
+ Registrar IANA ID: 292
121
+ Registrar Abuse Contact: https://corp.markmonitor.com/domain/ui/abuse-report
122
+ Registrar Abuse Contact Phone: +1.2086851750
123
+ Domain Status: clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited)
124
+ Domain Status: clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited)
125
+ Domain Status: clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited)
126
+ Domain Status: serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited)
127
+ Domain Status: serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited)
128
+ Domain Status: serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)
129
+ Registrant Name: Domain Administrator
130
+ Registrant Organization: Microsoft Corporation
131
+ Registrant Street: One Microsoft Way,
132
+ Registrant City: Redmond
133
+ Registrant State/Province: WA
134
+ Registrant Postal Code: 98052
135
+ Registrant Country: US
136
+ Registrant Phone: +1.4258828080
137
+ Registrant Phone Ext:
138
+ Registrant Fax: +1.4259367329
139
+ Registrant Fax Ext:
140
+ Registrant Email: admin@domains.microsoft
141
+ Tech Name: MSN Hostmaster
142
+ Tech Phone: +1.4258828080
143
+ Tech Email: msnhst@microsoft.com
144
+ Name Server: ns1-39.azure-dns.com
145
+ Name Server: ns3-39.azure-dns.org
146
+ Name Server: ns2-39.azure-dns.net
147
+ Name Server: ns4-39.azure-dns.info
148
+ DNSSEC: unsigned
149
+ URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
150
+ >>> Last update of WHOIS database: 2026-07-23T09:28:02+0000 <<<
151
+
152
+ For more information on WHOIS status codes, please visit:
153
+ https://www.icann.org/resources/pages/epp-status-codes
154
+
155
+ If you wish to contact this domain’s Registrant or Technical
156
+ contact, and such email address is not visible above, you may do so via our web
157
+ form, pursuant to ICANN’s Temporary Specification. To verify that you are not a
158
+ robot, please enter your email address to receive a link to a page that
159
+ facilitates email communication with the relevant contact(s).
160
+
161
+ Web-based WHOIS:
162
+ https://domains.markmonitor.com/whois/contact/microsoft.com
163
+
164
+ If you have a legitimate interest in viewing the non-public WHOIS details, send
165
+ your request and the reasons for your request to whoisrequest@markmonitor.com
166
+ and specify the domain name in the subject line. We will review that request and
167
+ may ask for supporting documentation and explanation.
168
+
169
+ The data in MarkMonitor’s WHOIS database is provided for information purposes,
170
+ and to assist persons in obtaining information about or related to a domain
171
+ name’s registration record. While MarkMonitor believes the data to be accurate,
172
+ the data is provided "as is" with no guarantee or warranties regarding its
173
+ accuracy.
174
+
175
+ By submitting a WHOIS query, you agree that you will use this data only for
176
+ lawful purposes and that, under no circumstances will you use this data to:
177
+ (1) allow, enable, or otherwise support the transmission by email, telephone,
178
+ or facsimile of mass, unsolicited, commercial advertising, or spam; or
179
+ (2) enable high volume, automated, or electronic processes that send queries,
180
+ data, or email to MarkMonitor (or its systems) or the domain name contacts (or
181
+ its systems).
182
+
183
+ MarkMonitor reserves the right to modify these terms at any time.
184
+
185
+ By submitting this query, you agree to abide by this policy.
186
+
187
+ MarkMonitor Domain Management(TM)
188
+ Protecting companies and consumers in a digital world.
189
+
190
+ Visit MarkMonitor at https://www.markmonitor.com
191
+ Contact us at +1.8007459229
192
+ In Europe, at +44.02032062220
193
+ ----
194
+ registry_data:
195
+ domain_name: MICROSOFT.COM
196
+ query_time: '2026-07-23 09:28:42'
197
+ whois_server: whois.verisign-grs.com
198
+ domain_registered: 'yes'
199
+ create_date: '1991-05-02'
200
+ update_date: '2026-01-29'
201
+ expiry_date: '2027-05-03'
202
+ domain_registrar:
203
+ iana_id: '292'
204
+ registrar_name: MarkMonitor Inc
205
+ whois_server: whois.markmonitor.com
206
+ website_url: http://www.markmonitor.com
207
+ name_servers:
208
+ - ns4-39.azure-dns.info
209
+ - ns3-39.azure-dns.org
210
+ - ns1-39.azure-dns.com
211
+ - ns2-39.azure-dns.net
212
+ domain_status:
213
+ - clientupdateprohibited
214
+ - clientdeleteprohibited
215
+ - clienttransferprohibited
216
+ - serverdeleteprohibited
217
+ - serverupdateprohibited
218
+ - servertransferprohibited
219
+ whois_raw_registery: |-
220
+
221
+ Domain Name: MICROSOFT.COM
222
+ Registry Domain ID: 2724960_DOMAIN_COM-VRSN
223
+ Registrar WHOIS Server: whois.markmonitor.com
224
+ Registrar URL: http://www.markmonitor.com
225
+ Updated Date: 2026-01-29T18:46:57Z
226
+ Creation Date: 1991-05-02T04:00:00Z
227
+ Registry Expiry Date: 2027-05-03T04:00:00Z
228
+ Registrar: MarkMonitor Inc.
229
+ Registrar IANA ID: 292
230
+ Registrar Abuse Contact Email: abusecomplaints@markmonitor.com
231
+ Registrar Abuse Contact Phone: +1.2086851750
232
+ Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
233
+ Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
234
+ Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
235
+ Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited
236
+ Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited
237
+ Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited
238
+ Name Server: NS1-39.AZURE-DNS.COM
239
+ Name Server: NS2-39.AZURE-DNS.NET
240
+ Name Server: NS3-39.AZURE-DNS.ORG
241
+ Name Server: NS4-39.AZURE-DNS.INFO
242
+ DNSSEC: unsigned
243
+ URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
244
+ >>> Last update of whois database: 2026-07-23T09:28:23Z <<<
245
+
246
+ For more information on Whois status codes, please visit https://icann.org/epp
247
+
248
+ NOTICE: The expiration date displayed in this record is the date the
249
+ registrar's sponsorship of the domain name registration in the registry is
250
+ currently set to expire. This date does not necessarily reflect the expiration
251
+ date of the domain name registrant's agreement with the sponsoring
252
+ registrar. Users may consult the sponsoring registrar's Whois database to
253
+ view the registrar's reported date of expiration for this registration.
254
+
255
+ TERMS OF USE: You are not authorized to access or query our Whois
256
+ database through the use of electronic processes that are high-volume and
257
+ automated except as reasonably necessary to register domain names or
258
+ modify existing registrations; the Data in VeriSign Global Registry
259
+ Services' ("VeriSign") Whois database is provided by VeriSign for
260
+ information purposes only, and to assist persons in obtaining information
261
+ about or related to a domain name registration record. VeriSign does not
262
+ guarantee its accuracy. By submitting a Whois query, you agree to abide
263
+ by the following terms of use: You agree that you may use this Data only
264
+ for lawful purposes and that under no circumstances will you use this Data
265
+ to: (1) allow, enable, or otherwise support the transmission of mass
266
+ unsolicited, commercial advertising or solicitations via e-mail, telephone,
267
+ or facsimile; or (2) enable high volume, automated, electronic processes
268
+ that apply to VeriSign (or its computer systems). The compilation,
269
+ repackaging, dissemination or other use of this Data is expressly
270
+ prohibited without the prior written consent of VeriSign. You agree not to
271
+ use electronic processes that are automated and high-volume to access or
272
+ query the Whois database except as reasonably necessary to register
273
+ domain names or modify existing registrations. VeriSign reserves the right
274
+ to restrict your access to the Whois database in its sole discretion to ensure
275
+ operational stability. VeriSign may restrict or terminate your access to the
276
+ Whois database for failure to abide by these terms of use. VeriSign
277
+ reserves the right to modify these terms at any time.
278
+
279
+ The Registry database contains ONLY .COM, .NET, .EDU domains and
280
+ Registrars.
281
+ '206':
282
+ description: Partial Content — At least one domain in the batch returned an error; other domains in the same batch still resolved successfully
283
+ content:
284
+ application/json:
285
+ schema:
286
+ $ref: '#/components/schemas/BulkWhoisLookupResponse'
287
+ examples:
288
+ partialFailure:
289
+ summary: One domain unsupported, one resolved
290
+ value:
291
+ bulk_whois_response:
292
+ - status: false
293
+ domain_name: zzzz.local
294
+ status_code: 403
295
+ error: NotSupportedDomainExtException
296
+ message: We are not providing the whois of this domain extension (local)
297
+ - status: true
298
+ domain_name: microsoft.com
299
+ query_time: '2026-07-23 09:28:55'
300
+ whois_server: whois.verisign-grs.com
301
+ domain_registered: 'yes'
302
+ create_date: '1991-05-02'
303
+ update_date: '2026-01-29'
304
+ expiry_date: '2027-05-03'
305
+ domain_registrar:
306
+ iana_id: '292'
307
+ status: accredited
308
+ registrar_name: MarkMonitor, Inc
309
+ normalized_name: markmonitor
310
+ whois_server: whois.markmonitor.com
311
+ rdap_server: https://rdap.markmonitor.com/rdap/
312
+ website_url: http://www.markmonitor.com
313
+ email_address: abusecomplaints@markmonitor.com
314
+ phone_number: '+12086851750'
315
+ registrant_contact:
316
+ name: Domain Administrator
317
+ company: Microsoft Corporation
318
+ street: One Microsoft Way,
319
+ city: Redmond
320
+ state: WA
321
+ zip_code: '98052'
322
+ country_name: United States
323
+ country_code: US
324
+ email_address: admin@domains.microsoft
325
+ phone: '+14258828080'
326
+ fax: '+14259367329'
327
+ technical_contact:
328
+ name: MSN Hostmaster
329
+ country_name: United States
330
+ country_code: US
331
+ email_address: msnhst@microsoft.com
332
+ phone: '+14258828080'
333
+ name_servers:
334
+ - ns4-39.azure-dns.info
335
+ - ns3-39.azure-dns.org
336
+ - ns1-39.azure-dns.com
337
+ - ns2-39.azure-dns.net
338
+ domain_status:
339
+ - clientupdateprohibited
340
+ - clienttransferprohibited
341
+ - clientdeleteprohibited
342
+ - serverdeleteprohibited
343
+ - serverupdateprohibited
344
+ - servertransferprohibited
345
+ whois_raw_domain: |-
346
+
347
+ Domain Name: microsoft.com
348
+ Registry Domain ID: 2724960_DOMAIN_COM-VRSN
349
+ Registrar WHOIS Server: whois.markmonitor.com
350
+ Registrar URL: http://www.markmonitor.com
351
+ Updated Date: 2026-01-29T18:46:57+0000
352
+ Creation Date: 1991-05-02T04:00:00+0000
353
+ Registrar Registration Expiration Date: 2027-05-03T00:00:00+0000
354
+ Registrar: MarkMonitor, Inc.
355
+ Registrar IANA ID: 292
356
+ Registrar Abuse Contact: https://corp.markmonitor.com/domain/ui/abuse-report
357
+ Registrar Abuse Contact Phone: +1.2086851750
358
+ Domain Status: clientUpdateProhibited (https://www.icann.org/epp#clientUpdateProhibited)
359
+ Domain Status: clientTransferProhibited (https://www.icann.org/epp#clientTransferProhibited)
360
+ Domain Status: clientDeleteProhibited (https://www.icann.org/epp#clientDeleteProhibited)
361
+ Domain Status: serverUpdateProhibited (https://www.icann.org/epp#serverUpdateProhibited)
362
+ Domain Status: serverTransferProhibited (https://www.icann.org/epp#serverTransferProhibited)
363
+ Domain Status: serverDeleteProhibited (https://www.icann.org/epp#serverDeleteProhibited)
364
+ Registrant Name: Domain Administrator
365
+ Registrant Organization: Microsoft Corporation
366
+ Registrant Street: One Microsoft Way,
367
+ Registrant City: Redmond
368
+ Registrant State/Province: WA
369
+ Registrant Postal Code: 98052
370
+ Registrant Country: US
371
+ Registrant Phone: +1.4258828080
372
+ Registrant Phone Ext:
373
+ Registrant Fax: +1.4259367329
374
+ Registrant Fax Ext:
375
+ Registrant Email: admin@domains.microsoft
376
+ Tech Name: MSN Hostmaster
377
+ Tech Phone: +1.4258828080
378
+ Tech Email: msnhst@microsoft.com
379
+ Name Server: ns1-39.azure-dns.com
380
+ Name Server: ns3-39.azure-dns.org
381
+ Name Server: ns2-39.azure-dns.net
382
+ Name Server: ns4-39.azure-dns.info
383
+ DNSSEC: unsigned
384
+ URL of the ICANN WHOIS Data Problem Reporting System: http://wdprs.internic.net/
385
+ >>> Last update of WHOIS database: 2026-07-23T09:28:02+0000 <<<
386
+
387
+ For more information on WHOIS status codes, please visit:
388
+ https://www.icann.org/resources/pages/epp-status-codes
389
+
390
+ If you wish to contact this domain’s Registrant or Technical
391
+ contact, and such email address is not visible above, you may do so via our web
392
+ form, pursuant to ICANN’s Temporary Specification. To verify that you are not a
393
+ robot, please enter your email address to receive a link to a page that
394
+ facilitates email communication with the relevant contact(s).
395
+
396
+ Web-based WHOIS:
397
+ https://domains.markmonitor.com/whois/contact/microsoft.com
398
+
399
+ If you have a legitimate interest in viewing the non-public WHOIS details, send
400
+ your request and the reasons for your request to whoisrequest@markmonitor.com
401
+ and specify the domain name in the subject line. We will review that request and
402
+ may ask for supporting documentation and explanation.
403
+
404
+ The data in MarkMonitor’s WHOIS database is provided for information purposes,
405
+ and to assist persons in obtaining information about or related to a domain
406
+ name’s registration record. While MarkMonitor believes the data to be accurate,
407
+ the data is provided "as is" with no guarantee or warranties regarding its
408
+ accuracy.
409
+
410
+ By submitting a WHOIS query, you agree that you will use this data only for
411
+ lawful purposes and that, under no circumstances will you use this data to:
412
+ (1) allow, enable, or otherwise support the transmission by email, telephone,
413
+ or facsimile of mass, unsolicited, commercial advertising, or spam; or
414
+ (2) enable high volume, automated, or electronic processes that send queries,
415
+ data, or email to MarkMonitor (or its systems) or the domain name contacts (or
416
+ its systems).
417
+
418
+ MarkMonitor reserves the right to modify these terms at any time.
419
+
420
+ By submitting this query, you agree to abide by this policy.
421
+
422
+ MarkMonitor Domain Management(TM)
423
+ Protecting companies and consumers in a digital world.
424
+
425
+ Visit MarkMonitor at https://www.markmonitor.com
426
+ Contact us at +1.8007459229
427
+ In Europe, at +44.02032062220
428
+ ----
429
+ registry_data:
430
+ domain_name: MICROSOFT.COM
431
+ query_time: '2026-07-23 09:28:54'
432
+ whois_server: whois.verisign-grs.com
433
+ domain_registered: 'yes'
434
+ create_date: '1991-05-02'
435
+ update_date: '2026-01-29'
436
+ expiry_date: '2027-05-03'
437
+ domain_registrar:
438
+ iana_id: '292'
439
+ registrar_name: MarkMonitor Inc
440
+ whois_server: whois.markmonitor.com
441
+ website_url: http://www.markmonitor.com
442
+ name_servers:
443
+ - ns4-39.azure-dns.info
444
+ - ns3-39.azure-dns.org
445
+ - ns1-39.azure-dns.com
446
+ - ns2-39.azure-dns.net
447
+ domain_status:
448
+ - clientupdateprohibited
449
+ - clientdeleteprohibited
450
+ - clienttransferprohibited
451
+ - serverdeleteprohibited
452
+ - serverupdateprohibited
453
+ - servertransferprohibited
454
+ whois_raw_registery: |-
455
+
456
+ Domain Name: MICROSOFT.COM
457
+ Registry Domain ID: 2724960_DOMAIN_COM-VRSN
458
+ Registrar WHOIS Server: whois.markmonitor.com
459
+ Registrar URL: http://www.markmonitor.com
460
+ Updated Date: 2026-01-29T18:46:57Z
461
+ Creation Date: 1991-05-02T04:00:00Z
462
+ Registry Expiry Date: 2027-05-03T04:00:00Z
463
+ Registrar: MarkMonitor Inc.
464
+ Registrar IANA ID: 292
465
+ Registrar Abuse Contact Email: abusecomplaints@markmonitor.com
466
+ Registrar Abuse Contact Phone: +1.2086851750
467
+ Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
468
+ Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
469
+ Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
470
+ Domain Status: serverDeleteProhibited https://icann.org/epp#serverDeleteProhibited
471
+ Domain Status: serverTransferProhibited https://icann.org/epp#serverTransferProhibited
472
+ Domain Status: serverUpdateProhibited https://icann.org/epp#serverUpdateProhibited
473
+ Name Server: NS1-39.AZURE-DNS.COM
474
+ Name Server: NS2-39.AZURE-DNS.NET
475
+ Name Server: NS3-39.AZURE-DNS.ORG
476
+ Name Server: NS4-39.AZURE-DNS.INFO
477
+ DNSSEC: unsigned
478
+ URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
479
+ >>> Last update of whois database: 2026-07-23T09:28:38Z <<<
480
+
481
+ For more information on Whois status codes, please visit https://icann.org/epp
482
+
483
+ NOTICE: The expiration date displayed in this record is the date the
484
+ registrar's sponsorship of the domain name registration in the registry is
485
+ currently set to expire. This date does not necessarily reflect the expiration
486
+ date of the domain name registrant's agreement with the sponsoring
487
+ registrar. Users may consult the sponsoring registrar's Whois database to
488
+ view the registrar's reported date of expiration for this registration.
489
+
490
+ TERMS OF USE: You are not authorized to access or query our Whois
491
+ database through the use of electronic processes that are high-volume and
492
+ automated except as reasonably necessary to register domain names or
493
+ modify existing registrations; the Data in VeriSign Global Registry
494
+ Services' ("VeriSign") Whois database is provided by VeriSign for
495
+ information purposes only, and to assist persons in obtaining information
496
+ about or related to a domain name registration record. VeriSign does not
497
+ guarantee its accuracy. By submitting a Whois query, you agree to abide
498
+ by the following terms of use: You agree that you may use this Data only
499
+ for lawful purposes and that under no circumstances will you use this Data
500
+ to: (1) allow, enable, or otherwise support the transmission of mass
501
+ unsolicited, commercial advertising or solicitations via e-mail, telephone,
502
+ or facsimile; or (2) enable high volume, automated, electronic processes
503
+ that apply to VeriSign (or its computer systems). The compilation,
504
+ repackaging, dissemination or other use of this Data is expressly
505
+ prohibited without the prior written consent of VeriSign. You agree not to
506
+ use electronic processes that are automated and high-volume to access or
507
+ query the Whois database except as reasonably necessary to register
508
+ domain names or modify existing registrations. VeriSign reserves the right
509
+ to restrict your access to the Whois database in its sole discretion to ensure
510
+ operational stability. VeriSign may restrict or terminate your access to the
511
+ Whois database for failure to abide by these terms of use. VeriSign
512
+ reserves the right to modify these terms at any time.
513
+
514
+ The Registry database contains ONLY .COM, .NET, .EDU domains and
515
+ Registrars.
516
+ '400':
517
+ description: Bad Request — Missing or malformed request body
518
+ content:
519
+ application/json:
520
+ schema:
521
+ $ref: '#/components/schemas/ErrorResponse'
522
+ examples:
523
+ missingBody:
524
+ summary: Missing domainNames array
525
+ value:
526
+ error: Invalid request body Exception
527
+ message: Please provide data in required format in request body
528
+ path: /v2.0/domain/whois/live
529
+ status: 400
530
+ timestamp: '2026-07-23T09:28:56.641Z'
531
+ '413':
532
+ description: Payload Too Large — Request exceeds the 100-domain batch limit
533
+ content:
534
+ application/json:
535
+ schema:
536
+ $ref: '#/components/schemas/ErrorResponse'
537
+ examples:
538
+ payloadTooLarge:
539
+ summary: More than 100 domain names submitted
540
+ value:
541
+ error: Payload too large Exception
542
+ message: Maximum request body size limit exceeded
543
+ path: /v2.0/domain/whois/live
544
+ status: 413
545
+ timestamp: '2026-07-23T09:28:57.228Z'
546
+ components:
547
+ securitySchemes:
548
+ ApiKeyAuthHeader:
549
+ type: apiKey
550
+ in: header
551
+ name: X-apiKey
552
+ description: Pass your API key via the X-apiKey request header.
553
+ ApiKeyAuthQuery:
554
+ type: apiKey
555
+ in: query
556
+ name: apiKey
557
+ description: Pass your API key via the apiKey query parameter.
558
+ schemas:
559
+ ErrorResponse:
560
+ type: object
561
+ required:
562
+ - message
563
+ properties:
564
+ error:
565
+ type: string
566
+ description: Short error category or exception type.
567
+ message:
568
+ type: string
569
+ description: Human-readable error message describing the failure.
570
+ path:
571
+ type: string
572
+ description: API endpoint path that produced the error.
573
+ status:
574
+ type: integer
575
+ description: HTTP status code returned with the error.
576
+ timestamp:
577
+ type: string
578
+ format: date-time
579
+ description: Timestamp when the error occurred (ISO 8601).
580
+ BulkWhoisLookupRequest:
581
+ type: object
582
+ description: Request body for bulk domain WHOIS lookup.
583
+ required:
584
+ - domainNames
585
+ properties:
586
+ domainNames:
587
+ type: array
588
+ description: List of domain names to retrieve WHOIS data for.
589
+ maxItems: 100
590
+ items:
591
+ type: string
592
+ BulkWhoisLookupResponse:
593
+ type: object
594
+ description: Wrapper object containing one WHOIS result or error per requested domain, in request order.
595
+ required:
596
+ - bulk_whois_response
597
+ properties:
598
+ bulk_whois_response:
599
+ type: array
600
+ description: Array of per-domain results, one entry per requested domain. Each entry is either a full WHOIS result or, if that domain could not be resolved, an error object.
601
+ items:
602
+ oneOf:
603
+ - $ref: '#/components/schemas/DomainWhoisLookupResponse'
604
+ - $ref: '#/components/schemas/BulkWhoisLookupItemError'
605
+ BulkWhoisLookupItemError:
606
+ type: object
607
+ description: Per-item error, returned in place of a WHOIS result when an individual domain's extension is unsupported or its lookup otherwise fails.
608
+ required:
609
+ - status
610
+ - domain_name
611
+ - status_code
612
+ - message
613
+ properties:
614
+ status:
615
+ type: boolean
616
+ enum:
617
+ - false
618
+ description: Always false for a per-item error.
619
+ domain_name:
620
+ type: string
621
+ description: Domain name that this error applies to.
622
+ status_code:
623
+ type: integer
624
+ description: HTTP-equivalent status code for this item's failure (e.g. 403 for an unsupported extension).
625
+ error:
626
+ type: string
627
+ description: Short error category or exception type.
628
+ message:
629
+ type: string
630
+ description: Human-readable reason this domain could not be resolved.
631
+ DomainWhoisLookupResponse:
632
+ type: object
633
+ description: Current WHOIS registration record for one successfully resolved domain.
634
+ required:
635
+ - status
636
+ - domain_name
637
+ - query_time
638
+ - whois_server
639
+ - domain_registered
640
+ properties:
641
+ status:
642
+ type: boolean
643
+ description: true if this item was successfully processed.
644
+ domain_name:
645
+ type: string
646
+ description: Domain name that was queried.
647
+ query_time:
648
+ type: string
649
+ description: Timestamp when the WHOIS query was executed.
650
+ whois_server:
651
+ type: string
652
+ description: WHOIS or RDAP server that provided this record.
653
+ domain_registered:
654
+ type: string
655
+ enum:
656
+ - 'yes'
657
+ - 'no'
658
+ - restricted
659
+ description: Domain registration status; 'restricted' means the registry withholds registration details.
660
+ create_date:
661
+ type: string
662
+ format: date
663
+ description: Date the domain was originally registered, when the domain is registered.
664
+ update_date:
665
+ type: string
666
+ format: date
667
+ description: Date the domain registration was last updated, when the domain is registered.
668
+ expiry_date:
669
+ type: string
670
+ format: date
671
+ description: Date the domain registration is set to expire, when the domain is registered.
672
+ domain_registrar:
673
+ $ref: '#/components/schemas/DomainRegistrar'
674
+ description: Registrar of record for the domain.
675
+ reseller_contact:
676
+ $ref: '#/components/schemas/WhoisContactDetail'
677
+ description: Reseller contact details, when the domain was registered through a reseller.
678
+ registrant_contact:
679
+ $ref: '#/components/schemas/WhoisContactDetail'
680
+ description: Domain registrant (owner) contact details.
681
+ administrative_contact:
682
+ $ref: '#/components/schemas/WhoisContactDetail'
683
+ description: Administrative contact details.
684
+ technical_contact:
685
+ $ref: '#/components/schemas/WhoisContactDetail'
686
+ description: Technical contact details.
687
+ billing_contact:
688
+ $ref: '#/components/schemas/WhoisContactDetail'
689
+ description: Billing contact details.
690
+ name_servers:
691
+ type: array
692
+ description: Name servers currently recorded for the domain.
693
+ items:
694
+ type: string
695
+ domain_status:
696
+ type: array
697
+ description: EPP domain status codes currently recorded for the domain.
698
+ items:
699
+ type: string
700
+ whois_raw_domain:
701
+ type: string
702
+ description: Raw WHOIS text as returned by the registrar's WHOIS server.
703
+ registry_data:
704
+ $ref: '#/components/schemas/DomainWhoisRegistryData'
705
+ DomainRegistrar:
706
+ type: object
707
+ description: Registrar of record for a domain, as published by either the registrar or the registry.
708
+ properties:
709
+ iana_id:
710
+ type: string
711
+ description: IANA registrar ID.
712
+ status:
713
+ type: string
714
+ description: Registrar's ICANN accreditation status (e.g. accredited), when published at the registrar level.
715
+ registrar_name:
716
+ type: string
717
+ description: Registered name of the registrar.
718
+ normalized_name:
719
+ type: string
720
+ description: Lowercased, normalized form of the registrar name, when published at the registrar level.
721
+ whois_server:
722
+ type: string
723
+ description: WHOIS server operated by the registrar.
724
+ rdap_server:
725
+ type: string
726
+ description: RDAP server URL operated by the registrar, when published at the registrar level.
727
+ website_url:
728
+ type: string
729
+ description: Registrar's website URL.
730
+ email_address:
731
+ type: string
732
+ description: Registrar abuse or contact email address.
733
+ phone_number:
734
+ type: string
735
+ description: Registrar contact phone number.
736
+ WhoisContactDetail:
737
+ type: object
738
+ description: A contact record (registrant, administrative, technical, billing, or reseller) published in the domain's WHOIS record.
739
+ properties:
740
+ name:
741
+ type: string
742
+ description: Contact's full name.
743
+ company:
744
+ type: string
745
+ description: Contact's organization or company name.
746
+ street:
747
+ type: string
748
+ description: Street address.
749
+ city:
750
+ type: string
751
+ description: City.
752
+ state:
753
+ type: string
754
+ description: State or province.
755
+ zip_code:
756
+ type: string
757
+ description: Postal/ZIP code.
758
+ country_name:
759
+ type: string
760
+ description: Full country name.
761
+ country_code:
762
+ type: string
763
+ description: ISO 3166-1 alpha-2 country code.
764
+ email_address:
765
+ type: string
766
+ description: Contact email address, or a privacy-service redirect instruction.
767
+ phone:
768
+ type: string
769
+ description: Contact phone number.
770
+ fax:
771
+ type: string
772
+ description: Contact fax number.
773
+ mailing_address:
774
+ type: string
775
+ description: Full combined mailing address, when published as a single string.
776
+ DomainWhoisRegistryData:
777
+ type: object
778
+ description: Registry-level (as opposed to registrar-level) WHOIS data, sourced directly from the TLD registry.
779
+ properties:
780
+ domain_name:
781
+ type: string
782
+ description: Domain name as recorded by the registry.
783
+ query_time:
784
+ type: string
785
+ format: date-time
786
+ description: Timestamp when the registry-level record was queried.
787
+ whois_server:
788
+ type: string
789
+ description: Registry WHOIS server that returned this data.
790
+ domain_registered:
791
+ type: string
792
+ enum:
793
+ - 'yes'
794
+ - 'no'
795
+ - restricted
796
+ description: Domain registration status as recorded by the registry.
797
+ create_date:
798
+ type: string
799
+ format: date
800
+ description: Domain creation date as recorded by the registry.
801
+ update_date:
802
+ type: string
803
+ format: date
804
+ description: Domain last-updated date as recorded by the registry.
805
+ expiry_date:
806
+ type: string
807
+ format: date
808
+ description: Domain expiry date as recorded by the registry.
809
+ name_servers:
810
+ type: array
811
+ description: Name servers as recorded by the registry.
812
+ items:
813
+ type: string
814
+ domain_status:
815
+ type: array
816
+ description: EPP domain status codes as recorded by the registry.
817
+ items:
818
+ type: string
819
+ whois_raw_registery:
820
+ type: string
821
+ description: Raw WHOIS text as returned directly by the registry server.
822
+ domain_registrar:
823
+ $ref: '#/components/schemas/DomainRegistrar'
824
+ description: Registrar of record as recorded directly by the registry.
825
+ security:
826
+ - ApiKeyAuthHeader: []
827
+ - ApiKeyAuthQuery: []