Api data

United States Census
United States Census
Geographies Nation
State/Territory
County
Place
Search for a state or territory to view Census data
No profile selected
Population
Total Population: ${d.population.toLocaleString()}
Education
Bachelor’s Degree or Higher: ${d.bachelorsPlus.toLocaleString()}
Income
Median Household Income: $${d.medianIncome.toLocaleString()}
Per Capita Income: $${d.perCapitaIncome.toLocaleString()}
`; document.getElementById("csx-profile").innerHTML = ` ${state}

Median Household Income:
$${d.medianIncome.toLocaleString()}

Per Capita Income:
$${d.perCapitaIncome.toLocaleString()}

Bachelor’s Degree or Higher:
${d.bachelorsPlus.toLocaleString()} `; } /* ===== RESET ===== */ function resetView() { csxSearch.value = ""; document.getElementById("csx-main").innerHTML = "Search for a state or territory to view Census data"; document.getElementById("csx-profile").innerHTML = "No profile selected"; }