get_apod
ActiveTool of NASA Data
declared in 1.0.0
Get NASA Astronomy Picture of the Day. Returns image/video with title, explanation, and URLs.
Parameters schema
{
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Date YYYY-MM-DD (default: today)"
},
"count": {
"type": "number",
"description": "Get N random pictures (1-10, overrides date)"
},
"thumbs": {
"type": "boolean",
"description": "Include thumbnail URLs for videos"
}
}
}Parent server
NASA Data
1/7 registries