@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,566 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: Reverse WHOIS API - Search Domains by Owner Name, Email, Company, or Keyword
4
+ version: 1.0.0
5
+ description: Search all domain names registered under a particular owner, email, company name, or keyword using reverse WHOIS lookup. Returns matching domains with full registration details (default mode) or a condensed summary (mini mode). Supports exact-match filtering and paginated results (50 per page in default mode, 100 in mini mode). At least one search parameter (keyword, email, owner, or company) is required. A 404 is returned when no domains match the search criteria.
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: Reverse WHOIS API Server
13
+ paths:
14
+ /domain/whois/reverse:
15
+ get:
16
+ tags:
17
+ - WHOIS APIs
18
+ summary: Search domains by owner name, email, company, or keyword
19
+ description: Performs a reverse WHOIS search returning matching domains with registration details. Use mode=default for full WHOIS data or mode=mini for a condensed summary. When mode=default, each item in whois_domains_historical matches the ReverseWhoisDomainDefault schema (full registrar, contacts, name servers, status, and registry data). When mode=mini, each item matches the ReverseWhoisDomainMini schema (domain name, create/update/expiry dates, owner name, email, and company only).
20
+ operationId: reverseWhoisLookup
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: keyword
33
+ in: query
34
+ required: false
35
+ description: Keyword to search for in domain names (case-insensitive pattern matching).
36
+ schema:
37
+ type: string
38
+ - name: email
39
+ in: query
40
+ required: false
41
+ description: Email address to search for in registrant records (case-insensitive exact or regex match; * wildcard supported).
42
+ schema:
43
+ type: string
44
+ - name: owner
45
+ in: query
46
+ required: false
47
+ description: Registrant or owner name to search for (full-text phrase matching).
48
+ schema:
49
+ type: string
50
+ - name: company
51
+ in: query
52
+ required: false
53
+ description: Organization or company name to search for (full-text phrase matching).
54
+ schema:
55
+ type: string
56
+ - name: exact
57
+ in: query
58
+ required: false
59
+ description: Set to true to return only exact matches for keyword, owner, or company. Default is false.
60
+ schema:
61
+ type: boolean
62
+ default: false
63
+ - name: mode
64
+ in: query
65
+ required: false
66
+ description: Response detail level. 'default' returns full WHOIS data per domain; 'mini' returns only key fields.
67
+ schema:
68
+ type: string
69
+ enum:
70
+ - default
71
+ - mini
72
+ default: default
73
+ - name: page
74
+ in: query
75
+ required: false
76
+ description: Page number for paginated results.
77
+ schema:
78
+ type: integer
79
+ default: 1
80
+ responses:
81
+ '200':
82
+ description: Successful reverse WHOIS search response
83
+ content:
84
+ application/json:
85
+ schema:
86
+ $ref: '#/components/schemas/ReverseWhoisResponse'
87
+ examples:
88
+ defaultMode:
89
+ summary: Default mode (full WHOIS data)
90
+ value:
91
+ total_Result: 8
92
+ total_Pages: 1
93
+ current_Page: 1
94
+ whois_domains_historical:
95
+ - num: 1
96
+ status: true
97
+ domain_name: ipgeolocationdatabase.com
98
+ query_time: '2026-05-21 04:00:28'
99
+ create_date: '2010-04-14'
100
+ update_date: '2026-05-19'
101
+ expiry_date: '2027-04-14'
102
+ domain_registrar:
103
+ iana_id: '269'
104
+ registrar_name: Key-Systems GmbH
105
+ whois_server: whois.rrpproxy.net
106
+ website_url: http://www.key-systems.net
107
+ email_address: abuse@key-systems.net
108
+ phone_number: '+4968949396850'
109
+ registrant_contact:
110
+ id: Not Available From Registry
111
+ name: On behalf of ipgeolocationdatabase.com OWNER
112
+ company: c/o whoisproxy.com
113
+ city: Alexandria
114
+ state: VA
115
+ zip_code: '22314'
116
+ country_name: United States
117
+ country_code: US
118
+ email_address: 720ed14de67db24c4eb07295ecae369f9f1bfe8a4dd5cd0c51f0e4754ee24895@ipgeolocationdatabase.com.whoisproxy.org
119
+ phone: '+6448319528'
120
+ name_servers:
121
+ - dale.ns.cloudflare.com
122
+ - olga.ns.cloudflare.com
123
+ domain_status:
124
+ - clienttransferprohibited
125
+ whois_raw_domain: |-
126
+ Domain Name: ipgeolocationdatabase.com
127
+ Registry Domain ID: ...
128
+ Registrar WHOIS Server: whois.rrpproxy.net
129
+ ...
130
+ registry_data:
131
+ domain_name: ipgeolocationdatabase.com
132
+ domain_registrar:
133
+ registrar_name: Key-Systems GmbH
134
+ name_servers:
135
+ - dale.ns.cloudflare.com
136
+ - olga.ns.cloudflare.com
137
+ miniMode:
138
+ summary: Mini mode (condensed fields)
139
+ value:
140
+ total_Result: 8
141
+ total_Pages: 1
142
+ current_Page: 1
143
+ whois_domains_historical:
144
+ - num: 1
145
+ domain_name: ipgeolocationdatabase.com
146
+ create_date: '2010-04-14'
147
+ update_date: '2026-05-19'
148
+ expiry_date: '2027-04-14'
149
+ name: On behalf of ipgeolocationdatabase.com OWNER
150
+ email: 720ed14de67db24c4eb07295ecae369f9f1bfe8a4dd5cd0c51f0e4754ee24895@ipgeolocationdatabase.com.whoisproxy.org
151
+ company_name: c/o whoisproxy.com
152
+ '400':
153
+ description: Bad Request -- Missing or invalid search parameters
154
+ content:
155
+ application/json:
156
+ schema:
157
+ $ref: '#/components/schemas/ErrorResponse'
158
+ examples:
159
+ missingParam:
160
+ summary: Missing required search parameter
161
+ value:
162
+ timestamp: '2025-08-14T10:01:46.601Z'
163
+ status: 400
164
+ error: Invalid Param Exception
165
+ message: Please pass param value.
166
+ path: /v1.0/domain/whois/reverse
167
+ '404':
168
+ description: Not Found -- No domains match the search criteria
169
+ content:
170
+ application/json:
171
+ schema:
172
+ $ref: '#/components/schemas/ErrorResponse'
173
+ examples:
174
+ recordNotFound:
175
+ summary: No matching domains found
176
+ value:
177
+ timestamp: '2025-08-14T10:01:54.778Z'
178
+ status: 404
179
+ error: Record not found
180
+ message: Record not found.
181
+ path: /v1.0/domain/whois/reverse
182
+ components:
183
+ securitySchemes:
184
+ ApiKeyAuthHeader:
185
+ type: apiKey
186
+ in: header
187
+ name: X-apiKey
188
+ description: Pass your API key via the X-apiKey request header.
189
+ ApiKeyAuthQuery:
190
+ type: apiKey
191
+ in: query
192
+ name: apiKey
193
+ description: Pass your API key via the apiKey query parameter.
194
+ schemas:
195
+ ErrorResponse:
196
+ type: object
197
+ required:
198
+ - message
199
+ properties:
200
+ error:
201
+ type: string
202
+ description: Short error category or exception type.
203
+ message:
204
+ type: string
205
+ description: Human-readable error message describing the failure.
206
+ path:
207
+ type: string
208
+ description: API endpoint path that produced the error.
209
+ status:
210
+ type: integer
211
+ description: HTTP status code returned with the error.
212
+ timestamp:
213
+ type: string
214
+ format: date-time
215
+ description: Timestamp when the error occurred (ISO 8601).
216
+ ReverseWhoisResponse:
217
+ type: object
218
+ description: Paginated reverse WHOIS search result containing total matches, page info, and an array of matching domain records.
219
+ required:
220
+ - total_Result
221
+ - total_Pages
222
+ - current_Page
223
+ - whois_domains_historical
224
+ properties:
225
+ total_Result:
226
+ type: integer
227
+ description: Total number of domain records matching the search criteria.
228
+ total_Pages:
229
+ type: integer
230
+ description: Total number of pages available (50 records per page in default mode, 100 in mini mode).
231
+ current_Page:
232
+ type: integer
233
+ description: Current page number in the paginated result.
234
+ whois_domains_historical:
235
+ type: array
236
+ description: Array of matching domain records. In default mode each entry contains full WHOIS data; in mini mode each entry contains only key fields.
237
+ items:
238
+ oneOf:
239
+ - $ref: '#/components/schemas/ReverseWhoisDomainDefault'
240
+ - $ref: '#/components/schemas/ReverseWhoisDomainMini'
241
+ ReverseWhoisDomainDefault:
242
+ type: object
243
+ description: Full WHOIS record for a matching domain in default mode, including registrar, contacts, name servers, status, and registry data.
244
+ required:
245
+ - num
246
+ - status
247
+ - domain_name
248
+ properties:
249
+ num:
250
+ type: integer
251
+ description: Sequential result number.
252
+ status:
253
+ type: boolean
254
+ description: Indicates whether the WHOIS request was successfully processed.
255
+ domain_name:
256
+ type: string
257
+ description: The matched domain name.
258
+ query_time:
259
+ type:
260
+ - string
261
+ - 'null'
262
+ description: Timestamp of the WHOIS query (YYYY-MM-DD HH:mm:ss).
263
+ whois_server:
264
+ type:
265
+ - string
266
+ - 'null'
267
+ description: WHOIS server that provided the domain information.
268
+ domain_registered:
269
+ type:
270
+ - string
271
+ - 'null'
272
+ enum:
273
+ - 'yes'
274
+ - 'no'
275
+ - restricted
276
+ description: 'Registration status: ''yes'' if registered, ''no'' if available, ''restricted'' if locked by the registry.'
277
+ create_date:
278
+ type:
279
+ - string
280
+ - 'null'
281
+ format: date
282
+ description: Date when the domain was initially registered (YYYY-MM-DD).
283
+ update_date:
284
+ type:
285
+ - string
286
+ - 'null'
287
+ format: date
288
+ description: Date of the most recent update to the domain registration (YYYY-MM-DD).
289
+ expiry_date:
290
+ type:
291
+ - string
292
+ - 'null'
293
+ format: date
294
+ description: Date when the domain registration expires if not renewed (YYYY-MM-DD).
295
+ domain_registrar:
296
+ $ref: '#/components/schemas/DomainRegistrar'
297
+ reseller_contact:
298
+ $ref: '#/components/schemas/WhoisContact'
299
+ registrant_contact:
300
+ $ref: '#/components/schemas/WhoisContact'
301
+ administrative_contact:
302
+ $ref: '#/components/schemas/WhoisContact'
303
+ technical_contact:
304
+ $ref: '#/components/schemas/WhoisContact'
305
+ billing_contact:
306
+ $ref: '#/components/schemas/WhoisContact'
307
+ name_servers:
308
+ type:
309
+ - array
310
+ - 'null'
311
+ description: List of authoritative name servers for the domain.
312
+ items:
313
+ type: string
314
+ domain_status:
315
+ type:
316
+ - array
317
+ - 'null'
318
+ description: List of domain status codes (EPP status codes).
319
+ items:
320
+ type: string
321
+ whois_raw_domain:
322
+ type:
323
+ - string
324
+ - 'null'
325
+ description: Raw WHOIS output returned by the registrar's WHOIS server.
326
+ registry_data:
327
+ $ref: '#/components/schemas/RegistryData'
328
+ ReverseWhoisDomainMini:
329
+ type: object
330
+ description: Condensed WHOIS record for a matching domain in mini mode, containing only key registration fields.
331
+ required:
332
+ - num
333
+ - domain_name
334
+ properties:
335
+ num:
336
+ type: integer
337
+ description: Sequential result number.
338
+ domain_name:
339
+ type: string
340
+ description: The matched domain name.
341
+ create_date:
342
+ type:
343
+ - string
344
+ - 'null'
345
+ format: date
346
+ description: Date when the domain was initially registered (YYYY-MM-DD).
347
+ update_date:
348
+ type:
349
+ - string
350
+ - 'null'
351
+ format: date
352
+ description: Date of the most recent update to the domain registration (YYYY-MM-DD).
353
+ expiry_date:
354
+ type:
355
+ - string
356
+ - 'null'
357
+ format: date
358
+ description: Date when the domain registration expires if not renewed (YYYY-MM-DD).
359
+ name:
360
+ type:
361
+ - string
362
+ - 'null'
363
+ description: Registrant or owner name.
364
+ email:
365
+ type:
366
+ - string
367
+ - 'null'
368
+ description: Registrant email address.
369
+ company_name:
370
+ type:
371
+ - string
372
+ - 'null'
373
+ description: Registrant company or organization name.
374
+ DomainRegistrar:
375
+ type: object
376
+ description: Registrar information for the domain, including IANA ID, name, WHOIS/RDAP servers, website, and contact details.
377
+ required: []
378
+ properties:
379
+ iana_id:
380
+ type:
381
+ - string
382
+ - 'null'
383
+ description: IANA (Internet Assigned Numbers Authority) ID of the registrar.
384
+ status:
385
+ type:
386
+ - string
387
+ - 'null'
388
+ description: Accreditation status of the registrar (e.g., 'accredited').
389
+ registrar_name:
390
+ type:
391
+ - string
392
+ - 'null'
393
+ description: Name of the registrar managing the domain.
394
+ normalized_name:
395
+ type:
396
+ - string
397
+ - 'null'
398
+ description: Normalized (lowercase, stripped) registrar name.
399
+ whois_server:
400
+ type:
401
+ - string
402
+ - 'null'
403
+ description: WHOIS server of the registrar.
404
+ rdap_server:
405
+ type:
406
+ - string
407
+ - 'null'
408
+ format: uri
409
+ description: RDAP (Registration Data Access Protocol) server URL of the registrar.
410
+ website_url:
411
+ type:
412
+ - string
413
+ - 'null'
414
+ format: uri
415
+ description: Website URL of the registrar.
416
+ email_address:
417
+ type:
418
+ - string
419
+ - 'null'
420
+ description: Contact or abuse email address of the registrar.
421
+ phone_number:
422
+ type:
423
+ - string
424
+ - 'null'
425
+ description: Contact phone number of the registrar.
426
+ WhoisContact:
427
+ type: object
428
+ description: Contact information for a domain stakeholder (registrant, administrative, technical, billing, or reseller). All fields are optional and depend on the contact type and privacy settings.
429
+ required: []
430
+ properties:
431
+ id:
432
+ type:
433
+ - string
434
+ - 'null'
435
+ description: Contact identifier.
436
+ name:
437
+ type:
438
+ - string
439
+ - 'null'
440
+ description: Name of the contact person.
441
+ company:
442
+ type:
443
+ - string
444
+ - 'null'
445
+ description: Company or organization name.
446
+ street:
447
+ type:
448
+ - string
449
+ - 'null'
450
+ description: Street address.
451
+ city:
452
+ type:
453
+ - string
454
+ - 'null'
455
+ description: City.
456
+ state:
457
+ type:
458
+ - string
459
+ - 'null'
460
+ description: State or province.
461
+ zip_code:
462
+ type:
463
+ - string
464
+ - 'null'
465
+ description: ZIP or postal code.
466
+ country_name:
467
+ type:
468
+ - string
469
+ - 'null'
470
+ description: Country name.
471
+ country_code:
472
+ type:
473
+ - string
474
+ - 'null'
475
+ description: ISO 3166-1 alpha-2 country code.
476
+ email_address:
477
+ type:
478
+ - string
479
+ - 'null'
480
+ description: Email address of the contact.
481
+ phone:
482
+ type:
483
+ - string
484
+ - 'null'
485
+ description: Phone number of the contact.
486
+ fax:
487
+ type:
488
+ - string
489
+ - 'null'
490
+ description: Fax number of the contact.
491
+ mailing_address:
492
+ type:
493
+ - string
494
+ - 'null'
495
+ description: Full mailing address as a single string.
496
+ RegistryData:
497
+ type: object
498
+ description: Normalized registry-level WHOIS data. Contains the same structure as the top-level response but reflects data from the registry's own WHOIS server rather than the registrar's.
499
+ required: []
500
+ properties:
501
+ domain_name:
502
+ type:
503
+ - string
504
+ - 'null'
505
+ description: Domain name as recorded by the registry.
506
+ query_time:
507
+ type:
508
+ - string
509
+ - 'null'
510
+ description: Timestamp of the registry WHOIS query (YYYY-MM-DD HH:mm:ss).
511
+ whois_server:
512
+ type:
513
+ - string
514
+ - 'null'
515
+ description: Registry WHOIS server that provided this data.
516
+ domain_registered:
517
+ type:
518
+ - string
519
+ - 'null'
520
+ enum:
521
+ - 'yes'
522
+ - 'no'
523
+ - restricted
524
+ description: Registration status from the registry.
525
+ create_date:
526
+ type:
527
+ - string
528
+ - 'null'
529
+ format: date
530
+ description: Domain creation date as recorded by the registry (YYYY-MM-DD).
531
+ update_date:
532
+ type:
533
+ - string
534
+ - 'null'
535
+ format: date
536
+ description: Last update date as recorded by the registry (YYYY-MM-DD).
537
+ expiry_date:
538
+ type:
539
+ - string
540
+ - 'null'
541
+ format: date
542
+ description: Domain expiry date as recorded by the registry (YYYY-MM-DD).
543
+ domain_registrar:
544
+ $ref: '#/components/schemas/DomainRegistrar'
545
+ name_servers:
546
+ type:
547
+ - array
548
+ - 'null'
549
+ description: List of name servers as recorded by the registry.
550
+ items:
551
+ type: string
552
+ domain_status:
553
+ type:
554
+ - array
555
+ - 'null'
556
+ description: List of domain status codes from the registry.
557
+ items:
558
+ type: string
559
+ whois_raw_registery:
560
+ type:
561
+ - string
562
+ - 'null'
563
+ description: Raw WHOIS output from the registry server.
564
+ security:
565
+ - ApiKeyAuthHeader: []
566
+ - ApiKeyAuthQuery: []