@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,484 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: Bulk DNS Lookup API - DNS Records for Up to 100 Hostnames in One Request
4
+ version: 1.0.0
5
+ description: Perform DNS lookups for up to 100 hostnames in a single POST request and retrieve A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME records for each domain. The response is a bulk_dns_info array where each entry contains a status flag, query timestamp, domain name, registration status, and the full set of matching DNS records, plus a dnsTypes map listing which record types were found. IP addresses can be included alongside domain names to retrieve PTR records for reverse DNS lookups. Use the format parameter to choose between JSON and XML output.
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: Bulk DNS Lookup API Server
13
+ paths:
14
+ /domain/dns/live:
15
+ post:
16
+ tags:
17
+ - DNS APIs
18
+ summary: Retrieve A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME DNS records of multiple hostnames in a single request
19
+ description: Perform DNS lookups for multiple hostnames in a single request. Supports up to 100 hostnames per request and returns DNS records including A, AAAA, MX, NS, SOA, SPF, TXT, and CNAME records.
20
+ operationId: bulkDnsLookup
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: type
33
+ in: query
34
+ required: true
35
+ description: A comma-separated list of DNS record types for lookup.
36
+ schema:
37
+ type: string
38
+ enum:
39
+ - A
40
+ - AAAA
41
+ - MX
42
+ - NS
43
+ - SOA
44
+ - SPF
45
+ - TXT
46
+ - CNAME
47
+ - all
48
+ requestBody:
49
+ required: true
50
+ content:
51
+ application/json:
52
+ schema:
53
+ $ref: '#/components/schemas/BulkDNSLookupRequest'
54
+ examples:
55
+ typicalRequest:
56
+ summary: Bulk lookup for two domains and one IP
57
+ value:
58
+ domainNames:
59
+ - google.com
60
+ - example.com
61
+ ipAddresses:
62
+ - 8.8.8.8
63
+ responses:
64
+ '200':
65
+ description: Successful DNS lookup response. Each entry in the bulk_dns_info array corresponds to one queried domain or IP address, in request order.
66
+ content:
67
+ application/json:
68
+ schema:
69
+ $ref: '#/components/schemas/BulkDNSLookupResponse'
70
+ examples:
71
+ default:
72
+ summary: Bulk DNS lookup with domain and IP entries
73
+ value:
74
+ bulk_dns_info:
75
+ - status: true
76
+ queryTime: '2026-06-17 09:43:40'
77
+ ipAddress: 8.8.8.8
78
+ dnsTypes:
79
+ PTR: 12
80
+ dnsRecords:
81
+ - name: 8.8.8.8.in-addr.arpa
82
+ type: 12
83
+ dnsType: PTR
84
+ ttl: 3933
85
+ rawText: "8.8.8.8.in-addr.arpa.\t3933\tIN\tPTR\tdns.google."
86
+ rRsetType: 12
87
+ singleName: dns.google.
88
+ - status: true
89
+ queryTime: '2026-06-17 09:43:40'
90
+ domainName: google.com
91
+ domainRegistered: true
92
+ dnsTypes:
93
+ A: 1
94
+ NS: 2
95
+ SOA: 6
96
+ MX: 15
97
+ TXT: 16
98
+ AAAA: 28
99
+ SPF: 99
100
+ dnsRecords:
101
+ - name: google.com
102
+ type: 1
103
+ dnsType: A
104
+ ttl: 266
105
+ rawText: "google.com.\t\t266\tIN\tA\t142.250.27.113"
106
+ rRsetType: 1
107
+ address: 142.250.27.113
108
+ - name: google.com
109
+ type: 1
110
+ dnsType: A
111
+ ttl: 266
112
+ rawText: "google.com.\t\t266\tIN\tA\t142.250.27.100"
113
+ rRsetType: 1
114
+ address: 142.250.27.100
115
+ - name: google.com
116
+ type: 1
117
+ dnsType: A
118
+ ttl: 266
119
+ rawText: "google.com.\t\t266\tIN\tA\t142.250.27.101"
120
+ rRsetType: 1
121
+ address: 142.250.27.101
122
+ - name: google.com
123
+ type: 2
124
+ dnsType: NS
125
+ ttl: 21600
126
+ rawText: "google.com.\t\t21600\tIN\tNS\tns3.google.com."
127
+ rRsetType: 2
128
+ singleName: ns3.google.com.
129
+ - name: google.com
130
+ type: 2
131
+ dnsType: NS
132
+ ttl: 21600
133
+ rawText: "google.com.\t\t21600\tIN\tNS\tns4.google.com."
134
+ rRsetType: 2
135
+ singleName: ns4.google.com.
136
+ - name: google.com
137
+ type: 2
138
+ dnsType: NS
139
+ ttl: 21600
140
+ rawText: "google.com.\t\t21600\tIN\tNS\tns2.google.com."
141
+ rRsetType: 2
142
+ singleName: ns2.google.com.
143
+ - name: google.com
144
+ type: 2
145
+ dnsType: NS
146
+ ttl: 21600
147
+ rawText: "google.com.\t\t21600\tIN\tNS\tns1.google.com."
148
+ rRsetType: 2
149
+ singleName: ns1.google.com.
150
+ - name: google.com
151
+ type: 6
152
+ dnsType: SOA
153
+ ttl: 20
154
+ rawText: "google.com.\t\t20\tIN\tSOA\tns1.google.com. dns-admin.google.com. 932992649 900 900 1800 60"
155
+ rRsetType: 6
156
+ admin: dns-admin.google.com.
157
+ host: ns1.google.com.
158
+ expire: 1800
159
+ minimum: 60
160
+ refresh: 900
161
+ retry: 900
162
+ serial: 932992649
163
+ - name: google.com
164
+ type: 15
165
+ dnsType: MX
166
+ ttl: 198
167
+ rawText: "google.com.\t\t198\tIN\tMX\t10 smtp.google.com."
168
+ rRsetType: 15
169
+ target: smtp.google.com.
170
+ priority: 10
171
+ - name: google.com
172
+ type: 16
173
+ dnsType: TXT
174
+ ttl: 300
175
+ rawText: "google.com.\t\t300\tIN\tTXT\t\"google-site-verification=TV9-DBe4R80X4v0M4U_bd_J9cpOJM0nikft0jAgjmsQ\""
176
+ rRsetType: 16
177
+ strings:
178
+ - google-site-verification=TV9-DBe4R80X4v0M4U_bd_J9cpOJM0nikft0jAgjmsQ
179
+ - name: google.com
180
+ type: 28
181
+ dnsType: AAAA
182
+ ttl: 106
183
+ rawText: "google.com.\t\t106\tIN\tAAAA\t2a00:1450:4025:401:0:0:0:8b"
184
+ rRsetType: 28
185
+ address: 2a00:1450:4025:401:0:0:0:8b
186
+ - name: google.com
187
+ type: 99
188
+ dnsType: SPF
189
+ ttl: 300
190
+ rawText: "google.com.\t\t300\tIN\tSPF\t\"v=spf1 include:_spf.google.com ~all\""
191
+ rRsetType: 99
192
+ strings:
193
+ - v=spf1 include:_spf.google.com ~all
194
+ - status: true
195
+ queryTime: '2026-06-17 09:43:40'
196
+ domainName: example.com
197
+ domainRegistered: true
198
+ dnsTypes:
199
+ A: 1
200
+ NS: 2
201
+ SOA: 6
202
+ MX: 15
203
+ TXT: 16
204
+ AAAA: 28
205
+ SPF: 99
206
+ dnsRecords:
207
+ - name: example.com
208
+ type: 1
209
+ dnsType: A
210
+ ttl: 300
211
+ rawText: "example.com.\t\t300\tIN\tA\t104.20.23.154"
212
+ rRsetType: 1
213
+ address: 104.20.23.154
214
+ - name: example.com
215
+ type: 2
216
+ dnsType: NS
217
+ ttl: 21600
218
+ rawText: "example.com.\t\t21600\tIN\tNS\telliott.ns.cloudflare.com."
219
+ rRsetType: 2
220
+ singleName: elliott.ns.cloudflare.com.
221
+ - name: example.com
222
+ type: 6
223
+ dnsType: SOA
224
+ ttl: 1800
225
+ rawText: "example.com.\t\t1800\tIN\tSOA\telliott.ns.cloudflare.com. dns.cloudflare.com. 2405749864 10000 2400 604800 1800"
226
+ rRsetType: 6
227
+ admin: dns.cloudflare.com.
228
+ host: elliott.ns.cloudflare.com.
229
+ expire: 604800
230
+ minimum: 1800
231
+ refresh: 10000
232
+ retry: 2400
233
+ serial: 2405749864
234
+ - name: example.com
235
+ type: 15
236
+ dnsType: MX
237
+ ttl: 86
238
+ rawText: "example.com.\t\t86\tIN\tMX\t0 ."
239
+ rRsetType: 15
240
+ target: .
241
+ priority: 0
242
+ - name: example.com
243
+ type: 16
244
+ dnsType: TXT
245
+ ttl: 300
246
+ rawText: "example.com.\t\t300\tIN\tTXT\t\"_k2n1y4vw3qtb4skdx9e7dxt97qrmmq9\""
247
+ rRsetType: 16
248
+ strings:
249
+ - _k2n1y4vw3qtb4skdx9e7dxt97qrmmq9
250
+ - name: example.com
251
+ type: 28
252
+ dnsType: AAAA
253
+ ttl: 300
254
+ rawText: "example.com.\t\t300\tIN\tAAAA\t2606:4700:10:0:0:0:ac42:93f3"
255
+ rRsetType: 28
256
+ address: 2606:4700:10:0:0:0:ac42:93f3
257
+ - name: example.com
258
+ type: 99
259
+ dnsType: SPF
260
+ ttl: 300
261
+ rawText: "example.com.\t\t300\tIN\tSPF\t\"v=spf1 -all\""
262
+ rRsetType: 99
263
+ strings:
264
+ - v=spf1 -all
265
+ '400':
266
+ description: Bad Request — Missing type parameter or malformed request body
267
+ content:
268
+ application/json:
269
+ schema:
270
+ $ref: '#/components/schemas/ErrorResponse'
271
+ examples:
272
+ missingTypeParam:
273
+ summary: Missing type query parameter
274
+ value:
275
+ timestamp: '2026-07-23T09:52:48.563Z'
276
+ path: /v1.0/domain/dns/live
277
+ status: 400
278
+ error: Invalid Param Exception
279
+ message: please pass correct parameters
280
+ malformedBody:
281
+ summary: Missing or malformed request body
282
+ value:
283
+ error: Invalid request body Exception
284
+ message: Please provide data in required format in request body
285
+ path: /v1.0/domain/dns/live
286
+ status: 400
287
+ timestamp: '2026-07-23T09:52:49.074Z'
288
+ '413':
289
+ description: Payload Too Large — Request exceeds the 100-hostname batch limit
290
+ content:
291
+ application/json:
292
+ schema:
293
+ $ref: '#/components/schemas/ErrorResponse'
294
+ examples:
295
+ payloadTooLarge:
296
+ summary: More than 100 domain names submitted
297
+ value:
298
+ error: Payload too large Exception
299
+ message: Maximum request body size limit exceeded
300
+ path: /v1.0/domain/dns/live
301
+ status: 413
302
+ timestamp: '2026-07-23T09:52:49.621Z'
303
+ components:
304
+ securitySchemes:
305
+ ApiKeyAuthHeader:
306
+ type: apiKey
307
+ in: header
308
+ name: X-apiKey
309
+ description: Pass your API key via the X-apiKey request header.
310
+ ApiKeyAuthQuery:
311
+ type: apiKey
312
+ in: query
313
+ name: apiKey
314
+ description: Pass your API key via the apiKey query parameter.
315
+ schemas:
316
+ BulkDNSLookupRequest:
317
+ type: object
318
+ description: Request body for bulk DNS lookup containing a list of hostnames and optional IP addresses.
319
+ required:
320
+ - domainNames
321
+ properties:
322
+ domainNames:
323
+ type: array
324
+ description: List of hostnames to lookup DNS records for (max 100).
325
+ maxItems: 100
326
+ items:
327
+ type: string
328
+ ipAddresses:
329
+ type: array
330
+ description: Array of IP addresses to include in the lookup for PTR record enrichment.
331
+ items:
332
+ type: string
333
+ BulkDNSLookupResponse:
334
+ type: object
335
+ description: Response containing an array of per-domain DNS lookup results.
336
+ required:
337
+ - bulk_dns_info
338
+ properties:
339
+ bulk_dns_info:
340
+ type: array
341
+ description: Array of DNS lookup results, one per queried domain or IP address.
342
+ items:
343
+ $ref: '#/components/schemas/BulkDnsLookupItem'
344
+ BulkDnsLookupItem:
345
+ type: object
346
+ description: Per-domain DNS lookup result within a bulk response, containing status, timestamps, and DNS records.
347
+ properties:
348
+ status:
349
+ type: boolean
350
+ description: Indicates whether the query for this domain was processed successfully.
351
+ queryTime:
352
+ type: string
353
+ description: Time at which the query was made (YYYY-MM-DD HH:mm:ss).
354
+ domainName:
355
+ type:
356
+ - string
357
+ - 'null'
358
+ description: Queried domain name (present for domain lookups, null for IP lookups).
359
+ domainRegistered:
360
+ type:
361
+ - boolean
362
+ - 'null'
363
+ description: Indicates whether the domain is registered (present for domain lookups).
364
+ ipAddress:
365
+ type:
366
+ - string
367
+ - 'null'
368
+ description: IP address queried (present for IP/PTR lookups).
369
+ dnsTypes:
370
+ $ref: '#/components/schemas/DnsTypes'
371
+ dnsRecords:
372
+ type: array
373
+ description: List of DNS records for this entry. Field presence varies by dnsType — see DnsRecord for which fields apply to which type.
374
+ items:
375
+ $ref: '#/components/schemas/DnsRecord'
376
+ DnsTypes:
377
+ type: object
378
+ description: 'Map of each DNS record type present in dnsRecords to its IANA DNS resource record type code (e.g. A: 1, AAAA: 28, MX: 15, NS: 2, SOA: 6, TXT: 16, SPF: 99, PTR: 12). Indicates which record types were found for this entry, not how many of each — count entries in dnsRecords for that.'
379
+ additionalProperties:
380
+ title: DnsTypeCode
381
+ type: integer
382
+ description: 'IANA DNS resource record type code for this DNS record type (A: 1, AAAA: 28, CNAME: 5, MX: 15, NS: 2, SOA: 6, TXT: 16, SPF: 99, PTR: 12).'
383
+ DnsRecord:
384
+ type: object
385
+ description: A single DNS resource record. name, type, dnsType, ttl, rawText, and rRsetType are always present; every other field is populated only for the dnsType(s) noted in its description.
386
+ required:
387
+ - name
388
+ - type
389
+ - dnsType
390
+ - ttl
391
+ - rawText
392
+ - rRsetType
393
+ properties:
394
+ name:
395
+ type: string
396
+ description: Name of the queried domain, or the reverse DNS name (e.g. '8.8.8.8.in-addr.arpa') for PTR records.
397
+ type:
398
+ type: integer
399
+ description: DNS type code (1=A, 28=AAAA, 5=CNAME, 15=MX, 2=NS, 6=SOA, 16=TXT, 99=SPF, 12=PTR).
400
+ dnsType:
401
+ type: string
402
+ enum:
403
+ - A
404
+ - AAAA
405
+ - CNAME
406
+ - MX
407
+ - NS
408
+ - SOA
409
+ - TXT
410
+ - SPF
411
+ - PTR
412
+ description: DNS record type as a string.
413
+ ttl:
414
+ type: integer
415
+ description: Time to live in seconds.
416
+ rawText:
417
+ type: string
418
+ description: Raw (un-parsed) DNS record text.
419
+ rRsetType:
420
+ type: integer
421
+ description: Resource record set type code.
422
+ address:
423
+ type: string
424
+ description: IPv4 or IPv6 address. Present only when dnsType is A or AAAA.
425
+ target:
426
+ type: string
427
+ description: Target hostname. Present only when dnsType is CNAME or MX.
428
+ priority:
429
+ type: integer
430
+ description: Mail server priority. Present only when dnsType is MX.
431
+ singleName:
432
+ type: string
433
+ description: Authoritative name server (NS) or reverse-resolved hostname (PTR). Present only when dnsType is NS or PTR.
434
+ admin:
435
+ type: string
436
+ description: Administrative contact email. Present only when dnsType is SOA.
437
+ host:
438
+ type: string
439
+ description: Primary name server. Present only when dnsType is SOA.
440
+ expire:
441
+ type: integer
442
+ description: Expiry time in seconds. Present only when dnsType is SOA.
443
+ minimum:
444
+ type: integer
445
+ description: Minimum TTL in seconds. Present only when dnsType is SOA.
446
+ refresh:
447
+ type: integer
448
+ description: Refresh interval in seconds. Present only when dnsType is SOA.
449
+ retry:
450
+ type: integer
451
+ description: Retry interval in seconds. Present only when dnsType is SOA.
452
+ serial:
453
+ type: integer
454
+ description: Serial number. Present only when dnsType is SOA.
455
+ strings:
456
+ type: array
457
+ description: Verification or policy strings. Present only when dnsType is TXT or SPF.
458
+ items:
459
+ type: string
460
+ ErrorResponse:
461
+ type: object
462
+ description: Standard error response returned when a request fails.
463
+ required:
464
+ - message
465
+ properties:
466
+ timestamp:
467
+ type: string
468
+ format: date-time
469
+ description: Timestamp of the error.
470
+ path:
471
+ type: string
472
+ description: Request path.
473
+ status:
474
+ type: integer
475
+ description: HTTP status code.
476
+ error:
477
+ type: string
478
+ description: Error type.
479
+ message:
480
+ type: string
481
+ description: Error message.
482
+ security:
483
+ - ApiKeyAuthHeader: []
484
+ - ApiKeyAuthQuery: []