{"openapi":"3.1.0","info":{"title":"Marine Insight 360 Public API","version":"1.0.0","description":"Read-only discovery and maritime reference endpoints for public Marine Insight 360 content."},"servers":[{"url":"https://marineinsight360.com"}],"paths":{"/content-index.json":{"get":{"summary":"Complete public content index","description":"Returns the canonical URL inventory for public pages, articles, blogs, jobs, guides, reference records and directories.","responses":{"200":{"description":"Content index response","content":{"application/json":{"schema":{"type":"object","properties":{"schema_version":{"type":"string"},"total_items":{"type":"integer"},"counts":{"type":"object","additionalProperties":{"type":"integer"}},"items":{"type":"array","items":{"$ref":"#/components/schemas/ContentIndexItem"}}}}}}}}}},"/api/v1/search":{"get":{"summary":"Search maritime entity records","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","minimum":1,"maximum":50}}],"responses":{"200":{"description":"Search results","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/glossary/{slug}":{"get":{"summary":"Glossary term lookup","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Record found","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Record not found","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/ports/{unlocode}":{"get":{"summary":"Port profile lookup","parameters":[{"name":"unlocode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Record found","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Record not found","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/vessels/{imo}":{"get":{"summary":"Vessel profile lookup","parameters":[{"name":"imo","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Record found","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Record not found","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/machines/{slug}":{"get":{"summary":"Marine machinery lookup","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Record found","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Record not found","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/parts/{slug}":{"get":{"summary":"Marine part lookup","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Record found","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Record not found","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/v1/events/{slug}":{"get":{"summary":"Maritime event lookup","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Record found","content":{"application/json":{"schema":{"type":"object"}}}},"404":{"description":"Record not found","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"components":{"schemas":{"ContentIndexItem":{"type":"object","properties":{"type":{"type":"string"},"url":{"type":"string","format":"uri"},"title":{"type":"string"},"summary":{"type":"string"},"published_at":{"type":"string","format":"date-time"},"last_modified":{"type":"string","format":"date-time"},"section":{"type":"string"}},"required":["type","url","title"]}}}}