@apifreaks/openapi-specs 0.2.0 → 0.3.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.
- package/README.md +37 -37
- package/dist/index.cjs +2787 -348
- package/dist/index.js +2787 -348
- package/dist/specs/commodity/commodity-fluctuation.yaml +14 -0
- package/dist/specs/commodity/commodity-prices.yaml +14 -0
- package/dist/specs/commodity/commodity-symbols.yaml +8 -0
- package/dist/specs/commodity/commodity-time-series.yaml +14 -0
- package/dist/specs/commodity/historical-commodity-prices.yaml +14 -0
- package/dist/specs/currency/currency-converter.yaml +14 -0
- package/dist/specs/currency/currency-fluctuation.yaml +14 -0
- package/dist/specs/currency/currency-historical-data-limit.yaml +11 -0
- package/dist/specs/currency/currency-rate.yaml +14 -0
- package/dist/specs/currency/currency-supported.yaml +11 -0
- package/dist/specs/currency/currency-symbols.yaml +11 -0
- package/dist/specs/currency/currency-time-series.yaml +14 -0
- package/dist/specs/currency/geolocalized-currency-conversion.yaml +14 -0
- package/dist/specs/currency/historical-currency-converter.yaml +14 -0
- package/dist/specs/currency/historical-currency-rate.yaml +14 -0
- package/dist/specs/dns/bulk-dns-lookup.yaml +14 -0
- package/dist/specs/dns/dns-history-lookup.yaml +14 -0
- package/dist/specs/dns/dns-lookup.yaml +11 -0
- package/dist/specs/dns/reverse-dns-lookup.yaml +34 -0
- package/dist/specs/domain/bulk-domain-checker.yaml +17 -0
- package/dist/specs/domain/domain-search-with-suggestions.yaml +14 -0
- package/dist/specs/domain/domain-search.yaml +14 -0
- package/dist/specs/domain/subdomain-lookup.yaml +14 -0
- package/dist/specs/email-validation/bulk-email-validation.yaml +17 -0
- package/dist/specs/email-validation/email-checker.yaml +41 -0
- package/dist/specs/financial/bulk-vat-rates-country.yaml +14 -0
- package/dist/specs/financial/financial-apis-supported-countries.yaml +8 -0
- package/dist/specs/financial/iban-validation.yaml +11 -0
- package/dist/specs/financial/swift-code-finder.yaml +11 -0
- package/dist/specs/financial/swift-code-lookup.yaml +14 -0
- package/dist/specs/financial/vat-number-validation.yaml +14 -0
- package/dist/specs/financial/vat-rates-by-ip.yaml +14 -0
- package/dist/specs/financial/vat-rates-country.yaml +14 -0
- package/dist/specs/general/usage-credits.yaml +11 -0
- package/dist/specs/geocoding/forward-geocoding.yaml +14 -0
- package/dist/specs/geocoding/reverse-geocoding.yaml +11 -0
- package/dist/specs/geodb/administrative-units-details.yaml +14 -0
- package/dist/specs/geodb/administrative-units-levels.yaml +14 -0
- package/dist/specs/geodb/administrative-units.yaml +14 -0
- package/dist/specs/geodb/cities.yaml +14 -0
- package/dist/specs/geodb/countries-details.yaml +11 -0
- package/dist/specs/geodb/countries.yaml +11 -0
- package/dist/specs/geodb/flags-supported.yaml +8 -0
- package/dist/specs/geodb/flags.yaml +14 -0
- package/dist/specs/geodb/regions.yaml +8 -0
- package/dist/specs/geodb/subregions.yaml +14 -0
- package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +14 -0
- package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +11 -0
- package/dist/specs/ip-intelligence/ip-locator.yaml +17 -0
- package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +14 -0
- package/dist/specs/other/astronomy-data.yaml +14 -0
- package/dist/specs/pdf/bulk-pdf-generator.yaml +32 -0
- package/dist/specs/pdf/delete-pdf-page.yaml +14 -0
- package/dist/specs/pdf/linearize-pdf.yaml +14 -0
- package/dist/specs/pdf/merge-pdf.yaml +14 -0
- package/dist/specs/pdf/pdf-compress.yaml +14 -0
- package/dist/specs/pdf/pdf-decrypt.yaml +14 -0
- package/dist/specs/pdf/pdf-encrypt.yaml +14 -0
- package/dist/specs/pdf/pdf-extract-pages.yaml +14 -0
- package/dist/specs/pdf/pdf-file-status.yaml +14 -0
- package/dist/specs/pdf/pdf-file.yaml +14 -0
- package/dist/specs/pdf/pdf-files.yaml +8 -0
- package/dist/specs/pdf/pdf-generator.yaml +32 -0
- package/dist/specs/pdf/pdf-resource-download.yaml +14 -0
- package/dist/specs/pdf/pdf-resource-upload-binary.yaml +14 -0
- package/dist/specs/pdf/pdf-resource-upload.yaml +14 -0
- package/dist/specs/pdf/pdf-restrict.yaml +14 -0
- package/dist/specs/pdf/pdf-split-pages.yaml +14 -0
- package/dist/specs/pdf/pdf-task-status.yaml +14 -0
- package/dist/specs/pdf/pdf-to-image.yaml +35 -0
- package/dist/specs/pdf/pdf-unrestrict.yaml +14 -0
- package/dist/specs/pdf/rotate-pdf-pages.yaml +14 -0
- package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +23 -0
- package/dist/specs/phone-validation/phone-number-validation.yaml +20 -0
- package/dist/specs/scraper/web-scraper.yaml +34 -0
- package/dist/specs/screenshot/bulk-screenshot.yaml +34 -0
- package/dist/specs/screenshot/website-screenshot.yaml +34 -0
- package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +17 -0
- package/dist/specs/ssl/ssl-certificate-lookup.yaml +17 -0
- package/dist/specs/timezone/timezone-converter.yaml +14 -0
- package/dist/specs/timezone/timezone-lookup.yaml +14 -0
- package/dist/specs/user-agent/bulk-user-agent-parser.yaml +11 -0
- package/dist/specs/user-agent/user-agent-parser.yaml +11 -0
- package/dist/specs/weather/air-quality.yaml +14 -0
- package/dist/specs/weather/bulk-live-weather.yaml +11 -0
- package/dist/specs/weather/flood-forecast.yaml +14 -0
- package/dist/specs/weather/historical-weather.yaml +14 -0
- package/dist/specs/weather/live-weather.yaml +14 -0
- package/dist/specs/weather/marine-weather.yaml +14 -0
- package/dist/specs/weather/time-series-weather.yaml +11 -0
- package/dist/specs/weather/weather-forecast.yaml +11 -0
- package/dist/specs/whois/asn-lookup.yaml +14 -0
- package/dist/specs/whois/bulk-whois-lookup.yaml +17 -0
- package/dist/specs/whois/domain-whois-history-lookup.yaml +14 -0
- package/dist/specs/whois/reverse-whois.yaml +34 -0
- package/dist/specs/whois/whois-domain-lookup.yaml +17 -0
- package/dist/specs/whois/whois-ip-lookup.yaml +14 -0
- package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +14 -0
- package/dist/specs/zip-code/zip-code-api.yaml +14 -0
- package/dist/specs/zip-code/zip-code-distance-match.yaml +14 -0
- package/dist/specs/zip-code/zip-code-distance.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-by-city.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-by-region.yaml +14 -0
- package/dist/specs/zip-code/zip-codes-radius-search.yaml +34 -0
- package/package.json +1 -1
- package/specs/commodity/commodity-fluctuation.json +23 -0
- package/specs/commodity/commodity-prices.json +23 -0
- package/specs/commodity/commodity-symbols.json +13 -0
- package/specs/commodity/commodity-time-series.json +27 -13
- package/specs/commodity/historical-commodity-prices.json +23 -0
- package/specs/currency/currency-converter.json +23 -0
- package/specs/currency/currency-fluctuation.json +23 -0
- package/specs/currency/currency-historical-data-limit.json +18 -0
- package/specs/currency/currency-rate.json +23 -0
- package/specs/currency/currency-supported.json +18 -0
- package/specs/currency/currency-symbols.json +18 -0
- package/specs/currency/currency-time-series.json +23 -0
- package/specs/currency/geolocalized-currency-conversion.json +23 -0
- package/specs/currency/historical-currency-converter.json +23 -0
- package/specs/currency/historical-currency-rate.json +23 -0
- package/specs/dns/bulk-dns-lookup.json +23 -0
- package/specs/dns/dns-history-lookup.json +23 -0
- package/specs/dns/dns-lookup.json +18 -0
- package/specs/dns/reverse-dns-lookup.json +61 -1
- package/specs/domain/bulk-domain-checker.json +28 -0
- package/specs/domain/domain-search-with-suggestions.json +23 -0
- package/specs/domain/domain-search.json +23 -0
- package/specs/domain/subdomain-lookup.json +23 -0
- package/specs/email-validation/bulk-email-validation.json +28 -0
- package/specs/email-validation/email-checker.json +64 -0
- package/specs/financial/bulk-vat-rates-country.json +23 -0
- package/specs/financial/financial-apis-supported-countries.json +34 -5
- package/specs/financial/iban-validation.json +18 -0
- package/specs/financial/swift-code-finder.json +31 -2
- package/specs/financial/swift-code-lookup.json +23 -0
- package/specs/financial/vat-number-validation.json +23 -0
- package/specs/financial/vat-rates-by-ip.json +23 -0
- package/specs/financial/vat-rates-country.json +23 -0
- package/specs/general/usage-credits.json +18 -0
- package/specs/geocoding/forward-geocoding.json +23 -0
- package/specs/geocoding/reverse-geocoding.json +18 -0
- package/specs/geodb/administrative-units-details.json +23 -0
- package/specs/geodb/administrative-units-levels.json +23 -0
- package/specs/geodb/administrative-units.json +23 -0
- package/specs/geodb/cities.json +23 -0
- package/specs/geodb/countries-details.json +18 -0
- package/specs/geodb/countries.json +18 -0
- package/specs/geodb/flags-supported.json +13 -0
- package/specs/geodb/flags.json +23 -0
- package/specs/geodb/regions.json +13 -0
- package/specs/geodb/subregions.json +23 -0
- package/specs/ip-intelligence/bulk-ip-lookup.json +23 -0
- package/specs/ip-intelligence/bulk-ip-threat-intelligence.json +18 -0
- package/specs/ip-intelligence/ip-locator.json +33 -5
- package/specs/ip-intelligence/ip-threat-intelligence.json +23 -0
- package/specs/other/astronomy-data.json +24 -2
- package/specs/pdf/bulk-pdf-generator.json +61 -8
- package/specs/pdf/delete-pdf-page.json +33 -21
- package/specs/pdf/linearize-pdf.json +31 -19
- package/specs/pdf/merge-pdf.json +30 -18
- package/specs/pdf/pdf-compress.json +32 -25
- package/specs/pdf/pdf-decrypt.json +32 -21
- package/specs/pdf/pdf-encrypt.json +31 -19
- package/specs/pdf/pdf-extract-pages.json +33 -21
- package/specs/pdf/pdf-file-status.json +23 -0
- package/specs/pdf/pdf-file.json +23 -0
- package/specs/pdf/pdf-files.json +13 -0
- package/specs/pdf/pdf-generator.json +61 -8
- package/specs/pdf/pdf-resource-download.json +23 -0
- package/specs/pdf/pdf-resource-upload-binary.json +29 -16
- package/specs/pdf/pdf-resource-upload.json +30 -19
- package/specs/pdf/pdf-restrict.json +32 -20
- package/specs/pdf/pdf-split-pages.json +33 -21
- package/specs/pdf/pdf-task-status.json +23 -0
- package/specs/pdf/pdf-to-image.json +90 -101
- package/specs/pdf/pdf-unrestrict.json +32 -20
- package/specs/pdf/rotate-pdf-pages.json +32 -20
- package/specs/phone-validation/bulk-phone-number-validation.json +54 -16
- package/specs/phone-validation/phone-number-validation.json +33 -0
- package/specs/scraper/web-scraper.json +53 -0
- package/specs/screenshot/bulk-screenshot.json +53 -0
- package/specs/screenshot/website-screenshot.json +53 -0
- package/specs/ssl/ssl-certificate-chain-lookup.json +28 -0
- package/specs/ssl/ssl-certificate-lookup.json +28 -0
- package/specs/timezone/timezone-converter.json +23 -0
- package/specs/timezone/timezone-lookup.json +25 -2
- package/specs/user-agent/bulk-user-agent-parser.json +20 -2
- package/specs/user-agent/user-agent-parser.json +18 -0
- package/specs/weather/air-quality.json +23 -0
- package/specs/weather/bulk-live-weather.json +18 -0
- package/specs/weather/flood-forecast.json +23 -0
- package/specs/weather/historical-weather.json +23 -0
- package/specs/weather/live-weather.json +23 -0
- package/specs/weather/marine-weather.json +23 -0
- package/specs/weather/time-series-weather.json +18 -0
- package/specs/weather/weather-forecast.json +18 -0
- package/specs/whois/asn-lookup.json +23 -0
- package/specs/whois/bulk-whois-lookup.json +28 -0
- package/specs/whois/domain-whois-history-lookup.json +23 -0
- package/specs/whois/reverse-whois.json +53 -0
- package/specs/whois/whois-domain-lookup.json +28 -0
- package/specs/whois/whois-ip-lookup.json +23 -0
- package/specs/zip-code/bulk-zip-code-lookup.json +23 -0
- package/specs/zip-code/zip-code-api.json +23 -0
- package/specs/zip-code/zip-code-distance-match.json +23 -0
- package/specs/zip-code/zip-code-distance.json +23 -0
- package/specs/zip-code/zip-codes-by-city.json +23 -0
- package/specs/zip-code/zip-codes-by-region.json +24 -7
- package/specs/zip-code/zip-codes-radius-search.json +53 -0
|
@@ -136,6 +136,11 @@
|
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
+
},
|
|
140
|
+
"headers": {
|
|
141
|
+
"X-AF-Credits-Cost": {
|
|
142
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
143
|
+
}
|
|
139
144
|
}
|
|
140
145
|
},
|
|
141
146
|
"400": {
|
|
@@ -158,6 +163,11 @@
|
|
|
158
163
|
}
|
|
159
164
|
}
|
|
160
165
|
}
|
|
166
|
+
},
|
|
167
|
+
"headers": {
|
|
168
|
+
"X-AF-Credits-Cost": {
|
|
169
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
170
|
+
}
|
|
161
171
|
}
|
|
162
172
|
}
|
|
163
173
|
},
|
|
@@ -315,6 +325,14 @@
|
|
|
315
325
|
},
|
|
316
326
|
"description": "Standard error envelope returned by the API on failed requests."
|
|
317
327
|
}
|
|
328
|
+
},
|
|
329
|
+
"headers": {
|
|
330
|
+
"X-AF-Credits-Cost": {
|
|
331
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
332
|
+
"schema": {
|
|
333
|
+
"type": "integer"
|
|
334
|
+
}
|
|
335
|
+
}
|
|
318
336
|
}
|
|
319
337
|
},
|
|
320
338
|
"security": [
|
|
@@ -74,7 +74,13 @@
|
|
|
74
74
|
"examples": {
|
|
75
75
|
"allCountries": {
|
|
76
76
|
"summary": "No parameters — all supported countries",
|
|
77
|
-
"value": [
|
|
77
|
+
"value": [
|
|
78
|
+
"Albania",
|
|
79
|
+
"Algeria",
|
|
80
|
+
"Andorra",
|
|
81
|
+
"Germany",
|
|
82
|
+
"United States"
|
|
83
|
+
]
|
|
78
84
|
},
|
|
79
85
|
"banksInCountry": {
|
|
80
86
|
"summary": "country only — bank names in that country",
|
|
@@ -82,7 +88,12 @@
|
|
|
82
88
|
},
|
|
83
89
|
"citiesForBank": {
|
|
84
90
|
"summary": "country + bank — cities that bank operates in",
|
|
85
|
-
"value": [
|
|
91
|
+
"value": [
|
|
92
|
+
"AACHEN",
|
|
93
|
+
"BERLIN",
|
|
94
|
+
"FRANKFURT AM MAIN",
|
|
95
|
+
"MUENCHEN"
|
|
96
|
+
]
|
|
86
97
|
},
|
|
87
98
|
"swiftCodes": {
|
|
88
99
|
"summary": "country + bank + city — matching SWIFT/BIC codes",
|
|
@@ -100,6 +111,11 @@
|
|
|
100
111
|
}
|
|
101
112
|
}
|
|
102
113
|
}
|
|
114
|
+
},
|
|
115
|
+
"headers": {
|
|
116
|
+
"X-AF-Credits-Cost": {
|
|
117
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
118
|
+
}
|
|
103
119
|
}
|
|
104
120
|
},
|
|
105
121
|
"400": {
|
|
@@ -118,6 +134,11 @@
|
|
|
118
134
|
}
|
|
119
135
|
}
|
|
120
136
|
}
|
|
137
|
+
},
|
|
138
|
+
"headers": {
|
|
139
|
+
"X-AF-Credits-Cost": {
|
|
140
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
141
|
+
}
|
|
121
142
|
}
|
|
122
143
|
}
|
|
123
144
|
}
|
|
@@ -179,6 +200,14 @@
|
|
|
179
200
|
}
|
|
180
201
|
}
|
|
181
202
|
}
|
|
203
|
+
},
|
|
204
|
+
"headers": {
|
|
205
|
+
"X-AF-Credits-Cost": {
|
|
206
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
207
|
+
"schema": {
|
|
208
|
+
"type": "integer"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
182
211
|
}
|
|
183
212
|
},
|
|
184
213
|
"security": [
|
|
@@ -67,6 +67,11 @@
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
+
},
|
|
71
|
+
"headers": {
|
|
72
|
+
"X-AF-Credits-Cost": {
|
|
73
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
74
|
+
}
|
|
70
75
|
}
|
|
71
76
|
},
|
|
72
77
|
"400": {
|
|
@@ -95,6 +100,11 @@
|
|
|
95
100
|
}
|
|
96
101
|
}
|
|
97
102
|
}
|
|
103
|
+
},
|
|
104
|
+
"headers": {
|
|
105
|
+
"X-AF-Credits-Cost": {
|
|
106
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
107
|
+
}
|
|
98
108
|
}
|
|
99
109
|
},
|
|
100
110
|
"404": {
|
|
@@ -113,6 +123,11 @@
|
|
|
113
123
|
}
|
|
114
124
|
}
|
|
115
125
|
}
|
|
126
|
+
},
|
|
127
|
+
"headers": {
|
|
128
|
+
"X-AF-Credits-Cost": {
|
|
129
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
130
|
+
}
|
|
116
131
|
}
|
|
117
132
|
}
|
|
118
133
|
},
|
|
@@ -207,6 +222,14 @@
|
|
|
207
222
|
},
|
|
208
223
|
"description": "Standard error envelope returned by the API on failed requests."
|
|
209
224
|
}
|
|
225
|
+
},
|
|
226
|
+
"headers": {
|
|
227
|
+
"X-AF-Credits-Cost": {
|
|
228
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
229
|
+
"schema": {
|
|
230
|
+
"type": "integer"
|
|
231
|
+
}
|
|
232
|
+
}
|
|
210
233
|
}
|
|
211
234
|
},
|
|
212
235
|
"security": [
|
|
@@ -99,6 +99,11 @@
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
+
},
|
|
103
|
+
"headers": {
|
|
104
|
+
"X-AF-Credits-Cost": {
|
|
105
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
106
|
+
}
|
|
102
107
|
}
|
|
103
108
|
},
|
|
104
109
|
"400": {
|
|
@@ -127,6 +132,11 @@
|
|
|
127
132
|
}
|
|
128
133
|
}
|
|
129
134
|
}
|
|
135
|
+
},
|
|
136
|
+
"headers": {
|
|
137
|
+
"X-AF-Credits-Cost": {
|
|
138
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
139
|
+
}
|
|
130
140
|
}
|
|
131
141
|
},
|
|
132
142
|
"404": {
|
|
@@ -145,6 +155,11 @@
|
|
|
145
155
|
}
|
|
146
156
|
}
|
|
147
157
|
}
|
|
158
|
+
},
|
|
159
|
+
"headers": {
|
|
160
|
+
"X-AF-Credits-Cost": {
|
|
161
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
162
|
+
}
|
|
148
163
|
}
|
|
149
164
|
}
|
|
150
165
|
},
|
|
@@ -270,6 +285,14 @@
|
|
|
270
285
|
},
|
|
271
286
|
"description": "Standard error envelope returned by the API on failed requests."
|
|
272
287
|
}
|
|
288
|
+
},
|
|
289
|
+
"headers": {
|
|
290
|
+
"X-AF-Credits-Cost": {
|
|
291
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
292
|
+
"schema": {
|
|
293
|
+
"type": "integer"
|
|
294
|
+
}
|
|
295
|
+
}
|
|
273
296
|
}
|
|
274
297
|
},
|
|
275
298
|
"security": [
|
|
@@ -86,6 +86,11 @@
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
+
},
|
|
90
|
+
"headers": {
|
|
91
|
+
"X-AF-Credits-Cost": {
|
|
92
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
93
|
+
}
|
|
89
94
|
}
|
|
90
95
|
},
|
|
91
96
|
"400": {
|
|
@@ -104,6 +109,11 @@
|
|
|
104
109
|
}
|
|
105
110
|
}
|
|
106
111
|
}
|
|
112
|
+
},
|
|
113
|
+
"headers": {
|
|
114
|
+
"X-AF-Credits-Cost": {
|
|
115
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
116
|
+
}
|
|
107
117
|
}
|
|
108
118
|
},
|
|
109
119
|
"404": {
|
|
@@ -122,6 +132,11 @@
|
|
|
122
132
|
}
|
|
123
133
|
}
|
|
124
134
|
}
|
|
135
|
+
},
|
|
136
|
+
"headers": {
|
|
137
|
+
"X-AF-Credits-Cost": {
|
|
138
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
139
|
+
}
|
|
125
140
|
}
|
|
126
141
|
}
|
|
127
142
|
}
|
|
@@ -262,6 +277,14 @@
|
|
|
262
277
|
},
|
|
263
278
|
"description": "Standard error envelope returned by the API on failed requests."
|
|
264
279
|
}
|
|
280
|
+
},
|
|
281
|
+
"headers": {
|
|
282
|
+
"X-AF-Credits-Cost": {
|
|
283
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
284
|
+
"schema": {
|
|
285
|
+
"type": "integer"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
265
288
|
}
|
|
266
289
|
},
|
|
267
290
|
"security": [
|
|
@@ -95,6 +95,11 @@
|
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
+
},
|
|
99
|
+
"headers": {
|
|
100
|
+
"X-AF-Credits-Cost": {
|
|
101
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
102
|
+
}
|
|
98
103
|
}
|
|
99
104
|
},
|
|
100
105
|
"400": {
|
|
@@ -117,6 +122,11 @@
|
|
|
117
122
|
}
|
|
118
123
|
}
|
|
119
124
|
}
|
|
125
|
+
},
|
|
126
|
+
"headers": {
|
|
127
|
+
"X-AF-Credits-Cost": {
|
|
128
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
129
|
+
}
|
|
120
130
|
}
|
|
121
131
|
},
|
|
122
132
|
"404": {
|
|
@@ -135,6 +145,11 @@
|
|
|
135
145
|
}
|
|
136
146
|
}
|
|
137
147
|
}
|
|
148
|
+
},
|
|
149
|
+
"headers": {
|
|
150
|
+
"X-AF-Credits-Cost": {
|
|
151
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
152
|
+
}
|
|
138
153
|
}
|
|
139
154
|
}
|
|
140
155
|
}
|
|
@@ -275,6 +290,14 @@
|
|
|
275
290
|
},
|
|
276
291
|
"description": "Standard error envelope returned by the API on failed requests."
|
|
277
292
|
}
|
|
293
|
+
},
|
|
294
|
+
"headers": {
|
|
295
|
+
"X-AF-Credits-Cost": {
|
|
296
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
297
|
+
"schema": {
|
|
298
|
+
"type": "integer"
|
|
299
|
+
}
|
|
300
|
+
}
|
|
278
301
|
}
|
|
279
302
|
},
|
|
280
303
|
"security": [
|
|
@@ -65,6 +65,11 @@
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
+
},
|
|
69
|
+
"headers": {
|
|
70
|
+
"X-AF-Credits-Cost": {
|
|
71
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
72
|
+
}
|
|
68
73
|
}
|
|
69
74
|
},
|
|
70
75
|
"403": {
|
|
@@ -87,6 +92,11 @@
|
|
|
87
92
|
}
|
|
88
93
|
}
|
|
89
94
|
}
|
|
95
|
+
},
|
|
96
|
+
"headers": {
|
|
97
|
+
"X-AF-Credits-Cost": {
|
|
98
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
99
|
+
}
|
|
90
100
|
}
|
|
91
101
|
}
|
|
92
102
|
}
|
|
@@ -205,6 +215,14 @@
|
|
|
205
215
|
}
|
|
206
216
|
}
|
|
207
217
|
}
|
|
218
|
+
},
|
|
219
|
+
"headers": {
|
|
220
|
+
"X-AF-Credits-Cost": {
|
|
221
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
222
|
+
"schema": {
|
|
223
|
+
"type": "integer"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
208
226
|
}
|
|
209
227
|
},
|
|
210
228
|
"security": [
|
|
@@ -148,6 +148,11 @@
|
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
+
},
|
|
152
|
+
"headers": {
|
|
153
|
+
"X-AF-Credits-Cost": {
|
|
154
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
155
|
+
}
|
|
151
156
|
}
|
|
152
157
|
},
|
|
153
158
|
"400": {
|
|
@@ -200,6 +205,11 @@
|
|
|
200
205
|
}
|
|
201
206
|
}
|
|
202
207
|
}
|
|
208
|
+
},
|
|
209
|
+
"headers": {
|
|
210
|
+
"X-AF-Credits-Cost": {
|
|
211
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
212
|
+
}
|
|
203
213
|
}
|
|
204
214
|
},
|
|
205
215
|
"404": {
|
|
@@ -222,6 +232,11 @@
|
|
|
222
232
|
}
|
|
223
233
|
}
|
|
224
234
|
}
|
|
235
|
+
},
|
|
236
|
+
"headers": {
|
|
237
|
+
"X-AF-Credits-Cost": {
|
|
238
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
239
|
+
}
|
|
225
240
|
}
|
|
226
241
|
}
|
|
227
242
|
}
|
|
@@ -389,6 +404,14 @@
|
|
|
389
404
|
}
|
|
390
405
|
}
|
|
391
406
|
}
|
|
407
|
+
},
|
|
408
|
+
"headers": {
|
|
409
|
+
"X-AF-Credits-Cost": {
|
|
410
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
411
|
+
"schema": {
|
|
412
|
+
"type": "integer"
|
|
413
|
+
}
|
|
414
|
+
}
|
|
392
415
|
}
|
|
393
416
|
},
|
|
394
417
|
"security": [
|
|
@@ -102,6 +102,11 @@
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
+
},
|
|
106
|
+
"headers": {
|
|
107
|
+
"X-AF-Credits-Cost": {
|
|
108
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
109
|
+
}
|
|
105
110
|
}
|
|
106
111
|
},
|
|
107
112
|
"400": {
|
|
@@ -154,6 +159,11 @@
|
|
|
154
159
|
}
|
|
155
160
|
}
|
|
156
161
|
}
|
|
162
|
+
},
|
|
163
|
+
"headers": {
|
|
164
|
+
"X-AF-Credits-Cost": {
|
|
165
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
166
|
+
}
|
|
157
167
|
}
|
|
158
168
|
}
|
|
159
169
|
}
|
|
@@ -313,6 +323,14 @@
|
|
|
313
323
|
}
|
|
314
324
|
}
|
|
315
325
|
}
|
|
326
|
+
},
|
|
327
|
+
"headers": {
|
|
328
|
+
"X-AF-Credits-Cost": {
|
|
329
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
330
|
+
"schema": {
|
|
331
|
+
"type": "integer"
|
|
332
|
+
}
|
|
333
|
+
}
|
|
316
334
|
}
|
|
317
335
|
},
|
|
318
336
|
"security": [
|
|
@@ -86,6 +86,11 @@
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
+
},
|
|
90
|
+
"headers": {
|
|
91
|
+
"X-AF-Credits-Cost": {
|
|
92
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
93
|
+
}
|
|
89
94
|
}
|
|
90
95
|
},
|
|
91
96
|
"400": {
|
|
@@ -128,6 +133,11 @@
|
|
|
128
133
|
}
|
|
129
134
|
}
|
|
130
135
|
}
|
|
136
|
+
},
|
|
137
|
+
"headers": {
|
|
138
|
+
"X-AF-Credits-Cost": {
|
|
139
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
140
|
+
}
|
|
131
141
|
}
|
|
132
142
|
},
|
|
133
143
|
"404": {
|
|
@@ -150,6 +160,11 @@
|
|
|
150
160
|
}
|
|
151
161
|
}
|
|
152
162
|
}
|
|
163
|
+
},
|
|
164
|
+
"headers": {
|
|
165
|
+
"X-AF-Credits-Cost": {
|
|
166
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
167
|
+
}
|
|
153
168
|
}
|
|
154
169
|
}
|
|
155
170
|
}
|
|
@@ -237,6 +252,14 @@
|
|
|
237
252
|
}
|
|
238
253
|
}
|
|
239
254
|
}
|
|
255
|
+
},
|
|
256
|
+
"headers": {
|
|
257
|
+
"X-AF-Credits-Cost": {
|
|
258
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
259
|
+
"schema": {
|
|
260
|
+
"type": "integer"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
240
263
|
}
|
|
241
264
|
},
|
|
242
265
|
"security": [
|
|
@@ -67,6 +67,11 @@
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
+
},
|
|
71
|
+
"headers": {
|
|
72
|
+
"X-AF-Credits-Cost": {
|
|
73
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
74
|
+
}
|
|
70
75
|
}
|
|
71
76
|
},
|
|
72
77
|
"400": {
|
|
@@ -99,6 +104,11 @@
|
|
|
99
104
|
}
|
|
100
105
|
}
|
|
101
106
|
}
|
|
107
|
+
},
|
|
108
|
+
"headers": {
|
|
109
|
+
"X-AF-Credits-Cost": {
|
|
110
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
111
|
+
}
|
|
102
112
|
}
|
|
103
113
|
},
|
|
104
114
|
"404": {
|
|
@@ -121,6 +131,11 @@
|
|
|
121
131
|
}
|
|
122
132
|
}
|
|
123
133
|
}
|
|
134
|
+
},
|
|
135
|
+
"headers": {
|
|
136
|
+
"X-AF-Credits-Cost": {
|
|
137
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
138
|
+
}
|
|
124
139
|
}
|
|
125
140
|
}
|
|
126
141
|
}
|
|
@@ -185,6 +200,14 @@
|
|
|
185
200
|
}
|
|
186
201
|
}
|
|
187
202
|
}
|
|
203
|
+
},
|
|
204
|
+
"headers": {
|
|
205
|
+
"X-AF-Credits-Cost": {
|
|
206
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
207
|
+
"schema": {
|
|
208
|
+
"type": "integer"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
188
211
|
}
|
|
189
212
|
},
|
|
190
213
|
"security": [
|
|
@@ -87,6 +87,11 @@
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
+
},
|
|
91
|
+
"headers": {
|
|
92
|
+
"X-AF-Credits-Cost": {
|
|
93
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
94
|
+
}
|
|
90
95
|
}
|
|
91
96
|
},
|
|
92
97
|
"400": {
|
|
@@ -119,6 +124,11 @@
|
|
|
119
124
|
}
|
|
120
125
|
}
|
|
121
126
|
}
|
|
127
|
+
},
|
|
128
|
+
"headers": {
|
|
129
|
+
"X-AF-Credits-Cost": {
|
|
130
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
131
|
+
}
|
|
122
132
|
}
|
|
123
133
|
},
|
|
124
134
|
"404": {
|
|
@@ -141,6 +151,11 @@
|
|
|
141
151
|
}
|
|
142
152
|
}
|
|
143
153
|
}
|
|
154
|
+
},
|
|
155
|
+
"headers": {
|
|
156
|
+
"X-AF-Credits-Cost": {
|
|
157
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
158
|
+
}
|
|
144
159
|
}
|
|
145
160
|
}
|
|
146
161
|
}
|
|
@@ -224,6 +239,14 @@
|
|
|
224
239
|
}
|
|
225
240
|
}
|
|
226
241
|
}
|
|
242
|
+
},
|
|
243
|
+
"headers": {
|
|
244
|
+
"X-AF-Credits-Cost": {
|
|
245
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
246
|
+
"schema": {
|
|
247
|
+
"type": "integer"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
227
250
|
}
|
|
228
251
|
},
|
|
229
252
|
"security": [
|
package/specs/geodb/cities.json
CHANGED
|
@@ -94,6 +94,11 @@
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
|
+
},
|
|
98
|
+
"headers": {
|
|
99
|
+
"X-AF-Credits-Cost": {
|
|
100
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
101
|
+
}
|
|
97
102
|
}
|
|
98
103
|
},
|
|
99
104
|
"400": {
|
|
@@ -136,6 +141,11 @@
|
|
|
136
141
|
}
|
|
137
142
|
}
|
|
138
143
|
}
|
|
144
|
+
},
|
|
145
|
+
"headers": {
|
|
146
|
+
"X-AF-Credits-Cost": {
|
|
147
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
148
|
+
}
|
|
139
149
|
}
|
|
140
150
|
},
|
|
141
151
|
"404": {
|
|
@@ -158,6 +168,11 @@
|
|
|
158
168
|
}
|
|
159
169
|
}
|
|
160
170
|
}
|
|
171
|
+
},
|
|
172
|
+
"headers": {
|
|
173
|
+
"X-AF-Credits-Cost": {
|
|
174
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
175
|
+
}
|
|
161
176
|
}
|
|
162
177
|
}
|
|
163
178
|
}
|
|
@@ -275,6 +290,14 @@
|
|
|
275
290
|
}
|
|
276
291
|
}
|
|
277
292
|
}
|
|
293
|
+
},
|
|
294
|
+
"headers": {
|
|
295
|
+
"X-AF-Credits-Cost": {
|
|
296
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
297
|
+
"schema": {
|
|
298
|
+
"type": "integer"
|
|
299
|
+
}
|
|
300
|
+
}
|
|
278
301
|
}
|
|
279
302
|
},
|
|
280
303
|
"security": [
|
|
@@ -96,6 +96,11 @@
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
|
+
},
|
|
100
|
+
"headers": {
|
|
101
|
+
"X-AF-Credits-Cost": {
|
|
102
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
103
|
+
}
|
|
99
104
|
}
|
|
100
105
|
},
|
|
101
106
|
"400": {
|
|
@@ -128,6 +133,11 @@
|
|
|
128
133
|
}
|
|
129
134
|
}
|
|
130
135
|
}
|
|
136
|
+
},
|
|
137
|
+
"headers": {
|
|
138
|
+
"X-AF-Credits-Cost": {
|
|
139
|
+
"$ref": "#/components/headers/X-AF-Credits-Cost"
|
|
140
|
+
}
|
|
131
141
|
}
|
|
132
142
|
}
|
|
133
143
|
}
|
|
@@ -261,6 +271,14 @@
|
|
|
261
271
|
}
|
|
262
272
|
}
|
|
263
273
|
}
|
|
274
|
+
},
|
|
275
|
+
"headers": {
|
|
276
|
+
"X-AF-Credits-Cost": {
|
|
277
|
+
"description": "Specifies the number of credits consumed by the current request.",
|
|
278
|
+
"schema": {
|
|
279
|
+
"type": "integer"
|
|
280
|
+
}
|
|
281
|
+
}
|
|
264
282
|
}
|
|
265
283
|
},
|
|
266
284
|
"security": [
|