{"openapi":"3.0.3","info":{"title":"Burbank Ledger API","version":"0.1.0","description":"Read-only civic data for Burbank, California."},"servers":[{"url":"/api/v1"}],"paths":{"/health":{"get":{"summary":"Liveness","responses":{"200":{"description":"ok"}}}},"/datasets":{"get":{"summary":"Catalog","responses":{"200":{"description":"list"}}}},"/crime/annual":{"get":{"summary":"Annual crime","responses":{"200":{"description":"rows"}}}},"/crime/monthly":{"get":{"summary":"Monthly crime","responses":{"200":{"description":"rows"}}}},"/collisions":{"get":{"summary":"Crashes","responses":{"200":{"description":"rows"}}}},"/meetings":{"get":{"summary":"Meetings","responses":{"200":{"description":"rows"}}}},"/votes":{"get":{"summary":"Votes","responses":{"200":{"description":"rows"}}}},"/housing/apr":{"get":{"summary":"Housing APR","responses":{"200":{"description":"rows"}}}},"/lookup":{"get":{"summary":"Officials (citywide)","responses":{"200":{"description":"roster"}}}},"/geocode":{"get":{"summary":"Geocode address via Census Bureau","responses":{"200":{"description":"geography match"}}}}}}