JSON Dataset
Live Preview
Loading dataset...
US State Capitals JSON Dataset
All 50 US state capitals with coordinates and population data.
Download
Sample Data
{
"capitals": [
{
"state": "California",
"capital": "Sacramento",
"population": 508529,
"founded": 1854,
"lat": 38.555605,
"lon": -121.468926
}
]
}