@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,341 @@
1
+ {
2
+ "openapi": "3.1.1",
3
+ "info": {
4
+ "title": "Bulk VAT Rates by Country API Reference",
5
+ "version": "1.0.0",
6
+ "description": "Get VAT rates for up to 100 countries or country/state combinations in a single API call. Returns a JSON array of VAT rate results, one entry per country that resolves successfully — entries with an invalid country/state are silently omitted rather than returned as per-item errors, so the array can be shorter than the requested list. Returns a 400 for a missing/malformed request body and a 413 if the payload exceeds the size limit.",
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": "Bulk VAT Rates by Country API Server"
17
+ }
18
+ ],
19
+ "paths": {
20
+ "/vat/rates/country": {
21
+ "post": {
22
+ "tags": ["Financial APIs"],
23
+ "summary": "Bulk VAT lookup by country",
24
+ "description": "Retrieves VAT details for multiple countries or country-state combinations in a single request. Maximum of `100` entries per request are allowed.",
25
+ "operationId": "bulkVatRatesByCountry",
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
+ "requestBody": {
40
+ "required": true,
41
+ "content": {
42
+ "application/json": {
43
+ "schema": {
44
+ "$ref": "#/components/schemas/BulkVatRequest"
45
+ },
46
+ "examples": {
47
+ "typicalRequest": {
48
+ "summary": "Typical bulk VAT lookup request",
49
+ "value": {
50
+ "countries": [
51
+ {
52
+ "country": "DE"
53
+ },
54
+ {
55
+ "country": "United_States",
56
+ "state": "New_York"
57
+ }
58
+ ]
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ },
65
+ "responses": {
66
+ "200": {
67
+ "description": "Successful response — a JSON array of VAT results, one entry per country that resolved successfully, in request order. Countries that fail to resolve are omitted rather than represented as error entries.",
68
+ "content": {
69
+ "application/json": {
70
+ "schema": {
71
+ "$ref": "#/components/schemas/VatCountryBulkResponse"
72
+ },
73
+ "examples": {
74
+ "typicalSuccess": {
75
+ "summary": "All requested countries resolved",
76
+ "value": [
77
+ {
78
+ "country": "DE",
79
+ "type": "vat",
80
+ "currency": "EUR",
81
+ "standard_rate": 0.19,
82
+ "reduced_rate": [0.07, 0],
83
+ "categories": {
84
+ "books": 0.07,
85
+ "newspapers": 0.07,
86
+ "periodicals": 0.07,
87
+ "broadcasting": 0
88
+ }
89
+ },
90
+ {
91
+ "country": "United_States",
92
+ "state": "New_York",
93
+ "type": "vat",
94
+ "currency": "",
95
+ "standard_rate": 0.04
96
+ }
97
+ ]
98
+ },
99
+ "partialMatch": {
100
+ "summary": "One of two requested countries resolved — the unresolved one is simply absent",
101
+ "value": [
102
+ {
103
+ "country": "DE",
104
+ "type": "vat",
105
+ "currency": "EUR",
106
+ "standard_rate": 0.19,
107
+ "reduced_rate": [0.07, 0],
108
+ "categories": {
109
+ "books": 0.07,
110
+ "newspapers": 0.07,
111
+ "periodicals": 0.07,
112
+ "broadcasting": 0
113
+ }
114
+ }
115
+ ]
116
+ }
117
+ }
118
+ }
119
+ }
120
+ },
121
+ "400": {
122
+ "description": "Bad Request — Missing or malformed request body",
123
+ "content": {
124
+ "application/json": {
125
+ "schema": {
126
+ "$ref": "#/components/schemas/ErrorResponse"
127
+ },
128
+ "examples": {
129
+ "InvalidBody": {
130
+ "summary": "countries field missing or malformed",
131
+ "value": {
132
+ "error": "Invalid request body Exception",
133
+ "message": "Please provide data in required format in request body",
134
+ "path": "/v1.0/vat/rates/country",
135
+ "status": 400,
136
+ "timestamp": "2026-07-27T11:46:29.315Z"
137
+ }
138
+ }
139
+ }
140
+ }
141
+ }
142
+ },
143
+ "413": {
144
+ "description": "Payload Too Large — Request body exceeds the size limit",
145
+ "content": {
146
+ "application/json": {
147
+ "schema": {
148
+ "$ref": "#/components/schemas/ErrorResponse"
149
+ },
150
+ "examples": {
151
+ "PayloadTooLarge": {
152
+ "summary": "Too many entries / body too large",
153
+ "value": {
154
+ "error": "Payload too large Exception",
155
+ "message": "Maximum request body size limit exceeded",
156
+ "path": "/v1.0/vat/rates/country",
157
+ "status": 413,
158
+ "timestamp": "2026-07-27T11:46:29.925Z"
159
+ }
160
+ }
161
+ }
162
+ }
163
+ }
164
+ }
165
+ }
166
+ }
167
+ }
168
+ },
169
+ "components": {
170
+ "securitySchemes": {
171
+ "ApiKeyAuthHeader": {
172
+ "type": "apiKey",
173
+ "in": "header",
174
+ "name": "X-apiKey",
175
+ "description": "Pass your API key via the X-apiKey request header."
176
+ },
177
+ "ApiKeyAuthQuery": {
178
+ "type": "apiKey",
179
+ "in": "query",
180
+ "name": "apiKey",
181
+ "description": "Pass your API key via the apiKey query parameter."
182
+ }
183
+ },
184
+ "schemas": {
185
+ "VatCountryBulkResponse": {
186
+ "type": "array",
187
+ "description": "Array of VAT rate results, one entry per country that resolved successfully, in request order. Countries that fail to resolve are omitted, so this array can be shorter than the requested countries list.",
188
+ "items": {
189
+ "$ref": "#/components/schemas/VatBulkResponseItem"
190
+ }
191
+ },
192
+ "VatBulkResponseItem": {
193
+ "type": "object",
194
+ "description": "A VAT rate result for a single country or state in a bulk response.",
195
+ "required": ["country", "type", "currency", "standard_rate"],
196
+ "properties": {
197
+ "country": {
198
+ "type": "string",
199
+ "description": "Country identifier returned in the result item."
200
+ },
201
+ "state": {
202
+ "type": "string",
203
+ "description": "State or region returned for sub-national lookups. Only present when the request included a state."
204
+ },
205
+ "type": {
206
+ "type": "string",
207
+ "description": "Tax type applied for the country or state."
208
+ },
209
+ "currency": {
210
+ "type": "string",
211
+ "description": "ISO 4217 currency code for the returned location. Can be an empty string for some state-level entries."
212
+ },
213
+ "standard_rate": {
214
+ "type": "number",
215
+ "format": "float",
216
+ "description": "Standard VAT or sales tax rate for the returned location."
217
+ },
218
+ "reduced_rate": {
219
+ "type": "array",
220
+ "description": "Reduced VAT rates when defined for the location.",
221
+ "items": {
222
+ "$ref": "#/components/schemas/VatRateDecimal"
223
+ }
224
+ },
225
+ "super_reduced_rate": {
226
+ "type": "array",
227
+ "description": "Super-reduced VAT rates for specific categories, when defined.",
228
+ "items": {
229
+ "$ref": "#/components/schemas/VatRateDecimal"
230
+ }
231
+ },
232
+ "parking_rate": {
233
+ "type": "number",
234
+ "format": "float",
235
+ "description": "Parking rate, when applicable."
236
+ },
237
+ "categories": {
238
+ "description": "Category-specific VAT rates, where defined (EU/UK only).",
239
+ "$ref": "#/components/schemas/VatCategories"
240
+ }
241
+ }
242
+ },
243
+ "VatRateDecimal": {
244
+ "type": "number",
245
+ "format": "float",
246
+ "description": "A VAT rate expressed as a decimal (e.g., 0.19 = 19%)."
247
+ },
248
+ "VatCategories": {
249
+ "type": "object",
250
+ "description": "Category-specific VAT rates, where defined (EU/UK only). Keys vary by country.",
251
+ "properties": {
252
+ "books": {
253
+ "type": "number",
254
+ "format": "float",
255
+ "description": "VAT rate for books, as a decimal (e.g., 0.07 = 7%)."
256
+ },
257
+ "newspapers": {
258
+ "type": "number",
259
+ "format": "float",
260
+ "description": "VAT rate for newspapers, as a decimal (e.g., 0.07 = 7%)."
261
+ },
262
+ "periodicals": {
263
+ "type": "number",
264
+ "format": "float",
265
+ "description": "VAT rate for periodicals, as a decimal (e.g., 0.07 = 7%)."
266
+ },
267
+ "broadcasting": {
268
+ "type": "number",
269
+ "format": "float",
270
+ "description": "VAT rate for broadcasting services, as a decimal (e.g., 0.19 = 19%)."
271
+ }
272
+ }
273
+ },
274
+ "BulkVatRequest": {
275
+ "type": "object",
276
+ "description": "Request body for bulk VAT rate lookup by country.",
277
+ "required": ["countries"],
278
+ "properties": {
279
+ "countries": {
280
+ "type": "array",
281
+ "description": "Array of country entries to look up. Maximum 100 entries.",
282
+ "items": {
283
+ "$ref": "#/components/schemas/BulkVatRequestItem"
284
+ }
285
+ }
286
+ }
287
+ },
288
+ "BulkVatRequestItem": {
289
+ "type": "object",
290
+ "description": "A single country entry in a bulk VAT request.",
291
+ "required": ["country"],
292
+ "properties": {
293
+ "country": {
294
+ "type": "string",
295
+ "description": "Country identifier in Alpha-2, Alpha-3, or full name."
296
+ },
297
+ "state": {
298
+ "type": "string",
299
+ "description": "Optional state or region for sub-national VAT."
300
+ }
301
+ }
302
+ },
303
+ "ErrorResponse": {
304
+ "type": "object",
305
+ "description": "Standard error envelope returned by the API on failed requests.",
306
+ "required": ["message"],
307
+ "properties": {
308
+ "error": {
309
+ "type": "string",
310
+ "description": "Short error category or exception type."
311
+ },
312
+ "message": {
313
+ "type": "string",
314
+ "description": "Human-readable error message describing the failure."
315
+ },
316
+ "path": {
317
+ "type": "string",
318
+ "description": "API endpoint path that produced the error."
319
+ },
320
+ "status": {
321
+ "type": "integer",
322
+ "description": "HTTP status code returned with the error."
323
+ },
324
+ "timestamp": {
325
+ "type": "string",
326
+ "format": "date-time",
327
+ "description": "Timestamp when the error occurred (ISO 8601)."
328
+ }
329
+ }
330
+ }
331
+ }
332
+ },
333
+ "security": [
334
+ {
335
+ "ApiKeyAuthHeader": []
336
+ },
337
+ {
338
+ "ApiKeyAuthQuery": []
339
+ }
340
+ ]
341
+ }
@@ -0,0 +1,204 @@
1
+ {
2
+ "openapi": "3.1.1",
3
+ "info": {
4
+ "title": "Financial APIs Supported Countries Reference",
5
+ "version": "1.0.0",
6
+ "description": "Retrieve the countries and states supported by the VAT, IBAN, and SWIFT APIs. The response always includes all three categories — VAT_Supported_Countries_And_States, IBAN_Supported_Countries, and SWIFT_Supported_Countries — each with a different shape. VAT entries are keyed by lowercase country name and include an ISO code plus, for a handful of countries (US, Canada, Spain), a nested map of sub-national state/region codes. IBAN and SWIFT entries are flat arrays of {name, countryCode} objects.",
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": "Financial APIs Supported Countries API Server"
17
+ }
18
+ ],
19
+ "paths": {
20
+ "/vat/supported-countries": {
21
+ "get": {
22
+ "tags": ["Financial APIs"],
23
+ "summary": "Get supported countries",
24
+ "description": "Returns the countries and states supported by the VAT, IBAN, and SWIFT APIs.",
25
+ "operationId": "getSupportedCountries",
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": "Format of the response. Default is JSON."
37
+ },
38
+ {
39
+ "name": "type",
40
+ "in": "query",
41
+ "required": false,
42
+ "schema": {
43
+ "type": "string"
44
+ },
45
+ "description": "Accepted by the endpoint but currently has no effect — all three categories (VAT, IBAN, SWIFT) are always returned regardless of this value."
46
+ }
47
+ ],
48
+ "responses": {
49
+ "200": {
50
+ "description": "Successful response — always returns all three categories",
51
+ "content": {
52
+ "application/json": {
53
+ "schema": {
54
+ "$ref": "#/components/schemas/SupportedCountriesResponse"
55
+ },
56
+ "examples": {
57
+ "typicalSuccess": {
58
+ "summary": "Typical successful response (truncated)",
59
+ "value": {
60
+ "VAT_Supported_Countries_And_States": [
61
+ { "germany": { "code": "de" } },
62
+ {
63
+ "united_states": {
64
+ "code": "us",
65
+ "states": {
66
+ "california": "us:ca",
67
+ "new_york": "us:ny",
68
+ "texas": "us:tx"
69
+ }
70
+ }
71
+ }
72
+ ],
73
+ "IBAN_Supported_Countries": [
74
+ { "countryCode": "DE", "name": "Germany" },
75
+ { "countryCode": "GB", "name": "United Kingdom" }
76
+ ],
77
+ "SWIFT_Supported_Countries": [
78
+ { "name": "Germany", "countryCode": "DE" },
79
+ { "name": "United States", "countryCode": "US" }
80
+ ]
81
+ }
82
+ }
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "components": {
92
+ "securitySchemes": {
93
+ "ApiKeyAuthHeader": {
94
+ "type": "apiKey",
95
+ "in": "header",
96
+ "name": "X-apiKey",
97
+ "description": "Pass your API key via the X-apiKey request header."
98
+ },
99
+ "ApiKeyAuthQuery": {
100
+ "type": "apiKey",
101
+ "in": "query",
102
+ "name": "apiKey",
103
+ "description": "Pass your API key via the apiKey query parameter."
104
+ }
105
+ },
106
+ "schemas": {
107
+ "SupportedCountriesResponse": {
108
+ "type": "object",
109
+ "description": "Countries and states supported by the VAT, IBAN, and SWIFT APIs.",
110
+ "required": [
111
+ "VAT_Supported_Countries_And_States",
112
+ "IBAN_Supported_Countries",
113
+ "SWIFT_Supported_Countries"
114
+ ],
115
+ "properties": {
116
+ "VAT_Supported_Countries_And_States": {
117
+ "type": "array",
118
+ "description": "Array of single-key objects, one per supported VAT country. Each key is the lowercase, underscore-separated country name.",
119
+ "items": {
120
+ "type": "object",
121
+ "description": "A single VAT-supported country, keyed by its lowercase name.",
122
+ "additionalProperties": {
123
+ "title": "VatCountryEntry",
124
+ "$ref": "#/components/schemas/VatCountryEntry"
125
+ }
126
+ }
127
+ },
128
+ "IBAN_Supported_Countries": {
129
+ "type": "array",
130
+ "description": "Array of countries supported by the IBAN Validation API.",
131
+ "items": {
132
+ "$ref": "#/components/schemas/IbanCountryEntry"
133
+ }
134
+ },
135
+ "SWIFT_Supported_Countries": {
136
+ "type": "array",
137
+ "description": "Array of countries supported by the SWIFT/BIC Code Lookup and Finder APIs.",
138
+ "items": {
139
+ "$ref": "#/components/schemas/SwiftCountryEntry"
140
+ }
141
+ }
142
+ }
143
+ },
144
+ "VatCountryEntry": {
145
+ "type": "object",
146
+ "description": "VAT country metadata: an ISO 3166-1 alpha-2 code, plus an optional map of sub-national states/regions for countries with state-level VAT (US, Canada, Spain).",
147
+ "required": ["code"],
148
+ "properties": {
149
+ "code": {
150
+ "type": "string",
151
+ "description": "ISO 3166-1 alpha-2 country code, lowercase."
152
+ },
153
+ "states": {
154
+ "type": "object",
155
+ "description": "Map of state/region name to its combined country:state code. Only present for countries with sub-national VAT rates.",
156
+ "additionalProperties": {
157
+ "title": "StateCode",
158
+ "type": "string",
159
+ "description": "Combined country:state identifier (e.g. us:ca)."
160
+ }
161
+ }
162
+ }
163
+ },
164
+ "IbanCountryEntry": {
165
+ "type": "object",
166
+ "description": "A single country supported by the IBAN Validation API.",
167
+ "required": ["countryCode", "name"],
168
+ "properties": {
169
+ "countryCode": {
170
+ "type": "string",
171
+ "description": "ISO 3166-1 alpha-2 country code."
172
+ },
173
+ "name": {
174
+ "type": "string",
175
+ "description": "Full country name."
176
+ }
177
+ }
178
+ },
179
+ "SwiftCountryEntry": {
180
+ "type": "object",
181
+ "description": "A single country supported by the SWIFT/BIC Code Lookup and Finder APIs.",
182
+ "required": ["name", "countryCode"],
183
+ "properties": {
184
+ "name": {
185
+ "type": "string",
186
+ "description": "Full country name."
187
+ },
188
+ "countryCode": {
189
+ "type": "string",
190
+ "description": "ISO 3166-1 alpha-2 country code."
191
+ }
192
+ }
193
+ }
194
+ }
195
+ },
196
+ "security": [
197
+ {
198
+ "ApiKeyAuthHeader": []
199
+ },
200
+ {
201
+ "ApiKeyAuthQuery": []
202
+ }
203
+ ]
204
+ }