@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,1110 @@
1
+ {
2
+ "openapi": "3.1.1",
3
+ "info": {
4
+ "title": "IP WHOIS Lookup API - Organization, CIDR & Abuse Contact Data",
5
+ "version": "1.0.0",
6
+ "description": "Retrieve WHOIS registration and ownership data for any IPv4 or IPv6 address from the appropriate Regional Internet Registry (ARIN, RIPE NCC, APNIC, LACNIC, or AFRINIC). Returns the IP range (inet_num) with CIDR blocks, net name, allocation status, and parent blocks; the registering organization with full address and contact handles; technical and abuse contacts with email and phone; BGP route objects; and the raw WHOIS response. The irt (IRT) object is included when available, containing the internet response team's address, abuse mailbox, and linked contacts.",
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/v1.0",
16
+ "description": "IP WHOIS Lookup API Server"
17
+ }
18
+ ],
19
+ "paths": {
20
+ "/ip/whois/live": {
21
+ "get": {
22
+ "tags": ["WHOIS APIs"],
23
+ "summary": "Retrieve WHOIS registration and ownership data for an IP address",
24
+ "description": "Returns WHOIS details for an IPv4 or IPv6 address including IP range, organization, contacts, routes, and raw WHOIS output.",
25
+ "operationId": "lookupIpWhois",
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
+ "name": "ip",
40
+ "in": "query",
41
+ "required": true,
42
+ "description": "IPv4 or IPv6 address to look up.",
43
+ "schema": {
44
+ "type": "string"
45
+ }
46
+ }
47
+ ],
48
+ "responses": {
49
+ "200": {
50
+ "description": "Successful WHOIS lookup response",
51
+ "content": {
52
+ "application/json": {
53
+ "schema": {
54
+ "$ref": "#/components/schemas/IpWhoisResponse"
55
+ },
56
+ "examples": {
57
+ "typicalSuccess": {
58
+ "summary": "Typical successful response",
59
+ "value": {
60
+ "status": true,
61
+ "ip_address": "8.8.8.8",
62
+ "query_time": "2026-07-23 08:23:30",
63
+ "whois_server": "whois.arin.net",
64
+ "inet_nums": [
65
+ {
66
+ "start_ip": "8.8.8.0",
67
+ "end_ip": "8.8.8.255",
68
+ "cidr": ["8.8.8.0/24"],
69
+ "net_name": "GOGL",
70
+ "net_handle": "NET-8-8-8-0-2",
71
+ "status": "Direct Allocation",
72
+ "organization": "Google LLC (GOGL)",
73
+ "date_created": "2023-12-28",
74
+ "date_updated": "2023-12-28",
75
+ "source": "https://rdap.arin.net/registry/ip/8.8.8.0",
76
+ "parents": ["NET8 (NET-8-0-0-0-0)"]
77
+ }
78
+ ],
79
+ "organization": {
80
+ "handle": "GOGL",
81
+ "name": "Google LLC",
82
+ "address": [
83
+ "1600 Amphitheatre Parkway",
84
+ "Mountain View",
85
+ "CA",
86
+ "94043",
87
+ "US"
88
+ ],
89
+ "street": "Amphitheatre Parkway",
90
+ "city": "Mountain View",
91
+ "state": "CA",
92
+ "zip_code": "94043",
93
+ "country": ["US"],
94
+ "date_created": "2000-03-30",
95
+ "date_updated": "2019-10-31",
96
+ "source": "https://rdap.arin.net/registry/entity/GOGL"
97
+ },
98
+ "technical_contacts": [
99
+ {
100
+ "handle": "ZG39-ARIN",
101
+ "name": "Google LLC",
102
+ "email": ["arin-contact@google.com"],
103
+ "phone": ["+1-650-253-0000"],
104
+ "source": "https://rdap.arin.net/registry/entity/ZG39-ARIN"
105
+ }
106
+ ],
107
+ "abuse_contacts": [
108
+ {
109
+ "handle": "ABUSE5250-ARIN",
110
+ "name": "Abuse",
111
+ "email": ["network-abuse@google.com"],
112
+ "phone": ["+1-650-253-0000"],
113
+ "source": "https://rdap.arin.net/registry/entity/ABUSE5250-ARIN"
114
+ }
115
+ ],
116
+ "routes": [
117
+ {
118
+ "source": "https://rdap.arin.net/registry/ip/8.8.8.0"
119
+ }
120
+ ],
121
+ "whois_raw_response": "\n#\n# ARIN WHOIS data and services are subject to the Terms of Use\n# available at: https://www.arin.net/resources/registry/whois/tou/\n#\n# If you see inaccuracies in the results, please report at\n# https://www.arin.net/resources/registry/whois/inaccuracy_reporting/\n#\n# Copyright 1997-2026, American Registry for Internet Numbers, Ltd.\n#\n\n\nNetRange: 8.8.8.0 - 8.8.8.255\nCIDR: 8.8.8.0/24\nNetName: GOGL\nNetHandle: NET-8-8-8-0-2\nParent: NET8 (NET-8-0-0-0-0)\nNetType: Direct Allocation\nOriginAS: \nOrganization: Google LLC (GOGL)\nRegDate: 2023-12-28\nUpdated: 2023-12-28\nRef: https://rdap.arin.net/registry/ip/8.8.8.0\n\n\n\nOrgName: Google LLC\nOrgId: GOGL\nAddress: 1600 Amphitheatre Parkway\nCity: Mountain View\nStateProv: CA\nPostalCode: 94043\nCountry: US\nRegDate: 2000-03-30\nUpdated: 2019-10-31\nComment: Please note that the recommended way to file abuse complaints are located in the following links. \nComment: \nComment: To report abuse and illegal activity: https://www.google.com/contact/\nComment: \nComment: For legal requests: http://support.google.com/legal \nComment: \nComment: Regards, \nComment: The Google Team\nRef: https://rdap.arin.net/registry/entity/GOGL\n\n\nOrgAbuseHandle: ABUSE5250-ARIN\nOrgAbuseName: Abuse\nOrgAbusePhone: +1-650-253-0000 \nOrgAbuseEmail: network-abuse@google.com\nOrgAbuseRef: https://rdap.arin.net/registry/entity/ABUSE5250-ARIN\n\nOrgTechHandle: ZG39-ARIN\nOrgTechName: Google LLC\nOrgTechPhone: +1-650-253-0000 \nOrgTechEmail: arin-contact@google.com\nOrgTechRef: https://rdap.arin.net/registry/entity/ZG39-ARIN\n\n\n#\n# ARIN WHOIS data and services are subject to the Terms of Use\n# available at: https://www.arin.net/resources/registry/whois/tou/\n#\n# If you see inaccuracies in the results, please report at\n# https://www.arin.net/resources/registry/whois/inaccuracy_reporting/\n#\n# Copyright 1997-2026, American Registry for Internet Numbers, Ltd.\n#\n"
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
127
+ },
128
+ "206": {
129
+ "description": "Partial Content -- The WHOIS server returned an incomplete response. Some fields may be missing or truncated.",
130
+ "content": {
131
+ "application/json": {
132
+ "schema": {
133
+ "$ref": "#/components/schemas/ErrorResponse"
134
+ },
135
+ "examples": {
136
+ "partialResponse": {
137
+ "summary": "Partial WHOIS response",
138
+ "value": {
139
+ "timestamp": "2025-08-14T09:25:32.271Z",
140
+ "status": 206,
141
+ "error": "Partial Response",
142
+ "message": "Partial response due to an error occurred while processing the request.",
143
+ "path": "/v1.0/ip/whois/live"
144
+ }
145
+ }
146
+ }
147
+ }
148
+ }
149
+ },
150
+ "400": {
151
+ "description": "Bad Request -- Missing or invalid ip parameter",
152
+ "content": {
153
+ "application/json": {
154
+ "schema": {
155
+ "$ref": "#/components/schemas/ErrorResponse"
156
+ },
157
+ "examples": {
158
+ "missingIp": {
159
+ "summary": "Missing ip parameter",
160
+ "value": {
161
+ "error": "Invalid Param Exception",
162
+ "message": "please pass correct parameters",
163
+ "path": "/v1.0/ip/whois/live",
164
+ "status": 400,
165
+ "timestamp": "2026-07-23T07:50:28.230Z"
166
+ }
167
+ },
168
+ "invalidIp": {
169
+ "summary": "Invalid IP address format",
170
+ "value": {
171
+ "timestamp": "2026-07-23T08:03:38.179Z",
172
+ "status": 400,
173
+ "error": "Input parameter is not valid",
174
+ "message": "Request-param 'ip' (not-an-ip) is not an IP address",
175
+ "path": "/v1.0/ip-whois"
176
+ }
177
+ }
178
+ }
179
+ }
180
+ }
181
+ }
182
+ }
183
+ }
184
+ }
185
+ },
186
+ "components": {
187
+ "securitySchemes": {
188
+ "ApiKeyAuthHeader": {
189
+ "type": "apiKey",
190
+ "in": "header",
191
+ "name": "X-apiKey",
192
+ "description": "Pass your API key via the X-apiKey request header."
193
+ },
194
+ "ApiKeyAuthQuery": {
195
+ "type": "apiKey",
196
+ "in": "query",
197
+ "name": "apiKey",
198
+ "description": "Pass your API key via the apiKey query parameter."
199
+ }
200
+ },
201
+ "schemas": {
202
+ "ErrorResponse": {
203
+ "type": "object",
204
+ "required": ["message"],
205
+ "properties": {
206
+ "error": {
207
+ "type": "string",
208
+ "description": "Short error category or exception type."
209
+ },
210
+ "message": {
211
+ "type": "string",
212
+ "description": "Human-readable error message describing the failure."
213
+ },
214
+ "path": {
215
+ "type": "string",
216
+ "description": "API endpoint path that produced the error."
217
+ },
218
+ "status": {
219
+ "type": "integer",
220
+ "description": "HTTP status code returned with the error."
221
+ },
222
+ "timestamp": {
223
+ "type": "string",
224
+ "format": "date-time",
225
+ "description": "Timestamp when the error occurred (ISO 8601)."
226
+ }
227
+ }
228
+ },
229
+ "IpWhoisResponse": {
230
+ "type": "object",
231
+ "description": "WHOIS lookup response containing IP registration data, organization, contacts, routes, and raw WHOIS output.",
232
+ "required": [
233
+ "status",
234
+ "ip_address",
235
+ "query_time",
236
+ "whois_server",
237
+ "whois_raw_response"
238
+ ],
239
+ "properties": {
240
+ "status": {
241
+ "type": "boolean",
242
+ "description": "Indicates whether the WHOIS response from the WHOIS server is complete."
243
+ },
244
+ "ip_address": {
245
+ "type": "string",
246
+ "description": "IP address (IPv4 or IPv6) that was queried."
247
+ },
248
+ "query_time": {
249
+ "type": "string",
250
+ "description": "Date and time of the WHOIS query in YYYY-MM-DD HH:mm:ss format."
251
+ },
252
+ "whois_server": {
253
+ "type": "string",
254
+ "description": "WHOIS host server used to query the IP address."
255
+ },
256
+ "inet_nums": {
257
+ "type": "array",
258
+ "description": "IP range allocations (inetnum/aut-num objects) associated with this IP address.",
259
+ "items": {
260
+ "$ref": "#/components/schemas/InetNum"
261
+ }
262
+ },
263
+ "irt": {
264
+ "$ref": "#/components/schemas/IrtObject"
265
+ },
266
+ "organization": {
267
+ "$ref": "#/components/schemas/IpWhoisOrganization"
268
+ },
269
+ "technical_contacts": {
270
+ "type": "array",
271
+ "description": "Technical contact persons or roles for this IP allocation.",
272
+ "items": {
273
+ "$ref": "#/components/schemas/WhoisContactRef"
274
+ }
275
+ },
276
+ "abuse_contacts": {
277
+ "type": "array",
278
+ "description": "Abuse contact persons or roles for reporting network abuse.",
279
+ "items": {
280
+ "$ref": "#/components/schemas/WhoisContactRef"
281
+ }
282
+ },
283
+ "routes": {
284
+ "type": "array",
285
+ "description": "BGP route objects announced by this IP's network.",
286
+ "items": {
287
+ "$ref": "#/components/schemas/RouteObject"
288
+ }
289
+ },
290
+ "whois_raw_response": {
291
+ "type": "string",
292
+ "description": "Unparsed WHOIS response from the WHOIS server."
293
+ },
294
+ "r_whois_raw_response": {
295
+ "type": ["string", "null"],
296
+ "description": "WHOIS response from the rwhois server, if available."
297
+ }
298
+ }
299
+ },
300
+ "InetNum": {
301
+ "type": "object",
302
+ "description": "IP range allocation record (inetnum object) containing the allocated block, network name, status, and organizational linkage.",
303
+ "required": ["start_ip", "end_ip", "cidr", "net_name", "source"],
304
+ "properties": {
305
+ "start_ip": {
306
+ "type": "string",
307
+ "description": "Starting IP address of the allocated range."
308
+ },
309
+ "end_ip": {
310
+ "type": "string",
311
+ "description": "Ending IP address of the allocated range."
312
+ },
313
+ "cidr": {
314
+ "type": "array",
315
+ "description": "IP range in CIDR notation.",
316
+ "items": {
317
+ "type": "string"
318
+ }
319
+ },
320
+ "net_name": {
321
+ "type": "string",
322
+ "description": "Network name (unique identifier) of this inetnum in WHOIS data."
323
+ },
324
+ "net_handle": {
325
+ "type": ["string", "null"],
326
+ "description": "Net-Handle (unique ID) of this inetnum, primarily from ARIN responses."
327
+ },
328
+ "description": {
329
+ "type": ["array", "null"],
330
+ "description": "Description values from the inetnum object.",
331
+ "items": {
332
+ "type": "string"
333
+ }
334
+ },
335
+ "countries": {
336
+ "type": ["array", "null"],
337
+ "description": "ISO 3166-1 alpha-2 country codes where the IP block is allocated.",
338
+ "items": {
339
+ "type": "string"
340
+ }
341
+ },
342
+ "geofeed": {
343
+ "type": ["string", "null"],
344
+ "description": "URL to the geofeed (RFC 8805) for this prefix."
345
+ },
346
+ "latitude": {
347
+ "type": ["number", "null"],
348
+ "format": "float",
349
+ "description": "Latitude parsed from the geoloc field."
350
+ },
351
+ "longitude": {
352
+ "type": ["number", "null"],
353
+ "format": "float",
354
+ "description": "Longitude parsed from the geoloc field."
355
+ },
356
+ "city": {
357
+ "type": ["string", "null"],
358
+ "description": "City of allocation, primarily from LACNIC responses."
359
+ },
360
+ "languages": {
361
+ "type": ["array", "null"],
362
+ "description": "Regional languages in countries of allocation.",
363
+ "items": {
364
+ "type": "string"
365
+ }
366
+ },
367
+ "status": {
368
+ "type": ["string", "null"],
369
+ "description": "Allocation or assignment status (e.g., 'Direct Allocation')."
370
+ },
371
+ "organization": {
372
+ "type": ["string", "null"],
373
+ "description": "Handle (unique ID) of the organization managing this inetnum."
374
+ },
375
+ "sponsoring_organization": {
376
+ "type": ["string", "null"],
377
+ "description": "Handle of the sponsoring organization for this inetnum."
378
+ },
379
+ "admin_contacts": {
380
+ "type": ["array", "null"],
381
+ "description": "Handles of admin persons or roles in WHOIS data.",
382
+ "items": {
383
+ "type": "string"
384
+ }
385
+ },
386
+ "tech_contacts": {
387
+ "type": ["array", "null"],
388
+ "description": "Handles of technical persons or roles in WHOIS data.",
389
+ "items": {
390
+ "type": "string"
391
+ }
392
+ },
393
+ "abuse_contacts": {
394
+ "type": ["array", "null"],
395
+ "description": "Handles of abuse persons or roles in WHOIS data.",
396
+ "items": {
397
+ "type": "string"
398
+ }
399
+ },
400
+ "remarks": {
401
+ "type": ["array", "null"],
402
+ "description": "Remarks from the inetnum object.",
403
+ "items": {
404
+ "type": "string"
405
+ }
406
+ },
407
+ "assignment_size": {
408
+ "type": ["string", "null"],
409
+ "description": "Allocation or assignment size of the IP network or block."
410
+ },
411
+ "notify": {
412
+ "type": ["array", "null"],
413
+ "description": "Notify email addresses from the inetnum object.",
414
+ "items": {
415
+ "type": "string"
416
+ }
417
+ },
418
+ "mnt_by": {
419
+ "type": ["array", "null"],
420
+ "description": "Maintainer handles from the inetnum object.",
421
+ "items": {
422
+ "type": "string"
423
+ }
424
+ },
425
+ "mnt_lower": {
426
+ "type": ["array", "null"],
427
+ "description": "Lower-level maintainer handles from the inetnum object.",
428
+ "items": {
429
+ "type": "string"
430
+ }
431
+ },
432
+ "mnt_domains": {
433
+ "type": ["array", "null"],
434
+ "description": "Domain maintainer handles from the inetnum object.",
435
+ "items": {
436
+ "type": "string"
437
+ }
438
+ },
439
+ "mnt_routes": {
440
+ "type": ["array", "null"],
441
+ "description": "Route maintainer handles from the inetnum object.",
442
+ "items": {
443
+ "type": "string"
444
+ }
445
+ },
446
+ "mnt_irt": {
447
+ "type": ["array", "null"],
448
+ "description": "IRT maintainer handles from the inetnum object.",
449
+ "items": {
450
+ "type": "string"
451
+ }
452
+ },
453
+ "date_created": {
454
+ "type": ["string", "null"],
455
+ "format": "date",
456
+ "description": "Registration date of this inetnum object (YYYY-MM-DD)."
457
+ },
458
+ "date_updated": {
459
+ "type": ["string", "null"],
460
+ "format": "date",
461
+ "description": "Last update date of this inetnum object (YYYY-MM-DD)."
462
+ },
463
+ "source": {
464
+ "type": "string",
465
+ "description": "WHOIS data source (RIR registry URL) for this object."
466
+ },
467
+ "parents": {
468
+ "type": ["array", "null"],
469
+ "description": "Parent allocation or assignment blocks of this inetnum.",
470
+ "items": {
471
+ "type": "string"
472
+ }
473
+ }
474
+ }
475
+ },
476
+ "IrtObject": {
477
+ "type": "object",
478
+ "description": "IRT (Internet Response Team) object containing the response team's address, abuse mailbox, contacts, and linked organizations.",
479
+ "required": [
480
+ "handle",
481
+ "address",
482
+ "email",
483
+ "abuse_mailbox",
484
+ "admin_contacts",
485
+ "tech_contacts",
486
+ "source"
487
+ ],
488
+ "properties": {
489
+ "handle": {
490
+ "type": "string",
491
+ "description": "Handle or unique identifier of this IRT in WHOIS data."
492
+ },
493
+ "address": {
494
+ "type": "array",
495
+ "description": "Address lines of the IRT.",
496
+ "items": {
497
+ "type": "string"
498
+ }
499
+ },
500
+ "street": {
501
+ "type": ["string", "null"],
502
+ "description": "Parsed street address from the address field."
503
+ },
504
+ "city": {
505
+ "type": ["string", "null"],
506
+ "description": "Parsed city from the address field."
507
+ },
508
+ "district": {
509
+ "type": ["string", "null"],
510
+ "description": "Parsed district from the address field."
511
+ },
512
+ "state": {
513
+ "type": ["string", "null"],
514
+ "description": "Parsed state from the address field."
515
+ },
516
+ "zip_code": {
517
+ "type": ["string", "null"],
518
+ "description": "Parsed ZIP code from the address field."
519
+ },
520
+ "country": {
521
+ "type": ["string", "null"],
522
+ "description": "Parsed country from the address field."
523
+ },
524
+ "email": {
525
+ "type": "array",
526
+ "description": "Email addresses for the IRT.",
527
+ "items": {
528
+ "type": "string"
529
+ }
530
+ },
531
+ "abuse_mailbox": {
532
+ "type": "array",
533
+ "description": "Abuse mailbox email addresses for the IRT.",
534
+ "items": {
535
+ "type": "string"
536
+ }
537
+ },
538
+ "phone": {
539
+ "type": ["array", "null"],
540
+ "description": "Phone numbers for the IRT.",
541
+ "items": {
542
+ "type": "string"
543
+ }
544
+ },
545
+ "fax_no": {
546
+ "type": ["array", "null"],
547
+ "description": "Fax numbers for the IRT.",
548
+ "items": {
549
+ "type": "string"
550
+ }
551
+ },
552
+ "organizations": {
553
+ "type": ["array", "null"],
554
+ "description": "Handles of organization objects linked to this IRT.",
555
+ "items": {
556
+ "type": "string"
557
+ }
558
+ },
559
+ "admin_contacts": {
560
+ "type": "array",
561
+ "description": "Handles of admin persons or roles linked to this IRT.",
562
+ "items": {
563
+ "type": "string"
564
+ }
565
+ },
566
+ "tech_contacts": {
567
+ "type": "array",
568
+ "description": "Handles of technical persons or roles linked to this IRT.",
569
+ "items": {
570
+ "type": "string"
571
+ }
572
+ },
573
+ "remarks": {
574
+ "type": ["array", "null"],
575
+ "description": "Remarks for this IRT object.",
576
+ "items": {
577
+ "type": "string"
578
+ }
579
+ },
580
+ "signature": {
581
+ "type": ["array", "null"],
582
+ "description": "Cryptographic signatures for this IRT object.",
583
+ "items": {
584
+ "type": "string"
585
+ }
586
+ },
587
+ "encryption": {
588
+ "type": ["array", "null"],
589
+ "description": "Encryption keys for this IRT object.",
590
+ "items": {
591
+ "type": "string"
592
+ }
593
+ },
594
+ "auth": {
595
+ "type": ["array", "null"],
596
+ "description": "Authentication methods for this IRT object.",
597
+ "items": {
598
+ "type": "string"
599
+ }
600
+ },
601
+ "notify": {
602
+ "type": ["array", "null"],
603
+ "description": "Notify email addresses for this IRT object.",
604
+ "items": {
605
+ "type": "string"
606
+ }
607
+ },
608
+ "irt_nfy": {
609
+ "type": ["array", "null"],
610
+ "description": "IRT-specific notification email addresses.",
611
+ "items": {
612
+ "type": "string"
613
+ }
614
+ },
615
+ "mnt_by": {
616
+ "type": ["array", "null"],
617
+ "description": "Maintainer handles for this IRT object.",
618
+ "items": {
619
+ "type": "string"
620
+ }
621
+ },
622
+ "mnt_ref": {
623
+ "type": ["array", "null"],
624
+ "description": "Referenced maintainer handles for this IRT object.",
625
+ "items": {
626
+ "type": "string"
627
+ }
628
+ },
629
+ "date_created": {
630
+ "type": ["string", "null"],
631
+ "format": "date",
632
+ "description": "Registration date of this IRT object (YYYY-MM-DD)."
633
+ },
634
+ "date_updated": {
635
+ "type": ["string", "null"],
636
+ "format": "date",
637
+ "description": "Last update date of this IRT object (YYYY-MM-DD)."
638
+ },
639
+ "source": {
640
+ "type": "string",
641
+ "description": "WHOIS data source for this IRT object."
642
+ },
643
+ "organization": {
644
+ "$ref": "#/components/schemas/IpWhoisOrganization"
645
+ },
646
+ "administrative_contacts": {
647
+ "type": ["array", "null"],
648
+ "description": "Administrative contacts linked to this IRT.",
649
+ "items": {
650
+ "$ref": "#/components/schemas/WhoisContactRef"
651
+ }
652
+ },
653
+ "technical_contacts": {
654
+ "type": ["array", "null"],
655
+ "description": "Technical contacts linked to this IRT.",
656
+ "items": {
657
+ "$ref": "#/components/schemas/WhoisContactRef"
658
+ }
659
+ },
660
+ "abuse_contacts": {
661
+ "type": ["array", "null"],
662
+ "description": "Abuse contacts linked to this IRT.",
663
+ "items": {
664
+ "$ref": "#/components/schemas/WhoisContactRef"
665
+ }
666
+ }
667
+ }
668
+ },
669
+ "IpWhoisOrganization": {
670
+ "type": "object",
671
+ "description": "Organization object containing the registrant's handle, name, address, contact details, and linked admin/tech/abuse contacts.",
672
+ "required": ["handle", "name", "source"],
673
+ "properties": {
674
+ "handle": {
675
+ "type": "string",
676
+ "description": "Handle or unique identifier of this organization in WHOIS data."
677
+ },
678
+ "name": {
679
+ "type": "string",
680
+ "description": "Name of the organization."
681
+ },
682
+ "type": {
683
+ "type": ["string", "null"],
684
+ "description": "Type of the organization (e.g., BUSINESS, REGISTRY)."
685
+ },
686
+ "description": {
687
+ "type": ["array", "null"],
688
+ "description": "Description values from the organization object.",
689
+ "items": {
690
+ "type": "string"
691
+ }
692
+ },
693
+ "address": {
694
+ "type": ["array", "null"],
695
+ "description": "Full address lines of the organization.",
696
+ "items": {
697
+ "type": "string"
698
+ }
699
+ },
700
+ "street": {
701
+ "type": ["string", "null"],
702
+ "description": "Parsed street address from the address field."
703
+ },
704
+ "city": {
705
+ "type": ["string", "null"],
706
+ "description": "Parsed city from the address field."
707
+ },
708
+ "district": {
709
+ "type": ["string", "null"],
710
+ "description": "Parsed district from the address field."
711
+ },
712
+ "state": {
713
+ "type": ["string", "null"],
714
+ "description": "Parsed state from the address field."
715
+ },
716
+ "zip_code": {
717
+ "type": ["string", "null"],
718
+ "description": "Parsed ZIP code from the address field."
719
+ },
720
+ "country": {
721
+ "type": ["array", "null"],
722
+ "description": "ISO 3166-1 alpha-2 country codes for the organization.",
723
+ "items": {
724
+ "type": "string"
725
+ }
726
+ },
727
+ "latitude": {
728
+ "type": ["number", "null"],
729
+ "format": "float",
730
+ "description": "Latitude parsed from the geoloc field."
731
+ },
732
+ "longitude": {
733
+ "type": ["number", "null"],
734
+ "format": "float",
735
+ "description": "Longitude parsed from the geoloc field."
736
+ },
737
+ "email": {
738
+ "type": ["array", "null"],
739
+ "description": "Email addresses for the organization.",
740
+ "items": {
741
+ "type": "string"
742
+ }
743
+ },
744
+ "abuse_mailbox": {
745
+ "type": ["array", "null"],
746
+ "description": "Abuse mailbox email addresses for the organization.",
747
+ "items": {
748
+ "type": "string"
749
+ }
750
+ },
751
+ "phone": {
752
+ "type": ["array", "null"],
753
+ "description": "Phone numbers for the organization.",
754
+ "items": {
755
+ "type": "string"
756
+ }
757
+ },
758
+ "fax_no": {
759
+ "type": ["array", "null"],
760
+ "description": "Fax numbers for the organization.",
761
+ "items": {
762
+ "type": "string"
763
+ }
764
+ },
765
+ "admin_contacts": {
766
+ "type": ["array", "null"],
767
+ "description": "Handles of admin persons or roles linked to this organization.",
768
+ "items": {
769
+ "type": "string"
770
+ }
771
+ },
772
+ "tech_contacts": {
773
+ "type": ["array", "null"],
774
+ "description": "Handles of technical persons or roles linked to this organization.",
775
+ "items": {
776
+ "type": "string"
777
+ }
778
+ },
779
+ "abuse_contacts": {
780
+ "type": ["array", "null"],
781
+ "description": "Handles of abuse persons or roles linked to this organization.",
782
+ "items": {
783
+ "type": "string"
784
+ }
785
+ },
786
+ "remarks": {
787
+ "type": ["array", "null"],
788
+ "description": "Remarks for this organization object.",
789
+ "items": {
790
+ "type": "string"
791
+ }
792
+ },
793
+ "notify": {
794
+ "type": ["array", "null"],
795
+ "description": "Notify email addresses for this organization object.",
796
+ "items": {
797
+ "type": "string"
798
+ }
799
+ },
800
+ "ref_nfy": {
801
+ "type": ["array", "null"],
802
+ "description": "Reference notification email addresses for this organization object.",
803
+ "items": {
804
+ "type": "string"
805
+ }
806
+ },
807
+ "mnt_by": {
808
+ "type": ["array", "null"],
809
+ "description": "Maintainer handles for this organization object.",
810
+ "items": {
811
+ "type": "string"
812
+ }
813
+ },
814
+ "mnt_ref": {
815
+ "type": ["array", "null"],
816
+ "description": "Referenced maintainer handles for this organization object.",
817
+ "items": {
818
+ "type": "string"
819
+ }
820
+ },
821
+ "date_created": {
822
+ "type": ["string", "null"],
823
+ "format": "date",
824
+ "description": "Registration date of this organization object (YYYY-MM-DD)."
825
+ },
826
+ "date_updated": {
827
+ "type": ["string", "null"],
828
+ "format": "date",
829
+ "description": "Last update date of this organization object (YYYY-MM-DD)."
830
+ },
831
+ "source": {
832
+ "type": "string",
833
+ "description": "WHOIS data source (RIR registry URL) for this object."
834
+ }
835
+ }
836
+ },
837
+ "WhoisContactRef": {
838
+ "type": "object",
839
+ "description": "Contact person or role object with handle, name, email, phone, and source reference.",
840
+ "required": ["handle", "source"],
841
+ "properties": {
842
+ "handle": {
843
+ "type": "string",
844
+ "description": "Handle or unique identifier of this contact in WHOIS data."
845
+ },
846
+ "name": {
847
+ "type": ["string", "null"],
848
+ "description": "Name of the contact person or role."
849
+ },
850
+ "address": {
851
+ "type": ["array", "null"],
852
+ "description": "Address lines for this contact.",
853
+ "items": {
854
+ "type": "string"
855
+ }
856
+ },
857
+ "street": {
858
+ "type": ["string", "null"],
859
+ "description": "Parsed street address from the address field."
860
+ },
861
+ "city": {
862
+ "type": ["string", "null"],
863
+ "description": "Parsed city from the address field."
864
+ },
865
+ "district": {
866
+ "type": ["string", "null"],
867
+ "description": "Parsed district from the address field."
868
+ },
869
+ "state": {
870
+ "type": ["string", "null"],
871
+ "description": "Parsed state from the address field."
872
+ },
873
+ "zip_code": {
874
+ "type": ["string", "null"],
875
+ "description": "Parsed ZIP code from the address field."
876
+ },
877
+ "country": {
878
+ "type": ["string", "null"],
879
+ "description": "Parsed country from the address field."
880
+ },
881
+ "email": {
882
+ "type": ["array", "null"],
883
+ "description": "Email addresses for this contact.",
884
+ "items": {
885
+ "type": "string"
886
+ }
887
+ },
888
+ "abuse_mailbox": {
889
+ "type": ["array", "null"],
890
+ "description": "Abuse mailbox email addresses for this contact.",
891
+ "items": {
892
+ "type": "string"
893
+ }
894
+ },
895
+ "phone": {
896
+ "type": ["array", "null"],
897
+ "description": "Phone numbers for this contact.",
898
+ "items": {
899
+ "type": "string"
900
+ }
901
+ },
902
+ "fax_no": {
903
+ "type": ["array", "null"],
904
+ "description": "Fax numbers for this contact.",
905
+ "items": {
906
+ "type": "string"
907
+ }
908
+ },
909
+ "organizations": {
910
+ "type": ["array", "null"],
911
+ "description": "Handles of organization objects managing this contact.",
912
+ "items": {
913
+ "type": "string"
914
+ }
915
+ },
916
+ "admin_contacts": {
917
+ "type": ["array", "null"],
918
+ "description": "Handles of admin persons or roles linked to this contact.",
919
+ "items": {
920
+ "type": "string"
921
+ }
922
+ },
923
+ "tech_contacts": {
924
+ "type": ["array", "null"],
925
+ "description": "Handles of technical persons or roles linked to this contact.",
926
+ "items": {
927
+ "type": "string"
928
+ }
929
+ },
930
+ "remarks": {
931
+ "type": ["array", "null"],
932
+ "description": "Remarks for this contact object.",
933
+ "items": {
934
+ "type": "string"
935
+ }
936
+ },
937
+ "notify": {
938
+ "type": ["array", "null"],
939
+ "description": "Notify email addresses for this contact object.",
940
+ "items": {
941
+ "type": "string"
942
+ }
943
+ },
944
+ "mnt_by": {
945
+ "type": ["array", "null"],
946
+ "description": "Maintainer handles for this contact object.",
947
+ "items": {
948
+ "type": "string"
949
+ }
950
+ },
951
+ "mnt_ref": {
952
+ "type": ["array", "null"],
953
+ "description": "Referenced maintainer handles for this contact object.",
954
+ "items": {
955
+ "type": "string"
956
+ }
957
+ },
958
+ "date_created": {
959
+ "type": ["string", "null"],
960
+ "format": "date",
961
+ "description": "Registration date of this contact object (YYYY-MM-DD)."
962
+ },
963
+ "date_updated": {
964
+ "type": ["string", "null"],
965
+ "format": "date",
966
+ "description": "Last update date of this contact object (YYYY-MM-DD)."
967
+ },
968
+ "source": {
969
+ "type": "string",
970
+ "description": "WHOIS data source (RIR registry URL) for this object."
971
+ }
972
+ }
973
+ },
974
+ "RouteObject": {
975
+ "type": "object",
976
+ "description": "BGP route object containing the route prefix, origin AS, and related metadata.",
977
+ "required": [],
978
+ "properties": {
979
+ "route": {
980
+ "type": ["string", "null"],
981
+ "description": "BGP route prefix (e.g., 8.8.8.0/24)."
982
+ },
983
+ "origin": {
984
+ "type": ["string", "null"],
985
+ "description": "Origin AS number for this route."
986
+ },
987
+ "description": {
988
+ "type": ["array", "null"],
989
+ "description": "Description values for this route object.",
990
+ "items": {
991
+ "type": "string"
992
+ }
993
+ },
994
+ "country": {
995
+ "type": ["string", "null"],
996
+ "description": "Country of the organization managing this route."
997
+ },
998
+ "pingable": {
999
+ "type": ["array", "null"],
1000
+ "description": "Pingable IP addresses in this route.",
1001
+ "items": {
1002
+ "type": "string"
1003
+ }
1004
+ },
1005
+ "ping_hdl": {
1006
+ "type": ["array", "null"],
1007
+ "description": "Handles of pingable contacts for this route.",
1008
+ "items": {
1009
+ "type": "string"
1010
+ }
1011
+ },
1012
+ "holes": {
1013
+ "type": ["array", "null"],
1014
+ "description": "Sub-allocation holes (more specific routes) within this route.",
1015
+ "items": {
1016
+ "type": "string"
1017
+ }
1018
+ },
1019
+ "member_of": {
1020
+ "type": ["array", "null"],
1021
+ "description": "Route sets this route is a member of.",
1022
+ "items": {
1023
+ "type": "string"
1024
+ }
1025
+ },
1026
+ "inject": {
1027
+ "type": ["array", "null"],
1028
+ "description": "Injection details for this route.",
1029
+ "items": {
1030
+ "type": "string"
1031
+ }
1032
+ },
1033
+ "aggr_mtd": {
1034
+ "type": ["string", "null"],
1035
+ "description": "Aggregation method for this route."
1036
+ },
1037
+ "aggr_bndry": {
1038
+ "type": ["string", "null"],
1039
+ "description": "Aggregation boundary for this route."
1040
+ },
1041
+ "export_comps": {
1042
+ "type": ["string", "null"],
1043
+ "description": "Export composition for this route."
1044
+ },
1045
+ "components": {
1046
+ "type": ["string", "null"],
1047
+ "description": "Route components."
1048
+ },
1049
+ "organizations": {
1050
+ "type": ["array", "null"],
1051
+ "description": "Handles of organization objects related to this route.",
1052
+ "items": {
1053
+ "type": "string"
1054
+ }
1055
+ },
1056
+ "remarks": {
1057
+ "type": ["array", "null"],
1058
+ "description": "Remarks for this route object.",
1059
+ "items": {
1060
+ "type": "string"
1061
+ }
1062
+ },
1063
+ "notify": {
1064
+ "type": ["array", "null"],
1065
+ "description": "Notify email addresses for this route object.",
1066
+ "items": {
1067
+ "type": "string"
1068
+ }
1069
+ },
1070
+ "mnt_lower": {
1071
+ "type": ["array", "null"],
1072
+ "description": "Lower-level maintainer handles for this route.",
1073
+ "items": {
1074
+ "type": "string"
1075
+ }
1076
+ },
1077
+ "mnt_by": {
1078
+ "type": ["array", "null"],
1079
+ "description": "Maintainer handles for this route object.",
1080
+ "items": {
1081
+ "type": "string"
1082
+ }
1083
+ },
1084
+ "date_created": {
1085
+ "type": ["string", "null"],
1086
+ "format": "date",
1087
+ "description": "Registration date of this route object (YYYY-MM-DD)."
1088
+ },
1089
+ "date_updated": {
1090
+ "type": ["string", "null"],
1091
+ "format": "date",
1092
+ "description": "Last update date of this route object (YYYY-MM-DD)."
1093
+ },
1094
+ "source": {
1095
+ "type": ["string", "null"],
1096
+ "description": "WHOIS data source for this route object."
1097
+ }
1098
+ }
1099
+ }
1100
+ }
1101
+ },
1102
+ "security": [
1103
+ {
1104
+ "ApiKeyAuthHeader": []
1105
+ },
1106
+ {
1107
+ "ApiKeyAuthQuery": []
1108
+ }
1109
+ ]
1110
+ }