{"openapi":"3.1.0","info":{"title":"World Peptide Foundation Public Research API","version":"1.1.0","description":"Read-only access to governed public peptide records, published verified evidence, research updates, and reproducible exports. Observations remain separate from scientific evidence."},"servers":[{"url":"https://localhost:8080"}],"paths":{"/api/peptides":{"get":{"summary":"List governed public peptide profiles","responses":{"200":{"description":"Public peptide records"}}}},"/api/evidence":{"get":{"summary":"List published verified evidence","parameters":[{"name":"peptide","in":"query","schema":{"type":"string"}},{"name":"tier","in":"query","schema":{"type":"string"}},{"name":"year","in":"query","schema":{"type":"integer"}},{"name":"sourceType","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Filtered evidence records"}}}},"/api/export/peptides":{"get":{"summary":"Export governed public peptide data","responses":{"200":{"description":"Versioned JSON dataset"}}}},"/api/research/profiles/{slug}/export":{"get":{"summary":"Export a complete public peptide research package","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}},{"name":"format","in":"query","schema":{"type":"string","enum":["json","csv","bibtex"]}}],"responses":{"200":{"description":"Profile export"},"404":{"description":"Profile not published"}}}},"/api/research/updates":{"get":{"summary":"List recent governed evidence, regulatory, and correction updates","responses":{"200":{"description":"Versioned update feed"}}}},"/api/research/updates/feed":{"get":{"summary":"Subscribe to governed research updates","responses":{"200":{"description":"Atom feed"}}}},"/api/version":{"get":{"summary":"Read platform and methodology version metadata","responses":{"200":{"description":"Version metadata"}}}}}}