The Mars Weather API is an API collecting data from NASA's InSight api and redistributing it as a REST API.
https://api.mars.spacexcompanion.app/
{
"sol": 359,
"season": "spring",
"measurement": {
"first": "2019-11-30 00:00:00",
"last": "2019-11-30 00:00:00"
},
"air": {
"temperature": {
"average": -63.06,
"minimum": -99.32,
"maximum": -21.75
},
"pressure": {
"average": 668.79,
"minimum": 652.77,
"maximum": 681.96
}
},
"wind": {
"speed": {
"average": 5.8,
"minimum": 0.21,
"maximum": 23.26
},
"directions": [
{
"point": "N",
"degrees": 0,
"up": 1,
"right": 0
},
...
]
}
}
If you have any questions or tips, feel free to contact me anytime!.
If you discover a security vulnerability within Lumen, please send an email to Jeroen Boumans. All security vulnerabilities will be promptly addressed.
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.