GET /space/astronauts
Fáðu a list of allar humans sem stendur in space núna, þar á meðal their names and which spacecraft they are aboard (ISS, Tiangong, etc.). Typically 6-12 people á hverjum tíma. Heillandi rauntíma dataset for science education forrit, space news mælaborð, and trivia eiginleika. Uppfært hvenær sem crew missions launch or return.
curl https://nordapi.ee/api/v1/space/astronauts
{
"count": 12,
"data": [
{
"craft": "ISS",
"name": "Oleg Kononenko"
},
{
"craft": "ISS",
"name": "Nikolai Chub"
},
{
"craft": "ISS",
"name": "Tracy Caldwell Dyson"
},
{
"craft": "ISS",
"name": "Matthew Dominick"
},
{
"craft": "ISS",
"name": "Michael Barratt"
},
{
"craft": "ISS",
"name": "Jeanette Epps"
},
{
"craft": "ISS",
"name": "Alexander Grebenkin"
},
{
"craft": "ISS",
"name": "Butch Wilmore"
},
{
"craft": "ISS",
"name": "Sunita Williams"
},
{
"craft": "Tiangong",
"name": "Li Guangsu"
},
{
"craft": "Tiangong",
"name": "Li Cong"
},
{
"craft": "Tiangong",
"name": "Ye Guangfu"
}
],
"success": true
}