JSON files that may be used during training sessions.
Data mainly extracted from: https://en.wikipedia.org/wiki/List_of_Solar_System_objects_by_size, using csvtojson
Other great resource (in French): http://www.le-systeme-solaire.net
{
"name": "Uranus",
"radius": 25362,
"volume": 68340,
"mass": 86832,
"density": 1.27,
"gravity": 8.87,
"distance": 2871,
"satellitesCount": 27,
"hasRings": true,
"discoveredAt": [1781, 3, 13],
"type": "ice giant"
}
Data mainly extracted from https://en.wikipedia.org/wiki/List_of_pizza_varieties_by_country
{
"name": "Quattro Stagioni",
"toppings": [
"tomato sauce",
"mozzarella",
"mushrooms",
"ham",
"eggs",
"artichoke",
"black olives",
"peas",
"salami"
]
}