{"openapi":"3.1.0","info":{"title":"LouisianAI Public API","description":"Read-only access to the Louisiana AI data center registry, intelligence briefs, and signals.","version":"1.0.0"},"servers":[{"url":"https://louisianai.com"}],"paths":{"/api/datasets/infrastructure/json":{"get":{"summary":"Get the full Louisiana AI infrastructure registry (JSON).","responses":{"200":{"description":"OK"}}}},"/api/datasets/infrastructure/csv":{"get":{"summary":"Get the full Louisiana AI infrastructure registry (CSV).","responses":{"200":{"description":"OK"}}}},"/api/signals":{"get":{"summary":"Get the latest Louisiana AI intelligence signals (paginated).","parameters":[{"name":"limit","in":"query","schema":{"type":"integer","default":25,"maximum":100}},{"name":"page","in":"query","schema":{"type":"integer","default":1}}],"responses":{"200":{"description":"OK"}}}},"/feed.json":{"get":{"summary":"JSON Feed of the latest briefs.","responses":{"200":{"description":"OK"}}}}}}