API & Data Files
All LocalLedger data is available as static JSON files. Free to access, sourced from official public databases.
| Check | Status | Detail |
|---|---|---|
| Source URLs | Pass | Every metric links to its public source. |
| Dataset names | Pass | Displayed metrics include dataset labels. |
| Fetch timestamps | Pass | Pipeline timestamps are included. |
| Null handling | Pass | Unavailable values are explicit. |
| Static export | Pass | Data is bundled at build time. |
| Integrity checks | Pass | Validation runs before build. |
Static JSON API
LocalLedger publishes all processed data as static JSON files. No authentication required. Base URL: https://local-ledger.net
Available Files
State Dashboards
All U.S. state economic dashboards with income, labor, GDP, and federal spending metrics.
Source: FRED, Census, BEA, USAspendingCounty Economic Indicators
County population, income, housing, and Local Economy Score records across the United States.
Source: Census ACSMetro Economic Indicators
Major U.S. metro and city population, income, and housing indicators.
Source: Census ACSColorado Overview
Statewide unemployment, income, GDP, and population from FRED.
Source: FREDColorado Cities
MSA-level economic data for Denver, Boulder, Colorado Springs, Fort Collins, Aurora.
Source: FREDCollege ROI
Net price, graduation, earnings, debt data from College Scorecard.
Source: College ScorecardFederal Spending
Federal award spending in Colorado from USAspending.gov.
Source: USAspendingSlowdown Risk Indicator
Colorado Slowdown Risk Score and components.
Source: FRED (computed)Metadata Catalog
Catalog of all datasets with fetch timestamps and source info.
Source: LocalLedgerUsage Notes
- • All files use a consistent schema with
_metablock includinggeneratedAt, description, and sources. - • Data values of
nullindicate unavailable data - not zero. - • Every data point includes
sourceName,sourceUrl,lastFetchedAt. - • Files are regenerated on each build. Cache with care - always check
lastFetchedAt. - • If you use this data, please cite both LocalLedger and the underlying official source.