@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.
- package/LICENSE +21 -0
- package/README.md +156 -0
- package/dist/index.cjs +44663 -0
- package/dist/index.d.cts +30 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +44631 -0
- package/package.json +81 -0
- package/specs/commodity/commodity-fluctuation.json +301 -0
- package/specs/commodity/commodity-prices.json +317 -0
- package/specs/commodity/commodity-symbols.json +215 -0
- package/specs/commodity/commodity-time-series.json +329 -0
- package/specs/commodity/historical-commodity-prices.json +273 -0
- package/specs/currency/currency-converter.json +261 -0
- package/specs/currency/currency-fluctuation.json +282 -0
- package/specs/currency/currency-historical-data-limit.json +158 -0
- package/specs/currency/currency-rate.json +229 -0
- package/specs/currency/currency-supported.json +234 -0
- package/specs/currency/currency-symbols.json +161 -0
- package/specs/currency/currency-time-series.json +325 -0
- package/specs/currency/geolocalized-currency-conversion.json +287 -0
- package/specs/currency/historical-currency-converter.json +269 -0
- package/specs/currency/historical-currency-rate.json +246 -0
- package/specs/dns/bulk-dns-lookup.json +624 -0
- package/specs/dns/dns-history-lookup.json +579 -0
- package/specs/dns/dns-lookup.json +466 -0
- package/specs/dns/reverse-dns-lookup.json +414 -0
- package/specs/domain/bulk-domain-checker.json +284 -0
- package/specs/domain/domain-search-with-suggestions.json +280 -0
- package/specs/domain/domain-search.json +206 -0
- package/specs/domain/subdomain-lookup.json +343 -0
- package/specs/email-validation/bulk-email-validation.json +534 -0
- package/specs/email-validation/email-checker.json +586 -0
- package/specs/financial/bulk-vat-rates-country.json +341 -0
- package/specs/financial/financial-apis-supported-countries.json +204 -0
- package/specs/financial/iban-validation.json +328 -0
- package/specs/financial/swift-code-finder.json +192 -0
- package/specs/financial/swift-code-lookup.json +220 -0
- package/specs/financial/vat-number-validation.json +283 -0
- package/specs/financial/vat-rates-by-ip.json +275 -0
- package/specs/financial/vat-rates-country.json +288 -0
- package/specs/general/usage-credits.json +218 -0
- package/specs/geocoding/forward-geocoding.json +402 -0
- package/specs/geocoding/reverse-geocoding.json +326 -0
- package/specs/geodb/administrative-units-details.json +250 -0
- package/specs/geodb/administrative-units-levels.json +198 -0
- package/specs/geodb/administrative-units.json +237 -0
- package/specs/geodb/cities.json +288 -0
- package/specs/geodb/countries-details.json +274 -0
- package/specs/geodb/countries.json +276 -0
- package/specs/geodb/flags-supported.json +166 -0
- package/specs/geodb/flags.json +227 -0
- package/specs/geodb/regions.json +109 -0
- package/specs/geodb/subregions.json +217 -0
- package/specs/ip-intelligence/bulk-ip-lookup.json +1162 -0
- package/specs/ip-intelligence/bulk-ip-threat-intelligence.json +417 -0
- package/specs/ip-intelligence/ip-locator.json +941 -0
- package/specs/ip-intelligence/ip-threat-intelligence.json +316 -0
- package/specs/other/astronomy-data.json +803 -0
- package/specs/pdf/delete-pdf-page.json +286 -0
- package/specs/pdf/linearize-pdf.json +277 -0
- package/specs/pdf/merge-pdf.json +285 -0
- package/specs/pdf/pdf-compress.json +304 -0
- package/specs/pdf/pdf-decrypt.json +297 -0
- package/specs/pdf/pdf-encrypt.json +314 -0
- package/specs/pdf/pdf-extract-pages.json +295 -0
- package/specs/pdf/pdf-file-status.json +208 -0
- package/specs/pdf/pdf-file.json +190 -0
- package/specs/pdf/pdf-files.json +126 -0
- package/specs/pdf/pdf-resource-download.json +168 -0
- package/specs/pdf/pdf-resource-upload-binary.json +218 -0
- package/specs/pdf/pdf-resource-upload.json +248 -0
- package/specs/pdf/pdf-restrict.json +343 -0
- package/specs/pdf/pdf-split-pages.json +281 -0
- package/specs/pdf/pdf-task-status.json +252 -0
- package/specs/pdf/pdf-to-image.json +1219 -0
- package/specs/pdf/pdf-unrestrict.json +324 -0
- package/specs/pdf/rotate-pdf-pages.json +305 -0
- package/specs/phone-validation/bulk-phone-number-validation.json +518 -0
- package/specs/phone-validation/phone-number-validation.json +456 -0
- package/specs/scraper/web-scraper.json +674 -0
- package/specs/screenshot/bulk-screenshot.json +949 -0
- package/specs/screenshot/website-screenshot.json +1147 -0
- package/specs/ssl/ssl-certificate-chain-lookup.json +756 -0
- package/specs/ssl/ssl-certificate-lookup.json +634 -0
- package/specs/timezone/timezone-converter.json +362 -0
- package/specs/timezone/timezone-lookup.json +910 -0
- package/specs/user-agent/bulk-user-agent-parser.json +441 -0
- package/specs/user-agent/user-agent-parser.json +346 -0
- package/specs/weather/air-quality.json +779 -0
- package/specs/weather/bulk-live-weather.json +834 -0
- package/specs/weather/flood-forecast.json +693 -0
- package/specs/weather/historical-weather.json +1019 -0
- package/specs/weather/live-weather.json +789 -0
- package/specs/weather/marine-weather.json +940 -0
- package/specs/weather/time-series-weather.json +1056 -0
- package/specs/weather/weather-forecast.json +1202 -0
- package/specs/whois/asn-lookup.json +729 -0
- package/specs/whois/bulk-whois-lookup.json +698 -0
- package/specs/whois/domain-whois-history-lookup.json +500 -0
- package/specs/whois/reverse-whois.json +625 -0
- package/specs/whois/whois-domain-lookup.json +533 -0
- package/specs/whois/whois-ip-lookup.json +1110 -0
- package/specs/zip-code/bulk-zip-code-lookup.json +318 -0
- package/specs/zip-code/zip-code-api.json +299 -0
- package/specs/zip-code/zip-code-distance-match.json +311 -0
- package/specs/zip-code/zip-code-distance.json +307 -0
- package/specs/zip-code/zip-codes-by-city.json +279 -0
- package/specs/zip-code/zip-codes-by-region.json +278 -0
- package/specs/zip-code/zip-codes-radius-search.json +349 -0
|
@@ -0,0 +1,941 @@
|
|
|
1
|
+
{
|
|
2
|
+
"openapi": "3.1.1",
|
|
3
|
+
"info": {
|
|
4
|
+
"title": "IP Geolocation API - City, Country, Coordinates & ISP Data",
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"description": "Retrieve real-time geolocation and network intelligence for a single IPv4 or IPv6 address or hostname. Returns location (continent, country, region, city, coordinates, timezone), network (ASN, ISP/company, route), and currency data by default. Pass `include=security,hostname,liveHostname,hostnameFallbackLive,user_agent,abuse,dma_code,geo_accuracy` (or `include=*`) to add threat-intelligence scoring, reverse DNS resolution, parsed User-Agent details, abuse contact info, DMA code, or geolocation accuracy metadata as additional response blocks. Reserved, bogon, or unrecognized IP addresses return a `423` or `404` error instead of partial location data.",
|
|
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/v2.0",
|
|
16
|
+
"description": "IP Locator API Server"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"paths": {
|
|
20
|
+
"/geolocation/lookup": {
|
|
21
|
+
"get": {
|
|
22
|
+
"tags": ["IP Geolocation APIs"],
|
|
23
|
+
"summary": "Retrieve real-time and accurate IP geolocation and threat intelligence information for an IPv4 or IPv6 address",
|
|
24
|
+
"description": "Get detailed IP geolocation data for an IP address including country, city, timezone, currency, and optional threat intelligence and user-agent information.",
|
|
25
|
+
"operationId": "ipLookup",
|
|
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": false,
|
|
42
|
+
"description": "IPv4, IPv6, or hostname for geolocation lookup.",
|
|
43
|
+
"schema": {
|
|
44
|
+
"type": "string"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "lang",
|
|
49
|
+
"in": "query",
|
|
50
|
+
"required": false,
|
|
51
|
+
"description": "Response language for location fields. Default: en.",
|
|
52
|
+
"schema": {
|
|
53
|
+
"type": "string",
|
|
54
|
+
"enum": [
|
|
55
|
+
"en",
|
|
56
|
+
"de",
|
|
57
|
+
"ru",
|
|
58
|
+
"ja",
|
|
59
|
+
"fr",
|
|
60
|
+
"cn",
|
|
61
|
+
"es",
|
|
62
|
+
"cs",
|
|
63
|
+
"it",
|
|
64
|
+
"ko",
|
|
65
|
+
"fa",
|
|
66
|
+
"pt"
|
|
67
|
+
],
|
|
68
|
+
"default": "en"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "fields",
|
|
73
|
+
"in": "query",
|
|
74
|
+
"required": false,
|
|
75
|
+
"description": "Comma-separated list of fields to include in response. For example, `location` includes all location fields, `location.city` is a specific field.",
|
|
76
|
+
"schema": {
|
|
77
|
+
"type": "string"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "excludes",
|
|
82
|
+
"in": "query",
|
|
83
|
+
"required": false,
|
|
84
|
+
"description": "Comma-separated list of fields to exclude from response.",
|
|
85
|
+
"schema": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "include",
|
|
91
|
+
"in": "query",
|
|
92
|
+
"required": false,
|
|
93
|
+
"description": "Comma-separated list of additional data modules to include. Possible values: security (threat intelligence), hostname (IP-Hostname lookup), liveHostname (live hostname lookup), hostnameFallbackLive (hostname with live fallback), user_agent (parse User-Agent header), abuse (abuse contact info), dma_code (DMA code), geo_accuracy (accuracy_radius, confidence, locality), * (all modules).",
|
|
94
|
+
"schema": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"responses": {
|
|
100
|
+
"200": {
|
|
101
|
+
"description": "Successful geolocation response",
|
|
102
|
+
"content": {
|
|
103
|
+
"application/json": {
|
|
104
|
+
"schema": {
|
|
105
|
+
"$ref": "#/components/schemas/IpLookupResponse"
|
|
106
|
+
},
|
|
107
|
+
"examples": {
|
|
108
|
+
"typicalSuccess": {
|
|
109
|
+
"summary": "Typical successful response",
|
|
110
|
+
"value": {
|
|
111
|
+
"ip": "8.8.8.8",
|
|
112
|
+
"location": {
|
|
113
|
+
"continent_code": "NA",
|
|
114
|
+
"continent_name": "North America",
|
|
115
|
+
"country_code2": "US",
|
|
116
|
+
"country_code3": "USA",
|
|
117
|
+
"country_name": "United States",
|
|
118
|
+
"country_name_official": "United States of America",
|
|
119
|
+
"country_capital": "Washington, D.C.",
|
|
120
|
+
"state_prov": "California",
|
|
121
|
+
"state_code": "US-CA",
|
|
122
|
+
"district": "Santa Clara",
|
|
123
|
+
"city": "Mountain View",
|
|
124
|
+
"zipcode": "94043-1351",
|
|
125
|
+
"latitude": "37.42240",
|
|
126
|
+
"longitude": "-122.08421",
|
|
127
|
+
"is_eu": false,
|
|
128
|
+
"country_flag": "https://ipgeolocation.io/static/flags/us_64.png",
|
|
129
|
+
"geoname_id": "6301403",
|
|
130
|
+
"country_emoji": "\ud83c\uddfa\ud83c\uddf8"
|
|
131
|
+
},
|
|
132
|
+
"country_metadata": {
|
|
133
|
+
"calling_code": "+1",
|
|
134
|
+
"tld": ".us",
|
|
135
|
+
"languages": ["en-US", "es-US", "haw", "fr"]
|
|
136
|
+
},
|
|
137
|
+
"network": {
|
|
138
|
+
"connection_type": "",
|
|
139
|
+
"route": "8.8.8.0/24",
|
|
140
|
+
"is_anycast": true
|
|
141
|
+
},
|
|
142
|
+
"currency": {
|
|
143
|
+
"code": "USD",
|
|
144
|
+
"name": "US Dollar",
|
|
145
|
+
"symbol": "$"
|
|
146
|
+
},
|
|
147
|
+
"asn": {
|
|
148
|
+
"as_number": "AS15169",
|
|
149
|
+
"organization": "Google LLC",
|
|
150
|
+
"country": "US",
|
|
151
|
+
"type": "BUSINESS",
|
|
152
|
+
"domain": "google.com",
|
|
153
|
+
"date_allocated": "2000-03-30",
|
|
154
|
+
"rir": "ARIN"
|
|
155
|
+
},
|
|
156
|
+
"company": {
|
|
157
|
+
"name": "Google LLC",
|
|
158
|
+
"type": "HOSTING",
|
|
159
|
+
"domain": "google.com"
|
|
160
|
+
},
|
|
161
|
+
"time_zone": {
|
|
162
|
+
"name": "America/Los_Angeles",
|
|
163
|
+
"offset": -8,
|
|
164
|
+
"offset_with_dst": -7,
|
|
165
|
+
"current_time": "2026-07-08 03:03:31.835-0700",
|
|
166
|
+
"current_time_unix": 1783505011.835,
|
|
167
|
+
"current_tz_abbreviation": "PDT",
|
|
168
|
+
"current_tz_full_name": "Pacific Daylight Time",
|
|
169
|
+
"standard_tz_abbreviation": "PST",
|
|
170
|
+
"standard_tz_full_name": "Pacific Standard Time",
|
|
171
|
+
"is_dst": true,
|
|
172
|
+
"dst_savings": 1,
|
|
173
|
+
"dst_exists": true,
|
|
174
|
+
"dst_tz_abbreviation": "PDT",
|
|
175
|
+
"dst_tz_full_name": "Pacific Daylight Time",
|
|
176
|
+
"dst_start": {
|
|
177
|
+
"utc_time": "2026-03-08 TIME 10:00",
|
|
178
|
+
"duration": "+1.00H",
|
|
179
|
+
"gap": true,
|
|
180
|
+
"date_time_after": "2026-03-08 TIME 03:00",
|
|
181
|
+
"date_time_before": "2026-03-08 TIME 02:00",
|
|
182
|
+
"overlap": false
|
|
183
|
+
},
|
|
184
|
+
"dst_end": {
|
|
185
|
+
"utc_time": "2026-11-01 TIME 09:00",
|
|
186
|
+
"duration": "-1.00H",
|
|
187
|
+
"gap": false,
|
|
188
|
+
"date_time_after": "2026-11-01 TIME 01:00",
|
|
189
|
+
"date_time_before": "2026-11-01 TIME 02:00",
|
|
190
|
+
"overlap": true
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"400": {
|
|
200
|
+
"description": "Bad Request \u2014 Invalid or missing parameters",
|
|
201
|
+
"content": {
|
|
202
|
+
"application/json": {
|
|
203
|
+
"schema": {
|
|
204
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
205
|
+
},
|
|
206
|
+
"examples": {
|
|
207
|
+
"badRequest": {
|
|
208
|
+
"summary": "Missing or invalid parameters",
|
|
209
|
+
"value": {
|
|
210
|
+
"message": "The request was unacceptable. Typically due to missing or invalid parameters."
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"404": {
|
|
218
|
+
"description": "Not Found \u2014 IP address not in database",
|
|
219
|
+
"content": {
|
|
220
|
+
"application/json": {
|
|
221
|
+
"schema": {
|
|
222
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
223
|
+
},
|
|
224
|
+
"examples": {
|
|
225
|
+
"notFound": {
|
|
226
|
+
"summary": "IP address not in database",
|
|
227
|
+
"value": {
|
|
228
|
+
"message": "Provided IP address '255.255.255.255' doesn't exist in our database."
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
},
|
|
235
|
+
"423": {
|
|
236
|
+
"description": "Locked \u2014 Bogon or reserved IP address",
|
|
237
|
+
"content": {
|
|
238
|
+
"application/json": {
|
|
239
|
+
"schema": {
|
|
240
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
241
|
+
},
|
|
242
|
+
"examples": {
|
|
243
|
+
"locked": {
|
|
244
|
+
"summary": "Bogon or reserved IP address",
|
|
245
|
+
"value": {
|
|
246
|
+
"message": "'127.0.0.1' is a bogon (Internet Assigned Numbers Authority) IP address."
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"components": {
|
|
258
|
+
"securitySchemes": {
|
|
259
|
+
"ApiKeyAuthHeader": {
|
|
260
|
+
"type": "apiKey",
|
|
261
|
+
"in": "header",
|
|
262
|
+
"name": "X-apiKey",
|
|
263
|
+
"description": "Pass your API key via the X-apiKey request header."
|
|
264
|
+
},
|
|
265
|
+
"ApiKeyAuthQuery": {
|
|
266
|
+
"type": "apiKey",
|
|
267
|
+
"in": "query",
|
|
268
|
+
"name": "apiKey",
|
|
269
|
+
"description": "Pass your API key via the apiKey query parameter."
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"schemas": {
|
|
273
|
+
"IpLookupResponse": {
|
|
274
|
+
"type": "object",
|
|
275
|
+
"required": ["ip"],
|
|
276
|
+
"properties": {
|
|
277
|
+
"ip": {
|
|
278
|
+
"type": "string",
|
|
279
|
+
"description": "The IP address used for the lookup (IPv4 or IPv6)."
|
|
280
|
+
},
|
|
281
|
+
"domain": {
|
|
282
|
+
"type": "string",
|
|
283
|
+
"description": "The input domain, returned only for domain-based lookups."
|
|
284
|
+
},
|
|
285
|
+
"hostname": {
|
|
286
|
+
"type": "string",
|
|
287
|
+
"description": "Reverse DNS hostname (PTR) for the input IP; returns the input IP if not resolvable."
|
|
288
|
+
},
|
|
289
|
+
"location": {
|
|
290
|
+
"$ref": "#/components/schemas/Location"
|
|
291
|
+
},
|
|
292
|
+
"country_metadata": {
|
|
293
|
+
"$ref": "#/components/schemas/CountryMetadata"
|
|
294
|
+
},
|
|
295
|
+
"network": {
|
|
296
|
+
"$ref": "#/components/schemas/Network"
|
|
297
|
+
},
|
|
298
|
+
"asn": {
|
|
299
|
+
"$ref": "#/components/schemas/Asn"
|
|
300
|
+
},
|
|
301
|
+
"company": {
|
|
302
|
+
"$ref": "#/components/schemas/Company"
|
|
303
|
+
},
|
|
304
|
+
"currency": {
|
|
305
|
+
"$ref": "#/components/schemas/Currency"
|
|
306
|
+
},
|
|
307
|
+
"security": {
|
|
308
|
+
"$ref": "#/components/schemas/Security"
|
|
309
|
+
},
|
|
310
|
+
"abuse": {
|
|
311
|
+
"$ref": "#/components/schemas/Abuse"
|
|
312
|
+
},
|
|
313
|
+
"time_zone": {
|
|
314
|
+
"$ref": "#/components/schemas/TimeZone"
|
|
315
|
+
},
|
|
316
|
+
"user_agent": {
|
|
317
|
+
"$ref": "#/components/schemas/UserAgent"
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"Location": {
|
|
322
|
+
"type": "object",
|
|
323
|
+
"description": "Geographic location information for the IP.",
|
|
324
|
+
"required": [
|
|
325
|
+
"continent_code",
|
|
326
|
+
"continent_name",
|
|
327
|
+
"country_code2",
|
|
328
|
+
"country_code3",
|
|
329
|
+
"country_name",
|
|
330
|
+
"country_name_official",
|
|
331
|
+
"country_capital",
|
|
332
|
+
"latitude",
|
|
333
|
+
"longitude",
|
|
334
|
+
"is_eu",
|
|
335
|
+
"country_flag"
|
|
336
|
+
],
|
|
337
|
+
"properties": {
|
|
338
|
+
"continent_code": {
|
|
339
|
+
"type": "string",
|
|
340
|
+
"description": "2-letter code of the continent."
|
|
341
|
+
},
|
|
342
|
+
"continent_name": {
|
|
343
|
+
"type": "string",
|
|
344
|
+
"description": "Name of the continent."
|
|
345
|
+
},
|
|
346
|
+
"country_code2": {
|
|
347
|
+
"type": "string",
|
|
348
|
+
"description": "Country code (ISO 3166-1 alpha-2) of the country."
|
|
349
|
+
},
|
|
350
|
+
"country_code3": {
|
|
351
|
+
"type": "string",
|
|
352
|
+
"description": "Country code (ISO 3166-1 alpha-3) of the country."
|
|
353
|
+
},
|
|
354
|
+
"country_name": {
|
|
355
|
+
"type": "string",
|
|
356
|
+
"description": "Name of the country."
|
|
357
|
+
},
|
|
358
|
+
"country_name_official": {
|
|
359
|
+
"type": "string",
|
|
360
|
+
"description": "Official name (ISO 3166) of the country."
|
|
361
|
+
},
|
|
362
|
+
"country_capital": {
|
|
363
|
+
"type": "string",
|
|
364
|
+
"description": "Name of the country's capital."
|
|
365
|
+
},
|
|
366
|
+
"state_prov": {
|
|
367
|
+
"type": "string",
|
|
368
|
+
"description": "Name of the state/province/region."
|
|
369
|
+
},
|
|
370
|
+
"state_code": {
|
|
371
|
+
"type": "string",
|
|
372
|
+
"description": "Code of the state/province/region."
|
|
373
|
+
},
|
|
374
|
+
"district": {
|
|
375
|
+
"type": "string",
|
|
376
|
+
"description": "Name of the district or county."
|
|
377
|
+
},
|
|
378
|
+
"city": {
|
|
379
|
+
"type": "string",
|
|
380
|
+
"description": "Name of the city."
|
|
381
|
+
},
|
|
382
|
+
"locality": {
|
|
383
|
+
"type": "string",
|
|
384
|
+
"description": "A more specific area in city or it can be same as city."
|
|
385
|
+
},
|
|
386
|
+
"accuracy_radius": {
|
|
387
|
+
"type": "string",
|
|
388
|
+
"description": "Circular radius in Km, where the IP address location can be found."
|
|
389
|
+
},
|
|
390
|
+
"confidence": {
|
|
391
|
+
"type": "string",
|
|
392
|
+
"description": "Confidence level of the location match (e.g., low, medium, high)."
|
|
393
|
+
},
|
|
394
|
+
"dma_code": {
|
|
395
|
+
"type": ["string", "null"],
|
|
396
|
+
"description": "Designated Market Area (DMA) code used in the United States for media marketing."
|
|
397
|
+
},
|
|
398
|
+
"zipcode": {
|
|
399
|
+
"type": "string",
|
|
400
|
+
"description": "ZIP/Postal code of the place."
|
|
401
|
+
},
|
|
402
|
+
"latitude": {
|
|
403
|
+
"type": "string",
|
|
404
|
+
"description": "Latitude of the place."
|
|
405
|
+
},
|
|
406
|
+
"longitude": {
|
|
407
|
+
"type": "string",
|
|
408
|
+
"description": "Longitude of the place."
|
|
409
|
+
},
|
|
410
|
+
"is_eu": {
|
|
411
|
+
"type": "boolean",
|
|
412
|
+
"description": "Is the country belong to European Union?"
|
|
413
|
+
},
|
|
414
|
+
"country_flag": {
|
|
415
|
+
"type": "string",
|
|
416
|
+
"format": "uri",
|
|
417
|
+
"description": "URL to get the country flag."
|
|
418
|
+
},
|
|
419
|
+
"geoname_id": {
|
|
420
|
+
"type": "string",
|
|
421
|
+
"description": "Geoname ID of the place from geonames.org."
|
|
422
|
+
},
|
|
423
|
+
"country_emoji": {
|
|
424
|
+
"type": "string",
|
|
425
|
+
"description": "Emoji of the Country flag."
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"CountryMetadata": {
|
|
430
|
+
"type": "object",
|
|
431
|
+
"description": "Country-specific metadata.",
|
|
432
|
+
"required": ["calling_code", "tld", "languages"],
|
|
433
|
+
"properties": {
|
|
434
|
+
"calling_code": {
|
|
435
|
+
"type": "string",
|
|
436
|
+
"description": "Calling code/Dialing code of the country."
|
|
437
|
+
},
|
|
438
|
+
"tld": {
|
|
439
|
+
"type": "string",
|
|
440
|
+
"description": "Top Level Domain Name (TLD) of the country, which is also called ccTLD."
|
|
441
|
+
},
|
|
442
|
+
"languages": {
|
|
443
|
+
"type": "array",
|
|
444
|
+
"items": {
|
|
445
|
+
"type": "string"
|
|
446
|
+
},
|
|
447
|
+
"description": "List of the languages' codes, spoken in the country."
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"Network": {
|
|
452
|
+
"type": "object",
|
|
453
|
+
"description": "Network information for the IP.",
|
|
454
|
+
"properties": {
|
|
455
|
+
"connection_type": {
|
|
456
|
+
"type": "string",
|
|
457
|
+
"description": "Network access type classification (e.g., DSL, Cable, Mobile, 5G) when available."
|
|
458
|
+
},
|
|
459
|
+
"route": {
|
|
460
|
+
"type": "string",
|
|
461
|
+
"description": "Network prefix in CIDR notation that contains the IP."
|
|
462
|
+
},
|
|
463
|
+
"is_anycast": {
|
|
464
|
+
"type": "boolean",
|
|
465
|
+
"description": "true if the IP is anycast (same IP announced from multiple locations)."
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"Asn": {
|
|
470
|
+
"type": "object",
|
|
471
|
+
"description": "Autonomous System details for the IP.",
|
|
472
|
+
"properties": {
|
|
473
|
+
"as_number": {
|
|
474
|
+
"type": "string",
|
|
475
|
+
"description": "ASN identifier in AS<number> format associated with the IP's network."
|
|
476
|
+
},
|
|
477
|
+
"organization": {
|
|
478
|
+
"type": "string",
|
|
479
|
+
"description": "ASN operator name."
|
|
480
|
+
},
|
|
481
|
+
"country": {
|
|
482
|
+
"type": "string",
|
|
483
|
+
"description": "ASN registration country as ISO 3166-1 alpha-2."
|
|
484
|
+
},
|
|
485
|
+
"type": {
|
|
486
|
+
"type": "string",
|
|
487
|
+
"description": "ASN category (ISP, HOSTING, BUSINESS, etc.)."
|
|
488
|
+
},
|
|
489
|
+
"domain": {
|
|
490
|
+
"type": "string",
|
|
491
|
+
"description": "ASN operator domain name."
|
|
492
|
+
},
|
|
493
|
+
"date_allocated": {
|
|
494
|
+
"type": "string",
|
|
495
|
+
"description": "ASN allocation date in YYYY-MM-DD format."
|
|
496
|
+
},
|
|
497
|
+
"rir": {
|
|
498
|
+
"type": "string",
|
|
499
|
+
"description": "Regional Internet Registry that allocated the ASN."
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
"Company": {
|
|
504
|
+
"type": "object",
|
|
505
|
+
"description": "Company or ISP information mapped to the IP address.",
|
|
506
|
+
"properties": {
|
|
507
|
+
"name": {
|
|
508
|
+
"type": "string",
|
|
509
|
+
"description": "Company name mapped to the IP."
|
|
510
|
+
},
|
|
511
|
+
"type": {
|
|
512
|
+
"type": "string",
|
|
513
|
+
"description": "Company category (ISP, HOSTING, BUSINESS, etc.)."
|
|
514
|
+
},
|
|
515
|
+
"domain": {
|
|
516
|
+
"type": "string",
|
|
517
|
+
"description": "Company domain name."
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
},
|
|
521
|
+
"Currency": {
|
|
522
|
+
"type": "object",
|
|
523
|
+
"description": "Currency information for the IP's country.",
|
|
524
|
+
"properties": {
|
|
525
|
+
"code": {
|
|
526
|
+
"type": "string",
|
|
527
|
+
"description": "Currency code (ISO 4217)."
|
|
528
|
+
},
|
|
529
|
+
"name": {
|
|
530
|
+
"type": "string",
|
|
531
|
+
"description": "Currency name (ISO 4217)."
|
|
532
|
+
},
|
|
533
|
+
"symbol": {
|
|
534
|
+
"type": "string",
|
|
535
|
+
"description": "Currency symbol."
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"Security": {
|
|
540
|
+
"type": "object",
|
|
541
|
+
"description": "Threat intelligence and security information for the IP.",
|
|
542
|
+
"required": [
|
|
543
|
+
"threat_score",
|
|
544
|
+
"is_tor",
|
|
545
|
+
"is_proxy",
|
|
546
|
+
"proxy_confidence_score",
|
|
547
|
+
"is_residential_proxy",
|
|
548
|
+
"is_vpn",
|
|
549
|
+
"vpn_confidence_score",
|
|
550
|
+
"is_relay",
|
|
551
|
+
"is_anonymous",
|
|
552
|
+
"is_known_attacker",
|
|
553
|
+
"is_bot",
|
|
554
|
+
"is_spam",
|
|
555
|
+
"is_cloud_provider"
|
|
556
|
+
],
|
|
557
|
+
"properties": {
|
|
558
|
+
"threat_score": {
|
|
559
|
+
"type": "number",
|
|
560
|
+
"description": "Aggregate risk score from 0 to 100."
|
|
561
|
+
},
|
|
562
|
+
"is_tor": {
|
|
563
|
+
"type": "boolean",
|
|
564
|
+
"description": "true if the IP matches a Tor exit node."
|
|
565
|
+
},
|
|
566
|
+
"is_proxy": {
|
|
567
|
+
"type": "boolean",
|
|
568
|
+
"description": "true if the IP is associated with a proxy service."
|
|
569
|
+
},
|
|
570
|
+
"proxy_provider_names": {
|
|
571
|
+
"type": "array",
|
|
572
|
+
"items": {
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
"description": "Detected proxy provider names."
|
|
576
|
+
},
|
|
577
|
+
"proxy_confidence_score": {
|
|
578
|
+
"type": "number",
|
|
579
|
+
"description": "Proxy detection confidence from 0 to 100."
|
|
580
|
+
},
|
|
581
|
+
"proxy_last_seen": {
|
|
582
|
+
"type": "string",
|
|
583
|
+
"description": "Last observed proxy activity date in YYYY-MM-DD."
|
|
584
|
+
},
|
|
585
|
+
"is_residential_proxy": {
|
|
586
|
+
"type": "boolean",
|
|
587
|
+
"description": "true if the IP is linked to a residential proxy network."
|
|
588
|
+
},
|
|
589
|
+
"is_vpn": {
|
|
590
|
+
"type": "boolean",
|
|
591
|
+
"description": "true if the IP is associated with a VPN service."
|
|
592
|
+
},
|
|
593
|
+
"vpn_provider_names": {
|
|
594
|
+
"type": "array",
|
|
595
|
+
"items": {
|
|
596
|
+
"type": "string"
|
|
597
|
+
},
|
|
598
|
+
"description": "Detected VPN provider names."
|
|
599
|
+
},
|
|
600
|
+
"vpn_confidence_score": {
|
|
601
|
+
"type": "number",
|
|
602
|
+
"description": "VPN detection confidence from 0 to 100."
|
|
603
|
+
},
|
|
604
|
+
"vpn_last_seen": {
|
|
605
|
+
"type": "string",
|
|
606
|
+
"description": "Last observed VPN activity date in YYYY-MM-DD."
|
|
607
|
+
},
|
|
608
|
+
"is_relay": {
|
|
609
|
+
"type": "boolean",
|
|
610
|
+
"description": "true if the IP is associated with a relay network."
|
|
611
|
+
},
|
|
612
|
+
"relay_provider_name": {
|
|
613
|
+
"type": "string",
|
|
614
|
+
"description": "Relay provider name."
|
|
615
|
+
},
|
|
616
|
+
"is_anonymous": {
|
|
617
|
+
"type": "boolean",
|
|
618
|
+
"description": "true if any anonymity signal is present."
|
|
619
|
+
},
|
|
620
|
+
"is_known_attacker": {
|
|
621
|
+
"type": "boolean",
|
|
622
|
+
"description": "true if the IP is flagged for known attacker behavior."
|
|
623
|
+
},
|
|
624
|
+
"is_bot": {
|
|
625
|
+
"type": "boolean",
|
|
626
|
+
"description": "true if the IP is associated with bot activity."
|
|
627
|
+
},
|
|
628
|
+
"is_spam": {
|
|
629
|
+
"type": "boolean",
|
|
630
|
+
"description": "true if the IP is associated with spam activity."
|
|
631
|
+
},
|
|
632
|
+
"is_cloud_provider": {
|
|
633
|
+
"type": "boolean",
|
|
634
|
+
"description": "true if the IP belongs to a cloud provider range."
|
|
635
|
+
},
|
|
636
|
+
"cloud_provider_name": {
|
|
637
|
+
"type": "string",
|
|
638
|
+
"description": "Cloud provider name."
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"Abuse": {
|
|
643
|
+
"type": "object",
|
|
644
|
+
"description": "Abuse contact information for the IP.",
|
|
645
|
+
"properties": {
|
|
646
|
+
"route": {
|
|
647
|
+
"type": "string",
|
|
648
|
+
"description": "Abuse-handling IP range in CIDR notation."
|
|
649
|
+
},
|
|
650
|
+
"country": {
|
|
651
|
+
"type": "string",
|
|
652
|
+
"description": "ISO 3166-1 alpha-2 country code of the abuse contact."
|
|
653
|
+
},
|
|
654
|
+
"name": {
|
|
655
|
+
"type": "string",
|
|
656
|
+
"description": "Display name for the abuse contact."
|
|
657
|
+
},
|
|
658
|
+
"organization": {
|
|
659
|
+
"type": "string",
|
|
660
|
+
"description": "Organization name for the abuse contact."
|
|
661
|
+
},
|
|
662
|
+
"kind": {
|
|
663
|
+
"type": "string",
|
|
664
|
+
"description": "Contact type: group or individual."
|
|
665
|
+
},
|
|
666
|
+
"address": {
|
|
667
|
+
"type": "string",
|
|
668
|
+
"description": "Registered address of the organization owning the IP."
|
|
669
|
+
},
|
|
670
|
+
"emails": {
|
|
671
|
+
"type": "array",
|
|
672
|
+
"items": {
|
|
673
|
+
"type": "string"
|
|
674
|
+
},
|
|
675
|
+
"description": "Abuse contact email addresses."
|
|
676
|
+
},
|
|
677
|
+
"phone_numbers": {
|
|
678
|
+
"type": "array",
|
|
679
|
+
"items": {
|
|
680
|
+
"type": "string"
|
|
681
|
+
},
|
|
682
|
+
"description": "Abuse contact phone numbers."
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
"DstTransition": {
|
|
687
|
+
"type": "object",
|
|
688
|
+
"description": "DST transition details (used for both the DST start and DST end transitions).",
|
|
689
|
+
"properties": {
|
|
690
|
+
"utc_time": {
|
|
691
|
+
"type": "string",
|
|
692
|
+
"description": "DST transition moment in UTC."
|
|
693
|
+
},
|
|
694
|
+
"duration": {
|
|
695
|
+
"type": "string",
|
|
696
|
+
"description": "Clock change at the DST transition, in hours."
|
|
697
|
+
},
|
|
698
|
+
"gap": {
|
|
699
|
+
"type": "boolean",
|
|
700
|
+
"description": "true if local time jumps forward (some times do not exist)."
|
|
701
|
+
},
|
|
702
|
+
"date_time_after": {
|
|
703
|
+
"type": "string",
|
|
704
|
+
"description": "Local date/time immediately after the DST transition."
|
|
705
|
+
},
|
|
706
|
+
"date_time_before": {
|
|
707
|
+
"type": "string",
|
|
708
|
+
"description": "Local date/time immediately before the DST transition."
|
|
709
|
+
},
|
|
710
|
+
"overlap": {
|
|
711
|
+
"type": "boolean",
|
|
712
|
+
"description": "true if local times repeat around the DST transition."
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"TimeZone": {
|
|
717
|
+
"type": "object",
|
|
718
|
+
"description": "Time zone information for the IP's location.",
|
|
719
|
+
"required": [
|
|
720
|
+
"name",
|
|
721
|
+
"offset",
|
|
722
|
+
"offset_with_dst",
|
|
723
|
+
"current_time",
|
|
724
|
+
"current_time_unix",
|
|
725
|
+
"is_dst",
|
|
726
|
+
"dst_savings",
|
|
727
|
+
"dst_exists"
|
|
728
|
+
],
|
|
729
|
+
"properties": {
|
|
730
|
+
"name": {
|
|
731
|
+
"type": "string",
|
|
732
|
+
"description": "Time zone in IANA TZDB format."
|
|
733
|
+
},
|
|
734
|
+
"offset": {
|
|
735
|
+
"type": "number",
|
|
736
|
+
"format": "float",
|
|
737
|
+
"description": "Standard time UTC offset in hours."
|
|
738
|
+
},
|
|
739
|
+
"offset_with_dst": {
|
|
740
|
+
"type": "number",
|
|
741
|
+
"format": "float",
|
|
742
|
+
"description": "Current effective UTC offset in hours, including DST."
|
|
743
|
+
},
|
|
744
|
+
"current_time": {
|
|
745
|
+
"type": "string",
|
|
746
|
+
"description": "Local date/time in YYYY-MM-DD HH:mm:ss.SSS\u00b1ZZZZ format."
|
|
747
|
+
},
|
|
748
|
+
"current_time_unix": {
|
|
749
|
+
"type": "number",
|
|
750
|
+
"format": "float",
|
|
751
|
+
"description": "Local time as Unix epoch seconds."
|
|
752
|
+
},
|
|
753
|
+
"current_tz_abbreviation": {
|
|
754
|
+
"type": "string",
|
|
755
|
+
"description": "Current time zone abbreviation."
|
|
756
|
+
},
|
|
757
|
+
"current_tz_full_name": {
|
|
758
|
+
"type": "string",
|
|
759
|
+
"description": "Current time zone full name."
|
|
760
|
+
},
|
|
761
|
+
"standard_tz_abbreviation": {
|
|
762
|
+
"type": "string",
|
|
763
|
+
"description": "Standard (non-DST) abbreviation."
|
|
764
|
+
},
|
|
765
|
+
"standard_tz_full_name": {
|
|
766
|
+
"type": "string",
|
|
767
|
+
"description": "Standard (non-DST) full name."
|
|
768
|
+
},
|
|
769
|
+
"is_dst": {
|
|
770
|
+
"type": "boolean",
|
|
771
|
+
"description": "true if DST is active."
|
|
772
|
+
},
|
|
773
|
+
"dst_savings": {
|
|
774
|
+
"type": "number",
|
|
775
|
+
"format": "float",
|
|
776
|
+
"description": "DST shift amount in hours."
|
|
777
|
+
},
|
|
778
|
+
"dst_exists": {
|
|
779
|
+
"type": "boolean",
|
|
780
|
+
"description": "true if the time zone observes DST."
|
|
781
|
+
},
|
|
782
|
+
"dst_tz_abbreviation": {
|
|
783
|
+
"type": "string",
|
|
784
|
+
"description": "DST abbreviation when DST is active."
|
|
785
|
+
},
|
|
786
|
+
"dst_tz_full_name": {
|
|
787
|
+
"type": "string",
|
|
788
|
+
"description": "DST full name when DST is active."
|
|
789
|
+
},
|
|
790
|
+
"dst_start": {
|
|
791
|
+
"$ref": "#/components/schemas/DstTransition"
|
|
792
|
+
},
|
|
793
|
+
"dst_end": {
|
|
794
|
+
"$ref": "#/components/schemas/DstTransition"
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"Device": {
|
|
799
|
+
"type": "object",
|
|
800
|
+
"description": "Device details.",
|
|
801
|
+
"properties": {
|
|
802
|
+
"name": {
|
|
803
|
+
"type": "string",
|
|
804
|
+
"description": "Detected device label."
|
|
805
|
+
},
|
|
806
|
+
"type": {
|
|
807
|
+
"type": "string",
|
|
808
|
+
"description": "Device category (Desktop, Mobile, Tablet, Bot)."
|
|
809
|
+
},
|
|
810
|
+
"brand": {
|
|
811
|
+
"type": "string",
|
|
812
|
+
"description": "Device vendor/brand."
|
|
813
|
+
},
|
|
814
|
+
"cpu": {
|
|
815
|
+
"type": "string",
|
|
816
|
+
"description": "CPU / architecture string."
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"Engine": {
|
|
821
|
+
"type": "object",
|
|
822
|
+
"description": "Rendering engine details.",
|
|
823
|
+
"properties": {
|
|
824
|
+
"name": {
|
|
825
|
+
"type": "string",
|
|
826
|
+
"description": "Rendering engine name."
|
|
827
|
+
},
|
|
828
|
+
"type": {
|
|
829
|
+
"type": "string",
|
|
830
|
+
"description": "Engine category."
|
|
831
|
+
},
|
|
832
|
+
"version": {
|
|
833
|
+
"type": "string",
|
|
834
|
+
"description": "Full engine version string."
|
|
835
|
+
},
|
|
836
|
+
"version_major": {
|
|
837
|
+
"type": "string",
|
|
838
|
+
"description": "Major engine version."
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
"OperatingSystem": {
|
|
843
|
+
"type": "object",
|
|
844
|
+
"description": "Operating system details.",
|
|
845
|
+
"properties": {
|
|
846
|
+
"name": {
|
|
847
|
+
"type": "string",
|
|
848
|
+
"description": "Operating system name."
|
|
849
|
+
},
|
|
850
|
+
"type": {
|
|
851
|
+
"type": "string",
|
|
852
|
+
"description": "OS category (Desktop, Mobile, Server)."
|
|
853
|
+
},
|
|
854
|
+
"version": {
|
|
855
|
+
"type": "string",
|
|
856
|
+
"description": "OS version string."
|
|
857
|
+
},
|
|
858
|
+
"version_major": {
|
|
859
|
+
"type": "string",
|
|
860
|
+
"description": "Major OS version."
|
|
861
|
+
},
|
|
862
|
+
"build": {
|
|
863
|
+
"type": "string",
|
|
864
|
+
"description": "OS build identifier."
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
"UserAgent": {
|
|
869
|
+
"type": "object",
|
|
870
|
+
"description": "Parsed User-Agent details from the request.",
|
|
871
|
+
"properties": {
|
|
872
|
+
"user_agent_string": {
|
|
873
|
+
"type": "string",
|
|
874
|
+
"description": "Raw User-Agent string used for parsing."
|
|
875
|
+
},
|
|
876
|
+
"name": {
|
|
877
|
+
"type": "string",
|
|
878
|
+
"description": "Detected user agent product name."
|
|
879
|
+
},
|
|
880
|
+
"type": {
|
|
881
|
+
"type": "string",
|
|
882
|
+
"description": "User agent category (e.g., Browser, Mobile App, Bot)."
|
|
883
|
+
},
|
|
884
|
+
"version": {
|
|
885
|
+
"type": "string",
|
|
886
|
+
"description": "Full product version string."
|
|
887
|
+
},
|
|
888
|
+
"version_major": {
|
|
889
|
+
"type": "string",
|
|
890
|
+
"description": "Major version extracted from version."
|
|
891
|
+
},
|
|
892
|
+
"device": {
|
|
893
|
+
"$ref": "#/components/schemas/Device"
|
|
894
|
+
},
|
|
895
|
+
"engine": {
|
|
896
|
+
"$ref": "#/components/schemas/Engine"
|
|
897
|
+
},
|
|
898
|
+
"operating_system": {
|
|
899
|
+
"$ref": "#/components/schemas/OperatingSystem"
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"ErrorResponse": {
|
|
904
|
+
"type": "object",
|
|
905
|
+
"description": "Standard error envelope returned by the API on failed requests.",
|
|
906
|
+
"required": ["message"],
|
|
907
|
+
"properties": {
|
|
908
|
+
"error": {
|
|
909
|
+
"type": "string",
|
|
910
|
+
"description": "Short error category or exception type."
|
|
911
|
+
},
|
|
912
|
+
"message": {
|
|
913
|
+
"type": "string",
|
|
914
|
+
"description": "Human-readable error message describing the failure."
|
|
915
|
+
},
|
|
916
|
+
"path": {
|
|
917
|
+
"type": "string",
|
|
918
|
+
"description": "API endpoint path that produced the error."
|
|
919
|
+
},
|
|
920
|
+
"status": {
|
|
921
|
+
"type": "integer",
|
|
922
|
+
"description": "HTTP status code returned with the error."
|
|
923
|
+
},
|
|
924
|
+
"timestamp": {
|
|
925
|
+
"type": "string",
|
|
926
|
+
"format": "date-time",
|
|
927
|
+
"description": "Timestamp when the error occurred (ISO 8601)."
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"security": [
|
|
934
|
+
{
|
|
935
|
+
"ApiKeyAuthHeader": []
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"ApiKeyAuthQuery": []
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
}
|