{"info":{"_postman_id":"fa538789-6f96-4810-b6e4-631cad60e94c","name":"FlightFinder Aviation Safety Data API","description":"<html><head></head><body><p>Read-only JSON API over FlightFinder's merged aviation-safety corpus: accident narratives aggregated from 120+ official investigation agencies, deduplicated into one occurrence-level dataset with derived family analytics.</p>\n<p>Authentication: <code>Authorization: Bearer YOUR_KEY</code>. The key must travel in the header — <code>?api_key=</code> is rejected with 401 <code>query_key_unsupported</code>, because query strings end up in access logs and browser history.</p>\n<p>Getting a key: keys belong to a himaxym.com account. Sign in, then <code>POST /keys</code> with your account's JWT in <code>Authorization: Bearer</code> — the response carries the raw API key exactly once (only a hash is stored). Up to 5 active keys per account; <code>DELETE /keys/{id}</code> frees a slot.</p>\n<p>No key required to start: every GET data endpoint answers without any Authorization header at the keyless tier, 100 requests/day/IP.</p>\n<p>Rate limits: no key — 100 requests/day/IP; free key — 1000/day and 60/minute; pro key — 20000/day and 60/minute. Daily quotas reset at UTC midnight; 429 responses carry a <code>Retry-After</code> header (seconds — time to UTC midnight for the daily quota, up to 60 for the per-minute limiter). A newly created key, or an upgrade to pro, can take up to 5 minutes to be visible to every worker.</p>\n<p>Licensing: facts and merged/derived data are always returned in full. <code>narrative_text</code> is full for open-licensed sources (CC, OGL, Licence Ouverte/Etalab, public domain) and an ~300-char excerpt plus a <code>source_url</code> deep link otherwise — see <code>GET /sources</code> for the per-source policy. Every record carries <code>source</code>, <code>attribution</code>, <code>license</code> and a deep link; visible attribution is required when displaying or republishing.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"57824278","collectionId":"fa538789-6f96-4810-b6e4-631cad60e94c","publishedId":"2sBYAuTBcp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-31T07:49:19.000Z"},"item":[{"name":"keys","item":[{"name":"{id}","item":[{"name":"Revoke one of your own API keys","id":"7ad1811d-dfee-44ae-9d5f-8db77b2e9177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/keys/:id","description":"<p>Account JWT as the bearer token. Owner-scoped: a key that is not yours answers 404, not 403.</p>\n","urlObject":{"path":["keys",":id"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"type":"any","value":"123","key":"id"}]}},"response":[{"id":"c0a9d2e6-6d65-4c7c-af05-8a436f736949","name":"Revoked.","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://himaxym.com/api/v1/data/keys/:id","host":["https://himaxym.com/api/v1/data"],"path":["keys",":id"],"variable":[{"key":"id","value":"123"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"56d86376-19e1-446f-b3d5-05d0ddd0ab2d","name":"Invalid request body or parameters.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://himaxym.com/api/v1/data/keys/:id","host":["https://himaxym.com/api/v1/data"],"path":["keys",":id"],"variable":[{"key":"id","value":"123"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"b558308e-5252-4349-ae6c-c64c39ed4722","name":"The /keys management routes need your himaxym.com ACCOUNT JWT, not an API key. Note the body shape differs from the data endpoints: `{\"success\": false, \"message\": \"Unauthorized\"}`.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://himaxym.com/api/v1/data/keys/:id","host":["https://himaxym.com/api/v1/data"],"path":["keys",":id"],"variable":[{"key":"id","value":"123"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"message\": \"Unauthorized\"\n}"},{"id":"0b66fc2f-1f5a-44c5-981f-dde76ac1ac40","name":"No record matches.","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://himaxym.com/api/v1/data/keys/:id","host":["https://himaxym.com/api/v1/data"],"path":["keys",":id"],"variable":[{"key":"id","value":"123"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"2f6fa71e-5259-453b-a44a-701679f1a752","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://himaxym.com/api/v1/data/keys/:id","host":["https://himaxym.com/api/v1/data"],"path":["keys",":id"],"variable":[{"key":"id","value":"123"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Retry-After","value":"1861","disabled":false,"description":"Seconds until the quota resets."}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"7ad1811d-dfee-44ae-9d5f-8db77b2e9177"}],"id":"a27925cc-d448-46cb-aa68-b6b62e8f1262","_postman_id":"a27925cc-d448-46cb-aa68-b6b62e8f1262","description":""},{"name":"Create an API key (account required)","id":"1a56a8ee-51ec-4f10-9713-226b3ccb53b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"label\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://himaxym.com/api/v1/data/keys","description":"<p>Send your himaxym.com account JWT as the bearer token — NOT an API key. Returns the raw key exactly once; only a hash is stored. Up to 5 active keys per account (409 <code>key_limit</code> beyond that); the /keys routes accept 30 requests per 15 minutes per IP.</p>\n","urlObject":{"path":["keys"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[]}},"response":[{"id":"e066ad7c-3f28-4f5c-9711-aae290d05cbb","name":"Key created — store `key` now, it is never shown again.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"label\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://himaxym.com/api/v1/data/keys"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key\": \"ffd_...\",\n  \"tier\": \"free\",\n  \"limits\": {\n    \"daily\": 1000,\n    \"perMinute\": 60\n  }\n}"},{"id":"47e40e01-422a-4add-b0de-d1c339991db2","name":"Invalid request body or parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"label\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://himaxym.com/api/v1/data/keys"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"d2a24fc0-d1bf-4de1-8451-e3704dc7e4bb","name":"The /keys management routes need your himaxym.com ACCOUNT JWT, not an API key. Note the body shape differs from the data endpoints: `{\"success\": false, \"message\": \"Unauthorized\"}`.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"label\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://himaxym.com/api/v1/data/keys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"message\": \"Unauthorized\"\n}"},{"id":"03a340eb-eb4a-430e-854f-9c142a847ffc","name":"`key_limit` — 5 active keys already; revoke one with DELETE /keys/{id} first.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"label\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://himaxym.com/api/v1/data/keys"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"cf11c354-af44-41c5-bab5-951486c3ed5b","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"label\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://himaxym.com/api/v1/data/keys"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"1a56a8ee-51ec-4f10-9713-226b3ccb53b3"},{"name":"List your API keys (metadata only)","id":"79b3f120-074f-4139-99e9-b4ffebeb063c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/keys","description":"<p>Account JWT as the bearer token. Never returns a secret — id, label and usage only.</p>\n","urlObject":{"path":["keys"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[]}},"response":[{"id":"9c557cad-9ffd-4502-9523-c36c63cd6930","name":"The calling account's active keys.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"47c656b3-019f-49fb-a2e0-f4cb8ccdae82","name":"The /keys management routes need your himaxym.com ACCOUNT JWT, not an API key. Note the body shape differs from the data endpoints: `{\"success\": false, \"message\": \"Unauthorized\"}`.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/keys"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": false,\n  \"message\": \"Unauthorized\"\n}"},{"id":"c2218138-5287-4976-b600-93686d7def34","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/keys"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"79b3f120-074f-4139-99e9-b4ffebeb063c"}],"id":"51bd64fd-61f3-45a0-9297-fd3c6d795c8d","_postman_id":"51bd64fd-61f3-45a0-9297-fd3c6d795c8d","description":""},{"name":"ping","item":[{"name":"Connectivity / key check","id":"5ff0498a-7237-4271-8520-324eb3e61ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/ping","urlObject":{"path":["ping"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[]}},"response":[{"id":"88aaac27-d710-4ed7-9c80-b4e09b83ad67","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ok\": false\n}"},{"id":"cc1d33d1-96f8-4a26-90a9-32a3afb230b6","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/ping"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"c97b16c2-6dd6-40d3-b88c-4624a32d4756","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/ping"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"5ff0498a-7237-4271-8520-324eb3e61ecc"}],"id":"9fdb162e-d226-4aee-9b34-48bd6e5e4940","_postman_id":"9fdb162e-d226-4aee-9b34-48bd6e5e4940","description":""},{"name":"events","item":[{"name":"{id}","item":[{"name":"One occurrence with sources and narrative refs","id":"e6fa7a61-46c0-47f5-b5d1-b054c4d4d839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/events/:id","urlObject":{"path":["events",":id"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"52d7bd53-f2aa-4226-8c4c-a566eaa9e94b","type":"any","value":"string","key":"id"}]}},"response":[{"id":"4b871a41-4b9e-46c4-a2c6-2c5f16540b5d","name":"Occurrence facts + sources[] (attribution/license/url) + narratives[] refs.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/events/:id","host":["https://himaxym.com/api/v1/data"],"path":["events",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"string\",\n  \"occurrence_type\": \"string\",\n  \"event_date\": \"string\",\n  \"severity\": \"string\",\n  \"country_iso\": \"string\",\n  \"type_icao\": \"string\",\n  \"family_slug\": \"string\",\n  \"registration\": \"string\",\n  \"operator\": \"string\",\n  \"fatalities_total\": 546,\n  \"sources\": [\n    {\n      \"source\": \"string\",\n      \"attribution\": \"string\",\n      \"license\": \"string\",\n      \"url\": \"string\"\n    },\n    {\n      \"source\": \"string\",\n      \"attribution\": \"string\",\n      \"license\": \"string\",\n      \"url\": \"string\"\n    }\n  ]\n}"},{"id":"54b71ec7-1273-4947-a86c-490d9f9de43a","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/events/:id","host":["https://himaxym.com/api/v1/data"],"path":["events",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"bd034cad-4ea6-493c-88e7-e094d497832b","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/events/:id","host":["https://himaxym.com/api/v1/data"],"path":["events",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"125ecb81-9130-4a35-801e-c20d19b10f6b","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/events/:id","host":["https://himaxym.com/api/v1/data"],"path":["events",":id"],"variable":[{"key":"id","value":"string"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"e6fa7a61-46c0-47f5-b5d1-b054c4d4d839"}],"id":"62d7f48d-8e19-440c-997f-b061ea679484","_postman_id":"62d7f48d-8e19-440c-997f-b061ea679484","description":""},{"name":"List occurrences (cursor pagination)","id":"620cf70c-bd94-42a1-8ea2-0e912bb8aa46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/events?fatal=1&limit=10","urlObject":{"path":["events"],"host":["https://himaxym.com/api/v1/data"],"query":[{"description":{"content":"<p>Only fatal occurrences.</p>\n","type":"text/plain"},"key":"fatal","value":"1"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"9ae9b78f-4c7f-4b84-b151-8af83f4d8e28","name":"A page of occurrences with per-source attribution.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/events?from=2024-06-25&to=2024-06-25&country=string&type=string&family=string&operator=string&fatal=1&limit=25&cursor=string","host":["https://himaxym.com/api/v1/data"],"path":["events"],"query":[{"description":"Earliest event date (YYYY-MM-DD).","key":"from","value":"2024-06-25"},{"description":"Latest event date (YYYY-MM-DD).","key":"to","value":"2024-06-25"},{"description":"ISO 3166-1 alpha-2 country code.","key":"country","value":"string"},{"description":"ICAO aircraft type designator (e.g. B738).","key":"type","value":"string"},{"description":"Aircraft family slug (e.g. boeing-737).","key":"family","value":"string"},{"description":"Operator name substring match.","key":"operator","value":"string"},{"description":"Only fatal occurrences.","key":"fatal","value":"1"},{"key":"limit","value":"25"},{"description":"Opaque cursor — pass the previous page's next_cursor.","key":"cursor","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"string\",\n      \"occurrence_type\": \"string\",\n      \"event_date\": \"string\",\n      \"severity\": \"string\",\n      \"country_iso\": \"string\",\n      \"type_icao\": \"string\",\n      \"family_slug\": \"string\",\n      \"registration\": \"string\",\n      \"operator\": \"string\",\n      \"fatalities_total\": 4521,\n      \"sources\": [\n        {\n          \"source\": \"string\",\n          \"attribution\": \"string\",\n          \"license\": \"string\",\n          \"url\": \"string\"\n        },\n        {\n          \"source\": \"string\",\n          \"attribution\": \"string\",\n          \"license\": \"string\",\n          \"url\": \"string\"\n        }\n      ]\n    },\n    {\n      \"id\": \"string\",\n      \"occurrence_type\": \"string\",\n      \"event_date\": \"string\",\n      \"severity\": \"string\",\n      \"country_iso\": \"string\",\n      \"type_icao\": \"string\",\n      \"family_slug\": \"string\",\n      \"registration\": \"string\",\n      \"operator\": \"string\",\n      \"fatalities_total\": 5626,\n      \"sources\": [\n        {\n          \"source\": \"string\",\n          \"attribution\": \"string\",\n          \"license\": \"string\",\n          \"url\": \"string\"\n        },\n        {\n          \"source\": \"string\",\n          \"attribution\": \"string\",\n          \"license\": \"string\",\n          \"url\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"next_cursor\": \"string\"\n}"},{"id":"89465d7f-d942-42ad-9120-b884b04c34a6","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/events?from=2024-06-25&to=2024-06-25&country=string&type=string&family=string&operator=string&fatal=1&limit=25&cursor=string","host":["https://himaxym.com/api/v1/data"],"path":["events"],"query":[{"description":"Earliest event date (YYYY-MM-DD).","key":"from","value":"2024-06-25"},{"description":"Latest event date (YYYY-MM-DD).","key":"to","value":"2024-06-25"},{"description":"ISO 3166-1 alpha-2 country code.","key":"country","value":"string"},{"description":"ICAO aircraft type designator (e.g. B738).","key":"type","value":"string"},{"description":"Aircraft family slug (e.g. boeing-737).","key":"family","value":"string"},{"description":"Operator name substring match.","key":"operator","value":"string"},{"description":"Only fatal occurrences.","key":"fatal","value":"1"},{"key":"limit","value":"25"},{"description":"Opaque cursor — pass the previous page's next_cursor.","key":"cursor","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"b75ddb4a-a1b1-4642-b2ef-e6eb3e3b2d28","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/events?from=2024-06-25&to=2024-06-25&country=string&type=string&family=string&operator=string&fatal=1&limit=25&cursor=string","host":["https://himaxym.com/api/v1/data"],"path":["events"],"query":[{"description":"Earliest event date (YYYY-MM-DD).","key":"from","value":"2024-06-25"},{"description":"Latest event date (YYYY-MM-DD).","key":"to","value":"2024-06-25"},{"description":"ISO 3166-1 alpha-2 country code.","key":"country","value":"string"},{"description":"ICAO aircraft type designator (e.g. B738).","key":"type","value":"string"},{"description":"Aircraft family slug (e.g. boeing-737).","key":"family","value":"string"},{"description":"Operator name substring match.","key":"operator","value":"string"},{"description":"Only fatal occurrences.","key":"fatal","value":"1"},{"key":"limit","value":"25"},{"description":"Opaque cursor — pass the previous page's next_cursor.","key":"cursor","value":"string"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"620cf70c-bd94-42a1-8ea2-0e912bb8aa46"}],"id":"946e66d0-e299-43be-8c86-d90e13d61f77","_postman_id":"946e66d0-e299-43be-8c86-d90e13d61f77","description":""},{"name":"narratives","item":[{"name":"{source}","item":[{"name":"{id}","item":[{"name":"Narrative by source + the authority's own case id","id":"74df69d0-1596-4c89-8f18-945e94ea870c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/narratives/:source/:id","description":"<p>narrative_text is full for open-licensed sources, an ~300-char excerpt + source_url deep link otherwise (policy field on GET /sources). Published article rewrites appear as a first-paragraph excerpt + canonical_url; pro keys also receive full_text under the no-public-republication license. Case ids containing '/' must be URL-encoded.</p>\n","urlObject":{"path":["narratives",":source",":id"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"0f1a110e-0f7a-4c12-a984-1733a4402ec5","description":{"content":"<p>Source code (see GET /sources).</p>\n","type":"text/plain"},"type":"any","value":"string","key":"source"},{"id":"fce0bb93-d2e1-490d-9a68-87411ef50620","description":{"content":"<p>The authority's own case id.</p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"7ba19692-79b5-4fb7-9962-1c4e02170c7c","name":"Policy-tiered narrative + facts + attribution.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/narratives/:source/:id","host":["https://himaxym.com/api/v1/data"],"path":["narratives",":source",":id"],"variable":[{"key":"source","value":"string","description":"Source code (see GET /sources)."},{"key":"id","value":"string","description":"The authority's own case id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"source\": \"string\",\n  \"id\": \"string\",\n  \"slug\": \"string\",\n  \"policy\": \"full\",\n  \"narrative_text\": \"string\",\n  \"probable_cause\": \"string\",\n  \"phase_of_flight\": \"string\",\n  \"facts\": {},\n  \"attribution\": \"string\",\n  \"license\": \"string\",\n  \"source_url\": \"string\",\n  \"article\": {\n    \"title\": \"string\",\n    \"excerpt\": \"string\",\n    \"canonical_url\": \"string\",\n    \"full_text\": \"string\",\n    \"license\": \"string\",\n    \"license_note\": \"string\"\n  }\n}"},{"id":"23b305fe-4970-41e7-8be7-b7d1ae482fd6","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/narratives/:source/:id","host":["https://himaxym.com/api/v1/data"],"path":["narratives",":source",":id"],"variable":[{"key":"source","value":"string","description":"Source code (see GET /sources)."},{"key":"id","value":"string","description":"The authority's own case id."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"f5f251da-d76c-405c-9482-d823a29be5c6","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/narratives/:source/:id","host":["https://himaxym.com/api/v1/data"],"path":["narratives",":source",":id"],"variable":[{"key":"source","value":"string","description":"Source code (see GET /sources)."},{"key":"id","value":"string","description":"The authority's own case id."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"78aa5232-528e-43ff-b072-37be44ed50f2","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/narratives/:source/:id","host":["https://himaxym.com/api/v1/data"],"path":["narratives",":source",":id"],"variable":[{"key":"source","value":"string","description":"Source code (see GET /sources)."},{"key":"id","value":"string","description":"The authority's own case id."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"74df69d0-1596-4c89-8f18-945e94ea870c"}],"id":"a3854369-f62a-450d-bf3b-04b9715f7b9f","_postman_id":"a3854369-f62a-450d-bf3b-04b9715f7b9f","description":""}],"id":"2e328a64-6134-4cd1-b426-b8f7193ce28e","_postman_id":"2e328a64-6134-4cd1-b426-b8f7193ce28e","description":""}],"id":"3562b62f-b559-4a8b-8db1-2510588f7211","_postman_id":"3562b62f-b559-4a8b-8db1-2510588f7211","description":""},{"name":"aircraft","item":[{"name":"{family}","item":[{"name":"safety","item":[{"name":"Family safety stats from the merged corpus","id":"191f72f8-be9d-40ba-992b-134f723cdecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/aircraft/:family/safety","urlObject":{"path":["aircraft",":family","safety"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"a6fba528-382c-4c91-890c-9b8862b36f75","description":{"content":"<p>Aircraft family slug (e.g. boeing-737).</p>\n","type":"text/plain"},"type":"any","value":"string","key":"family"}]}},"response":[{"id":"06f23785-a330-4742-bc77-a89a2567afd4","name":"Family info, ICAO type list, and merged-corpus stats.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/aircraft/:family/safety","host":["https://himaxym.com/api/v1/data"],"path":["aircraft",":family","safety"],"variable":[{"key":"family","value":"string","description":"Aircraft family slug (e.g. boeing-737)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"family\": {},\n  \"types\": [\n    \"string\",\n    \"string\"\n  ],\n  \"stats\": {},\n  \"attribution\": \"string\"\n}"},{"id":"889b963d-6608-4d59-87da-70a86e7ac40c","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/aircraft/:family/safety","host":["https://himaxym.com/api/v1/data"],"path":["aircraft",":family","safety"],"variable":[{"key":"family","value":"string","description":"Aircraft family slug (e.g. boeing-737)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"9c006203-442c-4557-a51a-f80e3b61636f","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/aircraft/:family/safety","host":["https://himaxym.com/api/v1/data"],"path":["aircraft",":family","safety"],"variable":[{"key":"family","value":"string","description":"Aircraft family slug (e.g. boeing-737)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"3e473bbd-8b59-4c11-a8e0-de6f76c80d2f","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/aircraft/:family/safety","host":["https://himaxym.com/api/v1/data"],"path":["aircraft",":family","safety"],"variable":[{"key":"family","value":"string","description":"Aircraft family slug (e.g. boeing-737)."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"191f72f8-be9d-40ba-992b-134f723cdecc"}],"id":"50433988-d8de-4b6d-aeee-8b98122dc146","_postman_id":"50433988-d8de-4b6d-aeee-8b98122dc146","description":""}],"id":"cf67b705-3d2f-4f0d-af99-fc868df683b3","_postman_id":"cf67b705-3d2f-4f0d-af99-fc868df683b3","description":""}],"id":"d65568fc-4979-489b-863d-57e68e57e5ec","_postman_id":"d65568fc-4979-489b-863d-57e68e57e5ec","description":""},{"name":"wildlife-strikes","item":[{"name":"airport","item":[{"name":"{slug}","item":[{"name":"FAA wildlife strikes for one airport","id":"671e1da1-3744-41c4-aafb-5a3a0b777a27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/wildlife-strikes/airport/:slug","urlObject":{"path":["wildlife-strikes","airport",":slug"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"0ccffe78-38fb-49fc-940c-fad2f6ac5d2a","description":{"content":"<p>Airport slug (lowercased ICAO/FAA id, e.g. kden).</p>\n","type":"text/plain"},"type":"any","value":"string","key":"slug"}]}},"response":[{"id":"afc3eff1-ac49-4dd6-b316-e0ceea315ec9","name":"Per-airport totals, top species, and notable strikes.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/wildlife-strikes/airport/:slug","host":["https://himaxym.com/api/v1/data"],"path":["wildlife-strikes","airport",":slug"],"variable":[{"key":"slug","value":"string","description":"Airport slug (lowercased ICAO/FAA id, e.g. kden)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"5384fcd4-6dda-4b78-ab52-5e3131632ec8","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/wildlife-strikes/airport/:slug","host":["https://himaxym.com/api/v1/data"],"path":["wildlife-strikes","airport",":slug"],"variable":[{"key":"slug","value":"string","description":"Airport slug (lowercased ICAO/FAA id, e.g. kden)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"512394ad-79cb-4085-92bd-ddd23f56e5cf","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/wildlife-strikes/airport/:slug","host":["https://himaxym.com/api/v1/data"],"path":["wildlife-strikes","airport",":slug"],"variable":[{"key":"slug","value":"string","description":"Airport slug (lowercased ICAO/FAA id, e.g. kden)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"d40f9022-6c5d-4956-a8fa-fd746a899506","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/wildlife-strikes/airport/:slug","host":["https://himaxym.com/api/v1/data"],"path":["wildlife-strikes","airport",":slug"],"variable":[{"key":"slug","value":"string","description":"Airport slug (lowercased ICAO/FAA id, e.g. kden)."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"671e1da1-3744-41c4-aafb-5a3a0b777a27"}],"id":"b9cc99f8-476d-4cea-a09b-99c9b304f679","_postman_id":"b9cc99f8-476d-4cea-a09b-99c9b304f679","description":""}],"id":"83655f53-a2a8-4d26-95df-9e188b733655","_postman_id":"83655f53-a2a8-4d26-95df-9e188b733655","description":""},{"name":"species","item":[{"name":"{slug}","item":[{"name":"FAA wildlife strikes for one species","id":"5f537a59-6cc8-48b9-933a-ce7544611ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/wildlife-strikes/species/:slug","urlObject":{"path":["wildlife-strikes","species",":slug"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"93c47e3c-c6be-48fb-9efe-90f2e2219b3d","description":{"content":"<p>Species slug (e.g. mourning-dove).</p>\n","type":"text/plain"},"type":"any","value":"string","key":"slug"}]}},"response":[{"id":"5fc2e18e-2b9b-4796-8959-dc9660d4739b","name":"Per-species totals, top airports, and notable strikes.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/wildlife-strikes/species/:slug","host":["https://himaxym.com/api/v1/data"],"path":["wildlife-strikes","species",":slug"],"variable":[{"key":"slug","value":"string","description":"Species slug (e.g. mourning-dove)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"1710c00c-fe30-4a72-bf62-72ec22f5dab0","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/wildlife-strikes/species/:slug","host":["https://himaxym.com/api/v1/data"],"path":["wildlife-strikes","species",":slug"],"variable":[{"key":"slug","value":"string","description":"Species slug (e.g. mourning-dove)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"de4f900d-c5c3-4dd2-a32b-c91426e514d3","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/wildlife-strikes/species/:slug","host":["https://himaxym.com/api/v1/data"],"path":["wildlife-strikes","species",":slug"],"variable":[{"key":"slug","value":"string","description":"Species slug (e.g. mourning-dove)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"8a71efe3-6e01-4088-b5a3-ea0effb83ff5","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/wildlife-strikes/species/:slug","host":["https://himaxym.com/api/v1/data"],"path":["wildlife-strikes","species",":slug"],"variable":[{"key":"slug","value":"string","description":"Species slug (e.g. mourning-dove)."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"5f537a59-6cc8-48b9-933a-ce7544611ec3"}],"id":"5101cf5f-40d5-41ed-8456-bbb8a92b2223","_postman_id":"5101cf5f-40d5-41ed-8456-bbb8a92b2223","description":""}],"id":"a65924da-034a-48dc-9514-87fe9da9a6f2","_postman_id":"a65924da-034a-48dc-9514-87fe9da9a6f2","description":""},{"name":"FAA wildlife strike database — global aggregates (US-gov public domain)","id":"f1445b6f-79ca-412a-8e19-ca3b7f9ccc2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/wildlife-strikes","urlObject":{"path":["wildlife-strikes"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[]}},"response":[{"id":"de5b33f7-55c2-42a7-bcdc-856d1a792c9c","name":"Hub rollups: totals, by-year, top airports/species, and notable strikes with FAA narrative remarks.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/wildlife-strikes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"669a3400-1a32-4b9a-8ec4-65a1399ea6fc","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/wildlife-strikes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"9a4479c7-9667-4030-baaf-c21aa5f203c6","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/wildlife-strikes"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"f1445b6f-79ca-412a-8e19-ca3b7f9ccc2f"}],"id":"ced305b3-3b66-451a-a9cd-02e0140d96a7","_postman_id":"ced305b3-3b66-451a-a9cd-02e0140d96a7","description":""},{"name":"laser-strikes","item":[{"name":"state","item":[{"name":"{slug}","item":[{"name":"FAA laser incidents for one US state","id":"2ea19eb2-bae0-4d63-85bb-87dc56eade6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/laser-strikes/state/:slug","urlObject":{"path":["laser-strikes","state",":slug"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"51c8cc7a-81f6-4421-bcd9-cfe7fac385eb","description":{"content":"<p>State slug (e.g. california).</p>\n","type":"text/plain"},"type":"any","value":"string","key":"slug"}]}},"response":[{"id":"face3c7d-57f4-4133-8e58-e9fcfc16f50a","name":"Per-state totals, injuries, and top cities.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/laser-strikes/state/:slug","host":["https://himaxym.com/api/v1/data"],"path":["laser-strikes","state",":slug"],"variable":[{"key":"slug","value":"string","description":"State slug (e.g. california)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"384759df-9b17-4570-a49f-31c12e97027d","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/laser-strikes/state/:slug","host":["https://himaxym.com/api/v1/data"],"path":["laser-strikes","state",":slug"],"variable":[{"key":"slug","value":"string","description":"State slug (e.g. california)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"e17f324e-5669-4c71-bfe4-fdbe985b8311","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/laser-strikes/state/:slug","host":["https://himaxym.com/api/v1/data"],"path":["laser-strikes","state",":slug"],"variable":[{"key":"slug","value":"string","description":"State slug (e.g. california)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"57eff4e3-c49a-49d7-9734-954629f66869","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/laser-strikes/state/:slug","host":["https://himaxym.com/api/v1/data"],"path":["laser-strikes","state",":slug"],"variable":[{"key":"slug","value":"string","description":"State slug (e.g. california)."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"2ea19eb2-bae0-4d63-85bb-87dc56eade6d"}],"id":"22b2dda2-0793-4904-af75-98ad38b77632","_postman_id":"22b2dda2-0793-4904-af75-98ad38b77632","description":""}],"id":"00dd6d31-cca7-4892-8f02-a6322aa09ead","_postman_id":"00dd6d31-cca7-4892-8f02-a6322aa09ead","description":""},{"name":"airport","item":[{"name":"{slug}","item":[{"name":"FAA laser incidents near one airport","id":"9cf6b3fe-40b8-473b-8db6-5d3aabf3c337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/laser-strikes/airport/:slug","urlObject":{"path":["laser-strikes","airport",":slug"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"d091d9fe-8f46-4975-a5d4-67c03ee615e6","description":{"content":"<p>Airport identifier slug (e.g. lax).</p>\n","type":"text/plain"},"type":"any","value":"string","key":"slug"}]}},"response":[{"id":"1b298287-e39a-475a-911f-8b6fee24a0c7","name":"Per-airport totals, injuries, and top cities.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/laser-strikes/airport/:slug","host":["https://himaxym.com/api/v1/data"],"path":["laser-strikes","airport",":slug"],"variable":[{"key":"slug","value":"string","description":"Airport identifier slug (e.g. lax)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"c575cd46-f8fa-4260-9583-215e44d586c6","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/laser-strikes/airport/:slug","host":["https://himaxym.com/api/v1/data"],"path":["laser-strikes","airport",":slug"],"variable":[{"key":"slug","value":"string","description":"Airport identifier slug (e.g. lax)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"e7c239d5-f412-4c52-8124-c5b43972f3b6","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/laser-strikes/airport/:slug","host":["https://himaxym.com/api/v1/data"],"path":["laser-strikes","airport",":slug"],"variable":[{"key":"slug","value":"string","description":"Airport identifier slug (e.g. lax)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"ef38669d-dc5d-4d90-9503-7b8c07613456","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/laser-strikes/airport/:slug","host":["https://himaxym.com/api/v1/data"],"path":["laser-strikes","airport",":slug"],"variable":[{"key":"slug","value":"string","description":"Airport identifier slug (e.g. lax)."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"9cf6b3fe-40b8-473b-8db6-5d3aabf3c337"}],"id":"f25df390-4140-49d4-b7ce-d1bb18afd46c","_postman_id":"f25df390-4140-49d4-b7ce-d1bb18afd46c","description":""}],"id":"cfbf5cc2-9fb3-47a3-a41a-3fb7552467dd","_postman_id":"cfbf5cc2-9fb3-47a3-a41a-3fb7552467dd","description":""},{"name":"FAA reported laser incidents — global aggregates (US-gov public domain)","id":"320db715-aae7-4c5c-a284-620e2b556e0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/laser-strikes","urlObject":{"path":["laser-strikes"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[]}},"response":[{"id":"135c862a-3a1d-40ad-a995-6247dc408db9","name":"Hub rollups: totals, injuries, by-year, top states/colors/airports.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/laser-strikes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"043cd5e7-9c12-414b-b293-d4b71522a880","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/laser-strikes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"23ef7582-113d-4cce-b0e5-20175f6107c3","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/laser-strikes"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"320db715-aae7-4c5c-a284-620e2b556e0c"}],"id":"98df4987-2aa9-4155-93c0-a8242edd9ef1","_postman_id":"98df4987-2aa9-4155-93c0-a8242edd9ef1","description":""},{"name":"drone-sightings","item":[{"name":"state","item":[{"name":"{slug}","item":[{"name":"FAA drone sightings for one US state","id":"2f01031f-40b2-4183-8109-b26f2df6b42f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/drone-sightings/state/:slug","urlObject":{"path":["drone-sightings","state",":slug"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"11afd925-b87a-44e1-83fc-ff177792f926","description":{"content":"<p>State slug (e.g. california).</p>\n","type":"text/plain"},"type":"any","value":"string","key":"slug"}]}},"response":[{"id":"7d834cf5-5b8f-423c-9bf2-3a0f360b7038","name":"Per-state totals, top cities, and recent report narratives.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/drone-sightings/state/:slug","host":["https://himaxym.com/api/v1/data"],"path":["drone-sightings","state",":slug"],"variable":[{"key":"slug","value":"string","description":"State slug (e.g. california)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"964d95af-0b4e-40ec-b35f-6299da7c0151","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/drone-sightings/state/:slug","host":["https://himaxym.com/api/v1/data"],"path":["drone-sightings","state",":slug"],"variable":[{"key":"slug","value":"string","description":"State slug (e.g. california)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"a70643b3-0de4-4d4d-9668-2ed12825a4f2","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/drone-sightings/state/:slug","host":["https://himaxym.com/api/v1/data"],"path":["drone-sightings","state",":slug"],"variable":[{"key":"slug","value":"string","description":"State slug (e.g. california)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"e06ddd83-2826-46f1-8d48-2011ddf8a9e9","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/drone-sightings/state/:slug","host":["https://himaxym.com/api/v1/data"],"path":["drone-sightings","state",":slug"],"variable":[{"key":"slug","value":"string","description":"State slug (e.g. california)."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"2f01031f-40b2-4183-8109-b26f2df6b42f"}],"id":"e05d4e2b-cfd6-49bf-a907-0d52c9a9bc8a","_postman_id":"e05d4e2b-cfd6-49bf-a907-0d52c9a9bc8a","description":""}],"id":"faa75b4b-6324-4dcd-8f23-55b4a7ee94af","_postman_id":"faa75b4b-6324-4dcd-8f23-55b4a7ee94af","description":""},{"name":"FAA UAS (drone) sighting reports — global aggregates (US-gov public domain)","id":"cbd5473a-9a87-4043-a683-73483f7507d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/drone-sightings","urlObject":{"path":["drone-sightings"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[]}},"response":[{"id":"e628dc25-02e8-4933-b3c3-bb8624b0bcfe","name":"Hub rollups: totals, by-year, top states/cities, and recent report narratives.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/drone-sightings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"f310ae90-96a1-41ed-9347-ff5c5e330668","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/drone-sightings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"8c9372aa-936c-42af-8cd7-373f6d1a36d0","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/drone-sightings"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"cbd5473a-9a87-4043-a683-73483f7507d2"}],"id":"8063dbc7-2b0a-4c18-a789-ef8825b2aef0","_postman_id":"8063dbc7-2b0a-4c18-a789-ef8825b2aef0","description":""},{"name":"airports","item":[{"name":"{ident}","item":[{"name":"Airport reference lookup by ICAO ident or IATA code (OurAirports, CC0)","id":"d9202b5c-2384-41a9-897b-283b23bf016b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/airports/:ident","urlObject":{"path":["airports",":ident"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[{"id":"7ba1f8a1-7e96-4158-a62d-1f5be3d9c09f","description":{"content":"<p>ICAO ident (e.g. KDEN, EGLL) or 3-letter IATA code (e.g. DEN).</p>\n","type":"text/plain"},"type":"any","value":"string","key":"ident"}]}},"response":[{"id":"1b58d04f-b8f1-4e8c-a2e1-7b38395121a3","name":"Airport name, city, country, IATA/ICAO codes, and coordinates.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/airports/:ident","host":["https://himaxym.com/api/v1/data"],"path":["airports",":ident"],"variable":[{"key":"ident","value":"string","description":"ICAO ident (e.g. KDEN, EGLL) or 3-letter IATA code (e.g. DEN)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {},\n  \"attribution\": \"string\"\n}"},{"id":"468df1e7-a2a8-4ae0-b27a-b4f284897031","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/airports/:ident","host":["https://himaxym.com/api/v1/data"],"path":["airports",":ident"],"variable":[{"key":"ident","value":"string","description":"ICAO ident (e.g. KDEN, EGLL) or 3-letter IATA code (e.g. DEN)."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"9178a4d1-16ff-41c0-80a9-d008d9aa7fbf","name":"No record matches.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/airports/:ident","host":["https://himaxym.com/api/v1/data"],"path":["airports",":ident"],"variable":[{"key":"ident","value":"string","description":"ICAO ident (e.g. KDEN, EGLL) or 3-letter IATA code (e.g. DEN)."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"0f7a41bf-34c6-45a0-9140-d943b505f518","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://himaxym.com/api/v1/data/airports/:ident","host":["https://himaxym.com/api/v1/data"],"path":["airports",":ident"],"variable":[{"key":"ident","value":"string","description":"ICAO ident (e.g. KDEN, EGLL) or 3-letter IATA code (e.g. DEN)."}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"d9202b5c-2384-41a9-897b-283b23bf016b"}],"id":"88d141bf-93ef-4c43-8a2a-0991515ef013","_postman_id":"88d141bf-93ef-4c43-8a2a-0991515ef013","description":""}],"id":"6202c01a-a856-49f5-8a4d-9cc303ee792a","_postman_id":"6202c01a-a856-49f5-8a4d-9cc303ee792a","description":""},{"name":"sources","item":[{"name":"The source registry (licenses + narrative policy)","id":"c54985ea-e651-49c5-87f4-2f2f82fda4f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://himaxym.com/api/v1/data/sources","urlObject":{"path":["sources"],"host":["https://himaxym.com/api/v1/data"],"query":[],"variable":[]}},"response":[{"id":"e7767696-bb37-44a1-97ae-44d2186bb138","name":"Every source: code, name, license, homepage, narrative count, policy.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/sources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"code\": \"string\",\n      \"name\": \"string\",\n      \"license\": \"string\",\n      \"homepage\": \"string\",\n      \"narratives\": 8914,\n      \"policy\": \"excerpt\"\n    },\n    {\n      \"code\": \"string\",\n      \"name\": \"string\",\n      \"license\": \"string\",\n      \"homepage\": \"string\",\n      \"narratives\": 5747,\n      \"policy\": \"full\"\n    }\n  ]\n}"},{"id":"7c761ea7-9bef-4550-97b1-c4350d4f5423","name":"Unknown or revoked API key.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/sources"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"},{"id":"dfda24a2-246b-457a-998b-f348dd1ccb14","name":"Rate limit exceeded — retry after the Retry-After header (seconds).","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://himaxym.com/api/v1/data/sources"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"disabled":false,"description":{"content":"Seconds until the quota resets.","type":"text/plain"},"key":"Retry-After","value":"1861"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": {\n    \"code\": \"rate_limited\",\n    \"message\": \"string\"\n  }\n}"}],"_postman_id":"c54985ea-e651-49c5-87f4-2f2f82fda4f2"}],"id":"8d0cc28d-c0ea-4662-b10e-9910083d82d7","_postman_id":"8d0cc28d-c0ea-4662-b10e-9910083d82d7","description":""}],"variable":[{"key":"baseUrl","value":"https://himaxym.com/api/v1/data"}]}