@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,275 @@
1
+ {
2
+ "openapi": "3.1.1",
3
+ "info": {
4
+ "title": "VAT Rates by IP API Reference",
5
+ "version": "1.0.0",
6
+ "description": "Get VAT rates for a country resolved from an IP address. Returns standard and reduced VAT rates based on the geographic location of the IP.",
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": "VAT Rates by IP API Server"
17
+ }
18
+ ],
19
+ "paths": {
20
+ "/vat/rates/ip-address": {
21
+ "get": {
22
+ "tags": ["Financial APIs"],
23
+ "summary": "Get VAT rate by IP address",
24
+ "description": "Fetches VAT rate based on the specified or originating IP address.",
25
+ "operationId": "getVatRatesByIp",
26
+ "parameters": [
27
+ {
28
+ "name": "format",
29
+ "in": "query",
30
+ "required": false,
31
+ "schema": {
32
+ "type": "string",
33
+ "enum": ["json", "xml"],
34
+ "default": "json"
35
+ },
36
+ "description": "Specify the desired response format. Options: 'json' (default) or 'xml'."
37
+ },
38
+ {
39
+ "name": "ipAddress",
40
+ "in": "query",
41
+ "required": false,
42
+ "schema": {
43
+ "type": "string"
44
+ },
45
+ "description": "IPv4 or IPv6 address to look up VAT rate for. If omitted, the originating IP address will be used."
46
+ }
47
+ ],
48
+ "responses": {
49
+ "200": {
50
+ "description": "Successful response",
51
+ "content": {
52
+ "application/json": {
53
+ "schema": {
54
+ "$ref": "#/components/schemas/VatIpItemArray"
55
+ },
56
+ "examples": {
57
+ "typicalSuccess": {
58
+ "summary": "Country-level VAT rate",
59
+ "value": [
60
+ {
61
+ "country": "GB",
62
+ "type": "vat",
63
+ "currency": "GBP",
64
+ "standard_rate": 0.2,
65
+ "reduced_rate": [0, 0.05],
66
+ "categories": {
67
+ "books": 0.2,
68
+ "newspapers": 0.2,
69
+ "periodicals": 0.2,
70
+ "broadcasting": 0.2
71
+ }
72
+ }
73
+ ]
74
+ },
75
+ "stateLevel": {
76
+ "summary": "IP resolved to a US state with sub-national sales tax",
77
+ "value": [
78
+ {
79
+ "country": "US",
80
+ "state": "CA",
81
+ "type": "vat",
82
+ "currency": "",
83
+ "standard_rate": 0.0825
84
+ }
85
+ ]
86
+ }
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "400": {
92
+ "description": "Bad Request",
93
+ "content": {
94
+ "application/json": {
95
+ "schema": {
96
+ "$ref": "#/components/schemas/ErrorResponse"
97
+ },
98
+ "examples": {
99
+ "InvalidIp": {
100
+ "summary": "Invalid IP address format",
101
+ "value": {
102
+ "message": "Invalid IP address format. Please provide a valid IPv4 or IPv6 address."
103
+ }
104
+ }
105
+ }
106
+ }
107
+ }
108
+ },
109
+ "404": {
110
+ "description": "Not Found",
111
+ "content": {
112
+ "application/json": {
113
+ "schema": {
114
+ "$ref": "#/components/schemas/ErrorResponse"
115
+ },
116
+ "examples": {
117
+ "NotFound": {
118
+ "summary": "VAT data not found for IP",
119
+ "value": {
120
+ "message": "No VAT data found. Please provide a valid ipAddress."
121
+ }
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
127
+ }
128
+ }
129
+ }
130
+ },
131
+ "components": {
132
+ "securitySchemes": {
133
+ "ApiKeyAuthHeader": {
134
+ "type": "apiKey",
135
+ "in": "header",
136
+ "name": "X-apiKey",
137
+ "description": "Pass your API key via the X-apiKey request header."
138
+ },
139
+ "ApiKeyAuthQuery": {
140
+ "type": "apiKey",
141
+ "in": "query",
142
+ "name": "apiKey",
143
+ "description": "Pass your API key via the apiKey query parameter."
144
+ }
145
+ },
146
+ "schemas": {
147
+ "VatIpItemArray": {
148
+ "type": "array",
149
+ "description": "Array of VAT rate objects for the country resolved from the IP address.",
150
+ "items": {
151
+ "$ref": "#/components/schemas/VatIpItem"
152
+ }
153
+ },
154
+ "VatIpItem": {
155
+ "type": "object",
156
+ "required": ["country", "type", "currency", "standard_rate"],
157
+ "description": "Each item in the array represents a VAT rate object for the country resolved from the IP.",
158
+ "properties": {
159
+ "country": {
160
+ "type": "string",
161
+ "description": "Country resolved from the IP address."
162
+ },
163
+ "state": {
164
+ "type": "string",
165
+ "description": "State or region resolved from the IP address, for countries with sub-national tax rates (e.g. US). Only present when applicable."
166
+ },
167
+ "type": {
168
+ "type": "string",
169
+ "description": "Tax type for the resolved country (e.g., vat)."
170
+ },
171
+ "currency": {
172
+ "type": "string",
173
+ "description": "ISO 4217 currency code for the resolved country."
174
+ },
175
+ "standard_rate": {
176
+ "type": "number",
177
+ "format": "float",
178
+ "description": "Standard VAT rate as a decimal."
179
+ },
180
+ "reduced_rate": {
181
+ "type": "array",
182
+ "items": {
183
+ "$ref": "#/components/schemas/VatRateDecimal"
184
+ },
185
+ "description": "Reduced VAT rates (EU/UK only)."
186
+ },
187
+ "super_reduced_rate": {
188
+ "type": "array",
189
+ "items": {
190
+ "$ref": "#/components/schemas/VatRateDecimal"
191
+ },
192
+ "description": "Super-reduced VAT rates (EU/UK only)."
193
+ },
194
+ "parking_rate": {
195
+ "type": "number",
196
+ "format": "float",
197
+ "description": "Parking rate (EU/UK only)."
198
+ },
199
+ "categories": {
200
+ "description": "Category-specific VAT rates, where defined (EU/UK only). Keys vary by country.",
201
+ "$ref": "#/components/schemas/VatCategories"
202
+ }
203
+ }
204
+ },
205
+ "VatRateDecimal": {
206
+ "type": "number",
207
+ "format": "float",
208
+ "description": "A VAT rate expressed as a decimal (e.g., 0.19 = 19%)."
209
+ },
210
+ "VatCategories": {
211
+ "type": "object",
212
+ "description": "Category-specific VAT rates, where defined (EU/UK only). Keys vary by country.",
213
+ "properties": {
214
+ "books": {
215
+ "type": "number",
216
+ "format": "float",
217
+ "description": "VAT rate for books, as a decimal (e.g., 0.07 = 7%)."
218
+ },
219
+ "newspapers": {
220
+ "type": "number",
221
+ "format": "float",
222
+ "description": "VAT rate for newspapers, as a decimal (e.g., 0.07 = 7%)."
223
+ },
224
+ "periodicals": {
225
+ "type": "number",
226
+ "format": "float",
227
+ "description": "VAT rate for periodicals, as a decimal (e.g., 0.07 = 7%)."
228
+ },
229
+ "broadcasting": {
230
+ "type": "number",
231
+ "format": "float",
232
+ "description": "VAT rate for broadcasting services, as a decimal (e.g., 0.19 = 19%)."
233
+ }
234
+ },
235
+ "required": []
236
+ },
237
+ "ErrorResponse": {
238
+ "type": "object",
239
+ "required": ["message"],
240
+ "properties": {
241
+ "error": {
242
+ "type": "string",
243
+ "description": "Short error category or exception type."
244
+ },
245
+ "message": {
246
+ "type": "string",
247
+ "description": "Human-readable error message describing the failure."
248
+ },
249
+ "path": {
250
+ "type": "string",
251
+ "description": "API endpoint path that produced the error."
252
+ },
253
+ "status": {
254
+ "type": "integer",
255
+ "description": "HTTP status code returned with the error."
256
+ },
257
+ "timestamp": {
258
+ "type": "string",
259
+ "format": "date-time",
260
+ "description": "Timestamp when the error occurred (ISO 8601)."
261
+ }
262
+ },
263
+ "description": "Standard error envelope returned by the API on failed requests."
264
+ }
265
+ }
266
+ },
267
+ "security": [
268
+ {
269
+ "ApiKeyAuthHeader": []
270
+ },
271
+ {
272
+ "ApiKeyAuthQuery": []
273
+ }
274
+ ]
275
+ }
@@ -0,0 +1,288 @@
1
+ {
2
+ "openapi": "3.1.1",
3
+ "info": {
4
+ "title": "VAT Rates by Country API Reference",
5
+ "version": "1.0.0",
6
+ "description": "Get VAT rates for a specific country including standard, reduced, and super-reduced rates. Covers all EU and major global jurisdictions.",
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": "VAT Rates by Country API Server"
17
+ }
18
+ ],
19
+ "paths": {
20
+ "/vat/rates/country": {
21
+ "get": {
22
+ "tags": ["Financial APIs"],
23
+ "summary": "Get VAT rate by country code",
24
+ "description": "Fetches VAT rates for a single country or state provided via query parameters.",
25
+ "operationId": "getVatRatesByCountry",
26
+ "parameters": [
27
+ {
28
+ "name": "format",
29
+ "in": "query",
30
+ "required": false,
31
+ "schema": {
32
+ "type": "string",
33
+ "enum": ["json", "xml"],
34
+ "default": "json"
35
+ },
36
+ "description": "Specify the desired response format. Options: 'json' (default) or 'xml'."
37
+ },
38
+ {
39
+ "name": "country",
40
+ "in": "query",
41
+ "required": true,
42
+ "schema": {
43
+ "type": "string"
44
+ },
45
+ "description": "Country identifier in Alpha-2 (PK), Alpha-3 (PAK), or full name (Pakistan). Combine with the optional \"state\" query for sub-national VAT; values are case-insensitive and may use underscores instead of spaces."
46
+ },
47
+ {
48
+ "name": "state",
49
+ "in": "query",
50
+ "required": false,
51
+ "schema": {
52
+ "type": "string"
53
+ },
54
+ "description": "Optional state or region in Alpha-2 (NY) or full name (New_York). Use with \"country\" for state-level VAT; values are case-insensitive and may use underscores."
55
+ }
56
+ ],
57
+ "responses": {
58
+ "200": {
59
+ "description": "Successful response with a JSON array containing VAT rate objects for the requested country or state.",
60
+ "content": {
61
+ "application/json": {
62
+ "schema": {
63
+ "$ref": "#/components/schemas/VatCountryResponse"
64
+ },
65
+ "examples": {
66
+ "typicalSuccess": {
67
+ "summary": "Country-level VAT rate",
68
+ "value": [
69
+ {
70
+ "country": "DE",
71
+ "type": "vat",
72
+ "currency": "EUR",
73
+ "standard_rate": 0.19,
74
+ "reduced_rate": [0.07, 0],
75
+ "categories": {
76
+ "books": 0.07,
77
+ "newspapers": 0.07,
78
+ "periodicals": 0.07,
79
+ "broadcasting": 0
80
+ }
81
+ }
82
+ ]
83
+ },
84
+ "stateLevel": {
85
+ "summary": "State/region-level sales tax rate",
86
+ "value": [
87
+ {
88
+ "country": "US",
89
+ "state": "NY",
90
+ "type": "vat",
91
+ "currency": "",
92
+ "standard_rate": 0.04
93
+ }
94
+ ]
95
+ }
96
+ }
97
+ }
98
+ }
99
+ },
100
+ "400": {
101
+ "description": "Bad Request — Missing required country parameter",
102
+ "content": {
103
+ "application/json": {
104
+ "schema": {
105
+ "$ref": "#/components/schemas/ErrorResponse"
106
+ },
107
+ "examples": {
108
+ "MissingCountry": {
109
+ "summary": "Missing required country parameter",
110
+ "value": {
111
+ "error": "Invalid Param Exception",
112
+ "message": "please pass correct parameters",
113
+ "path": "/v1.0/vat/rates/country",
114
+ "status": 400,
115
+ "timestamp": "2026-07-27T11:45:34.183Z"
116
+ }
117
+ }
118
+ }
119
+ }
120
+ }
121
+ },
122
+ "404": {
123
+ "description": "Not Found — No VAT data for the given country/state",
124
+ "content": {
125
+ "application/json": {
126
+ "schema": {
127
+ "$ref": "#/components/schemas/ErrorResponse"
128
+ },
129
+ "examples": {
130
+ "NotFound": {
131
+ "summary": "No VAT data for the given country",
132
+ "value": {
133
+ "message": "No VAT data found."
134
+ }
135
+ }
136
+ }
137
+ }
138
+ }
139
+ }
140
+ }
141
+ }
142
+ }
143
+ },
144
+ "components": {
145
+ "securitySchemes": {
146
+ "ApiKeyAuthHeader": {
147
+ "type": "apiKey",
148
+ "in": "header",
149
+ "name": "X-apiKey",
150
+ "description": "Pass your API key via the X-apiKey request header."
151
+ },
152
+ "ApiKeyAuthQuery": {
153
+ "type": "apiKey",
154
+ "in": "query",
155
+ "name": "apiKey",
156
+ "description": "Pass your API key via the apiKey query parameter."
157
+ }
158
+ },
159
+ "schemas": {
160
+ "VatCountryResponse": {
161
+ "type": "array",
162
+ "description": "Array of VAT rate objects for the requested country or state.",
163
+ "items": {
164
+ "$ref": "#/components/schemas/VatRateItem"
165
+ }
166
+ },
167
+ "VatRateItem": {
168
+ "type": "object",
169
+ "required": ["country", "type", "currency", "standard_rate"],
170
+ "properties": {
171
+ "country": {
172
+ "type": "string",
173
+ "description": "Country identifier returned by the API."
174
+ },
175
+ "state": {
176
+ "type": ["string", "null"],
177
+ "description": "State or region identifier for sub-national tax data."
178
+ },
179
+ "type": {
180
+ "type": "string",
181
+ "description": "Tax type for the location (e.g., vat or none)."
182
+ },
183
+ "currency": {
184
+ "type": "string",
185
+ "description": "ISO 4217 currency code for the country or state."
186
+ },
187
+ "standard_rate": {
188
+ "type": "number",
189
+ "format": "float",
190
+ "description": "Standard VAT or sales tax rate as a decimal (e.g., 0.19 = 19%)."
191
+ },
192
+ "reduced_rate": {
193
+ "type": "array",
194
+ "items": {
195
+ "$ref": "#/components/schemas/VatRateDecimal"
196
+ },
197
+ "description": "Reduced VAT rates when the country defines them (EU/UK only)."
198
+ },
199
+ "super_reduced_rate": {
200
+ "type": "array",
201
+ "items": {
202
+ "$ref": "#/components/schemas/VatRateDecimal"
203
+ },
204
+ "description": "Super-reduced VAT rates for eligible categories (EU/UK only)."
205
+ },
206
+ "parking_rate": {
207
+ "type": "number",
208
+ "format": "float",
209
+ "description": "Parking rate where defined (EU/UK only)."
210
+ },
211
+ "categories": {
212
+ "description": "Category-specific VAT rates, where defined (EU/UK only). Keys vary by country - not every category below applies to every country.",
213
+ "$ref": "#/components/schemas/VatCategories"
214
+ }
215
+ },
216
+ "description": "Each item in the array represents a VAT rate object for the requested country or state."
217
+ },
218
+ "VatRateDecimal": {
219
+ "type": "number",
220
+ "format": "float",
221
+ "description": "A VAT rate expressed as a decimal (e.g., 0.19 = 19%)."
222
+ },
223
+ "VatCategories": {
224
+ "type": "object",
225
+ "description": "Category-specific VAT rates, where defined (EU/UK only). Keys vary by country.",
226
+ "properties": {
227
+ "books": {
228
+ "type": "number",
229
+ "format": "float",
230
+ "description": "VAT rate for books, as a decimal (e.g., 0.07 = 7%)."
231
+ },
232
+ "newspapers": {
233
+ "type": "number",
234
+ "format": "float",
235
+ "description": "VAT rate for newspapers, as a decimal (e.g., 0.07 = 7%)."
236
+ },
237
+ "periodicals": {
238
+ "type": "number",
239
+ "format": "float",
240
+ "description": "VAT rate for periodicals, as a decimal (e.g., 0.07 = 7%)."
241
+ },
242
+ "broadcasting": {
243
+ "type": "number",
244
+ "format": "float",
245
+ "description": "VAT rate for broadcasting services, as a decimal (e.g., 0.19 = 19%)."
246
+ }
247
+ },
248
+ "required": []
249
+ },
250
+ "ErrorResponse": {
251
+ "type": "object",
252
+ "required": ["message"],
253
+ "properties": {
254
+ "error": {
255
+ "type": "string",
256
+ "description": "Short error category or exception type."
257
+ },
258
+ "message": {
259
+ "type": "string",
260
+ "description": "Human-readable error message describing the failure."
261
+ },
262
+ "path": {
263
+ "type": "string",
264
+ "description": "API endpoint path that produced the error."
265
+ },
266
+ "status": {
267
+ "type": "integer",
268
+ "description": "HTTP status code returned with the error."
269
+ },
270
+ "timestamp": {
271
+ "type": "string",
272
+ "format": "date-time",
273
+ "description": "Timestamp when the error occurred (ISO 8601)."
274
+ }
275
+ },
276
+ "description": "Standard error envelope returned by the API on failed requests."
277
+ }
278
+ }
279
+ },
280
+ "security": [
281
+ {
282
+ "ApiKeyAuthHeader": []
283
+ },
284
+ {
285
+ "ApiKeyAuthQuery": []
286
+ }
287
+ ]
288
+ }