@apifreaks/openapi-specs 0.1.0

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