Loading...
Loading...
AI-powered LCAP analysis
Download LCAP intelligence data in multiple formats for analysis, reporting, and integration.
Export all parsed district profiles including name, county, CDS code, goals count, actions count, and budget totals.
Export all goals with priorities, action counts, strategies, and expenditure data across every district.
Export financial data including total expenditure, LCFF base, supplemental & concentration grants across districts.
Export stakeholder engagement methods, groups consulted, and key themes identified across all districts.
Complete parsed data for all districts in a single JSON file. Ideal for programmatic access and analysis.
View the executive summary page and use your browser print function (Ctrl+P / Cmd+P) to save as PDF.
All export endpoints are available as standard REST APIs. Use curl or any HTTP client to fetch data programmatically.
/api/export?type=districts&format=csv/api/export?type=goals&format=csv/api/export?type=budgets&format=csv/api/export?type=stakeholders&format=csv/api/export?type=full&format=jsonExample
curl -O "https://your-domain.com/api/export?type=districts&format=csv"