JSON Dataset
Live Preview
Loading dataset...
Solar System Planets JSON Dataset
All eight planets with scientific data.
Download
Sample Data
{
"planets": [
{
"name": "Earth",
"type": "Terrestrial",
"diameter_km": 12756,
"moons": 1,
"orbital_period_days": 365,
"has_rings": false
}
]
}