@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,445 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: 'WHOIS History API: Historical WHOIS Records Since 1986'
4
+ version: 1.0.0
5
+ description: Retrieve the full chronological history of WHOIS registration records for a domain name, going back to 1986 where available. Each record in the returned array is a snapshot capturing the registrar, registrant/admin/technical/billing contacts, name servers, domain status codes, and both the original and registry-level raw WHOIS text as they existed at that point in time. Pass `domainName` as a bare domain (e.g. `example.com`); a `https://` or `http://` prefix is also accepted. Early historical snapshots may include only a subset of fields (e.g. dates without registrar or name server data) since registries did not always publish complete records; a domain with no historical WHOIS data returns a `404` 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/v1.0
12
+ description: WHOIS History API Server
13
+ paths:
14
+ /domain/whois/history:
15
+ get:
16
+ tags:
17
+ - WHOIS APIs
18
+ summary: Retrieve the complete historical WHOIS record timeline for a domain name
19
+ description: Returns every recorded WHOIS snapshot for the specified domain in chronological order, including registrar, contact, name server, and status changes over time.
20
+ operationId: whoisHistoryLookup
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 historical WHOIS records for (e.g. example.com).
36
+ schema:
37
+ type: string
38
+ responses:
39
+ '200':
40
+ description: Successful historical WHOIS response
41
+ content:
42
+ application/json:
43
+ schema:
44
+ $ref: '#/components/schemas/DomainWhoisHistoryLookupResponse'
45
+ examples:
46
+ typicalSuccess:
47
+ summary: Typical successful response
48
+ value:
49
+ status: true
50
+ whois: historical
51
+ total_records: '18'
52
+ whois_domains_historical:
53
+ - num: 1
54
+ status: true
55
+ domain_name: example.com
56
+ query_time: '2022-04-28 12:56:13'
57
+ create_date: '1992-01-01'
58
+ update_date: '2021-08-14'
59
+ expiry_date: '2022-08-13'
60
+ - num: 18
61
+ status: true
62
+ domain_name: example.com
63
+ query_time: '2026-07-23 07:47:26'
64
+ whois_server: whois.verisign-grs.com
65
+ domain_registered: 'yes'
66
+ create_date: '1992-01-01'
67
+ update_date: '2026-01-16'
68
+ expiry_date: '2026-08-13'
69
+ name_servers:
70
+ - elliott.ns.cloudflare.com
71
+ - hera.ns.cloudflare.com
72
+ whois_raw_domain: |-
73
+
74
+ % IANA WHOIS server
75
+ % for more information on IANA, visit http://www.iana.org
76
+ % This query returned 1 object
77
+
78
+ domain: EXAMPLE.COM
79
+
80
+ organisation: Internet Assigned Numbers Authority
81
+
82
+ created: 1992-01-01
83
+ source: IANA
84
+ registry_data:
85
+ domain_name: EXAMPLE.COM
86
+ query_time: '2026-07-23 07:47:25'
87
+ whois_server: whois.verisign-grs.com
88
+ domain_registered: 'yes'
89
+ create_date: '1995-08-14'
90
+ update_date: '2026-01-16'
91
+ expiry_date: '2026-08-13'
92
+ domain_registrar:
93
+ iana_id: '376'
94
+ registrar_name: RESERVED-Internet Assigned Numbers Authority
95
+ whois_server: whois.iana.org
96
+ website_url: http://res-dom.iana.org
97
+ name_servers:
98
+ - elliott.ns.cloudflare.com
99
+ - hera.ns.cloudflare.com
100
+ domain_status:
101
+ - clientupdateprohibited
102
+ - clientdeleteprohibited
103
+ - clienttransferprohibited
104
+ whois_raw_registery: |-
105
+
106
+ Domain Name: EXAMPLE.COM
107
+ Registry Domain ID: 2336799_DOMAIN_COM-VRSN
108
+ Registrar WHOIS Server: whois.iana.org
109
+ Registrar URL: http://res-dom.iana.org
110
+ Updated Date: 2026-01-16T18:26:50Z
111
+ Creation Date: 1995-08-14T04:00:00Z
112
+ Registry Expiry Date: 2026-08-13T04:00:00Z
113
+ Registrar: RESERVED-Internet Assigned Numbers Authority
114
+ Registrar IANA ID: 376
115
+ Registrar Abuse Contact Email:
116
+ Registrar Abuse Contact Phone:
117
+ Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
118
+ Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
119
+ Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
120
+ Name Server: ELLIOTT.NS.CLOUDFLARE.COM
121
+ Name Server: HERA.NS.CLOUDFLARE.COM
122
+ DNSSEC: signedDelegation
123
+ DNSSEC DS Data: 2371 13 2 C988EC423E3880EB8DD8A46FE06CA230EE23F35B578D64E78B29C3E1C83D245A
124
+ URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
125
+ >>> Last update of whois database: 2026-07-23T08:16:23Z <<<
126
+
127
+ For more information on Whois status codes, please visit https://icann.org/epp
128
+
129
+ NOTICE: The expiration date displayed in this record is the date the
130
+ registrar's sponsorship of the domain name registration in the registry is
131
+ currently set to expire. This date does not necessarily reflect the expiration
132
+ date of the domain name registrant's agreement with the sponsoring
133
+ registrar. Users may consult the sponsoring registrar's Whois database to
134
+ view the registrar's reported date of expiration for this registration.
135
+
136
+ TERMS OF USE: You are not authorized to access or query our Whois
137
+ database through the use of electronic processes that are high-volume and
138
+ automated except as reasonably necessary to register domain names or
139
+ modify existing registrations; the Data in VeriSign Global Registry
140
+ Services' ("VeriSign") Whois database is provided by VeriSign for
141
+ information purposes only, and to assist persons in obtaining information
142
+ about or related to a domain name registration record. VeriSign does not
143
+ guarantee its accuracy. By submitting a Whois query, you agree to abide
144
+ by the following terms of use: You agree that you may use this Data only
145
+ for lawful purposes and that under no circumstances will you use this Data
146
+ to: (1) allow, enable, or otherwise support the transmission of mass
147
+ unsolicited, commercial advertising or solicitations via e-mail, telephone,
148
+ or facsimile; or (2) enable high volume, automated, electronic processes
149
+ that apply to VeriSign (or its computer systems). The compilation,
150
+ repackaging, dissemination or other use of this Data is expressly
151
+ prohibited without the prior written consent of VeriSign. You agree not to
152
+ use electronic processes that are automated and high-volume to access or
153
+ query the Whois database except as reasonably necessary to register
154
+ domain names or modify existing registrations. VeriSign reserves the right
155
+ to restrict your access to the Whois database in its sole discretion to ensure
156
+ operational stability. VeriSign may restrict or terminate your access to the
157
+ Whois database for failure to abide by these terms of use. VeriSign
158
+ reserves the right to modify these terms at any time.
159
+
160
+ The Registry database contains ONLY .COM, .NET, .EDU domains and
161
+ Registrars.
162
+ '400':
163
+ description: Bad Request — Invalid domainName parameter
164
+ content:
165
+ application/json:
166
+ schema:
167
+ $ref: '#/components/schemas/ErrorResponse'
168
+ examples:
169
+ invalidDomain:
170
+ summary: Malformed domain name
171
+ value:
172
+ timestamp: '2026-07-23T07:47:39.105Z'
173
+ status: 400
174
+ error: Invalid Param Exception
175
+ message: 'Please pass domain param correct value [For Technical Support: support@whoisfreaks.com]'
176
+ path: /v1.0/whois
177
+ '404':
178
+ description: Not Found — No historical WHOIS records for the domain
179
+ content:
180
+ application/json:
181
+ schema:
182
+ $ref: '#/components/schemas/ErrorResponse'
183
+ examples:
184
+ recordNotFound:
185
+ summary: No historical records available
186
+ value:
187
+ timestamp: '2026-07-23T07:47:40.893Z'
188
+ status: 404
189
+ error: Record Not Found
190
+ message: Record not found
191
+ path: /v1.0/whois
192
+ components:
193
+ securitySchemes:
194
+ ApiKeyAuthHeader:
195
+ type: apiKey
196
+ in: header
197
+ name: X-apiKey
198
+ description: Pass your API key via the X-apiKey request header.
199
+ ApiKeyAuthQuery:
200
+ type: apiKey
201
+ in: query
202
+ name: apiKey
203
+ description: Pass your API key via the apiKey query parameter.
204
+ schemas:
205
+ ErrorResponse:
206
+ type: object
207
+ required:
208
+ - message
209
+ properties:
210
+ error:
211
+ type: string
212
+ description: Short error category or exception type.
213
+ message:
214
+ type: string
215
+ description: Human-readable error message describing the failure.
216
+ path:
217
+ type: string
218
+ description: API endpoint path that produced the error.
219
+ status:
220
+ type: integer
221
+ description: HTTP status code returned with the error.
222
+ timestamp:
223
+ type: string
224
+ format: date-time
225
+ description: Timestamp when the error occurred (ISO 8601).
226
+ DomainWhoisHistoryLookupResponse:
227
+ type: object
228
+ description: Chronological collection of historical WHOIS snapshots for the requested domain.
229
+ required:
230
+ - status
231
+ - whois
232
+ - total_records
233
+ - whois_domains_historical
234
+ properties:
235
+ status:
236
+ type: boolean
237
+ description: true if the request was successfully processed.
238
+ whois:
239
+ type: string
240
+ enum:
241
+ - historical
242
+ description: Indicates that this response contains historical WHOIS data.
243
+ total_records:
244
+ type: string
245
+ description: Total number of historical records found for the queried domain.
246
+ whois_domains_historical:
247
+ type: array
248
+ description: Historical WHOIS snapshots for the domain, in chronological order.
249
+ items:
250
+ $ref: '#/components/schemas/DomainWhoisHistoryRecord'
251
+ DomainWhoisHistoryRecord:
252
+ type: object
253
+ description: A single historical WHOIS snapshot captured at a point in time. Early snapshots may omit fields the registry did not publish at that time.
254
+ required:
255
+ - num
256
+ - status
257
+ - domain_name
258
+ - query_time
259
+ - create_date
260
+ - update_date
261
+ - expiry_date
262
+ properties:
263
+ num:
264
+ type: integer
265
+ description: 1-based sequence number of this record within the historical timeline.
266
+ status:
267
+ type: boolean
268
+ enum:
269
+ - true
270
+ description: Always true for a returned historical record.
271
+ domain_name:
272
+ type: string
273
+ description: Domain name this snapshot was recorded for.
274
+ query_time:
275
+ type: string
276
+ description: Timestamp when this historical snapshot was captured.
277
+ whois_server:
278
+ type: string
279
+ description: WHOIS server that provided this snapshot's domain-level data, when recorded.
280
+ domain_registered:
281
+ type: string
282
+ enum:
283
+ - 'yes'
284
+ - 'no'
285
+ - restricted
286
+ description: Domain registration status at the time of this snapshot, when recorded.
287
+ create_date:
288
+ type: string
289
+ format: date
290
+ description: Date the domain was originally registered, as known at the time of this snapshot.
291
+ update_date:
292
+ type: string
293
+ format: date
294
+ description: Date the domain registration was last updated, as of this snapshot.
295
+ expiry_date:
296
+ type: string
297
+ format: date
298
+ description: Date the domain registration was set to expire, as of this snapshot.
299
+ domain_registrar:
300
+ $ref: '#/components/schemas/DomainRegistrar'
301
+ description: Registrar of record for the domain as of this snapshot.
302
+ reseller_contact:
303
+ $ref: '#/components/schemas/WhoisContactDetail'
304
+ description: Reseller contact details, when the domain was registered through a reseller, as published in this snapshot.
305
+ registrant_contact:
306
+ $ref: '#/components/schemas/WhoisContactDetail'
307
+ description: Domain registrant (owner) contact details as published in this snapshot.
308
+ administrative_contact:
309
+ $ref: '#/components/schemas/WhoisContactDetail'
310
+ description: Administrative contact details as published in this snapshot.
311
+ technical_contact:
312
+ $ref: '#/components/schemas/WhoisContactDetail'
313
+ description: Technical contact details as published in this snapshot.
314
+ billing_contact:
315
+ $ref: '#/components/schemas/WhoisContactDetail'
316
+ description: Billing contact details as published in this snapshot.
317
+ name_servers:
318
+ type: array
319
+ description: Name servers recorded for the domain as of this snapshot.
320
+ items:
321
+ type: string
322
+ domain_status:
323
+ type: array
324
+ description: EPP domain status codes recorded as of this snapshot.
325
+ items:
326
+ type: string
327
+ whois_raw_domain:
328
+ type: string
329
+ description: Raw WHOIS text for the domain as of this snapshot.
330
+ registry_data:
331
+ $ref: '#/components/schemas/DomainWhoisHistoryRegistryData'
332
+ DomainRegistrar:
333
+ type: object
334
+ description: Registrar of record at the time of the snapshot.
335
+ properties:
336
+ iana_id:
337
+ type: string
338
+ description: IANA registrar ID.
339
+ registrar_name:
340
+ type: string
341
+ description: Registered name of the registrar.
342
+ whois_server:
343
+ type: string
344
+ description: WHOIS server operated by the registrar.
345
+ website_url:
346
+ type: string
347
+ description: Registrar's website URL.
348
+ email_address:
349
+ type: string
350
+ description: Registrar abuse or contact email address.
351
+ phone_number:
352
+ type: string
353
+ description: Registrar contact phone number.
354
+ WhoisContactDetail:
355
+ type: object
356
+ description: A contact record (registrant, administrative, technical, billing, or reseller) as published in this snapshot.
357
+ properties:
358
+ name:
359
+ type: string
360
+ description: Contact's full name.
361
+ company:
362
+ type: string
363
+ description: Contact's organization or company name.
364
+ street:
365
+ type: string
366
+ description: Street address.
367
+ city:
368
+ type: string
369
+ description: City.
370
+ state:
371
+ type: string
372
+ description: State or province.
373
+ zip_code:
374
+ type: string
375
+ description: Postal/ZIP code.
376
+ country_name:
377
+ type: string
378
+ description: Full country name.
379
+ country_code:
380
+ type: string
381
+ description: ISO 3166-1 alpha-2 country code.
382
+ email_address:
383
+ type: string
384
+ description: Contact email address, or a privacy-service redirect instruction.
385
+ phone:
386
+ type: string
387
+ description: Contact phone number.
388
+ fax:
389
+ type: string
390
+ description: Contact fax number.
391
+ mailing_address:
392
+ type: string
393
+ description: Full combined mailing address, when published as a single string.
394
+ DomainWhoisHistoryRegistryData:
395
+ type: object
396
+ description: Registry-level (as opposed to registrar-level) WHOIS data for this snapshot, sourced directly from the TLD registry.
397
+ properties:
398
+ domain_name:
399
+ type: string
400
+ description: Domain name as recorded by the registry.
401
+ query_time:
402
+ type: string
403
+ format: date-time
404
+ description: Timestamp when the registry-level record was queried.
405
+ whois_server:
406
+ type: string
407
+ description: Registry WHOIS server that returned this data.
408
+ domain_registered:
409
+ type: string
410
+ enum:
411
+ - 'yes'
412
+ - 'no'
413
+ - restricted
414
+ description: Domain registration status as recorded by the registry.
415
+ create_date:
416
+ type: string
417
+ format: date
418
+ description: Domain creation date as recorded by the registry.
419
+ update_date:
420
+ type: string
421
+ format: date
422
+ description: Domain last-updated date as recorded by the registry.
423
+ expiry_date:
424
+ type: string
425
+ format: date
426
+ description: Domain expiry date as recorded by the registry.
427
+ name_servers:
428
+ type: array
429
+ description: Name servers as recorded by the registry.
430
+ items:
431
+ type: string
432
+ domain_status:
433
+ type: array
434
+ description: EPP domain status codes as recorded by the registry.
435
+ items:
436
+ type: string
437
+ whois_raw_registery:
438
+ type: string
439
+ description: Raw WHOIS text as returned directly by the registry server.
440
+ domain_registrar:
441
+ $ref: '#/components/schemas/DomainRegistrar'
442
+ description: Registrar of record as recorded directly by the registry.
443
+ security:
444
+ - ApiKeyAuthHeader: []
445
+ - ApiKeyAuthQuery: []