{ "opencollection": "1.0.0", "info": { "name": "NASA Astronomy Picture of the Day () APOD API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "APOD", "type": "folder" }, "items": [ { "info": { "name": "Get Astronomy Picture of the Day", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/planetary/apod", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "api.nasa.gov key for expanded usage. Use DEMO_KEY for limited testing (30 requests/hour, 50 requests/day).\n" }, { "name": "date", "value": "", "type": "query", "description": "A string in YYYY-MM-DD format indicating the date of the APOD image. Defaults to today's date. Must be after 1995-06-16, the first day an APOD picture was posted. Cannot be used with count, start_date, or end_date.\n" }, { "name": "start_date", "value": "", "type": "query", "description": "A string in YYYY-MM-DD format indicating the start of a date range. All images in the range from start_date to end_date will be returned in a JSON array. Cannot be used with date or count.\n" }, { "name": "end_date", "value": "", "type": "query", "description": "A string in YYYY-MM-DD format indicating the end of a date range. If start_date is specified without an end_date then end_date defaults to the current date. Cannot be used with date or count.\n" }, { "name": "count", "value": "", "type": "query", "description": "A positive integer, no greater than 100. If specified then count randomly chosen images will be returned in a JSON array. Cannot be used in conjunction with date, start_date, or end_date.\n" }, { "name": "concept_tags", "value": "", "type": "query", "description": "A boolean True|False indicating whether concept tags should be returned with the rest of the response. Concept tags are derived from common search tags associated with the description text. Defaults to False. Note: concept_tags functionality may be disabled in the current service deployment.\n" }, { "name": "hd", "value": "", "type": "query", "description": "A boolean True|False parameter indicating whether or not high-resolution images should be returned. Present for legacy purposes only — it is always ignored by the service and high-resolution URLs are returned regardless.\n" }, { "name": "thumbs", "value": "", "type": "query", "description": "A boolean parameter True|False indicating whether the API should return a thumbnail image URL for video files. If set to True, the API returns URL of video thumbnail. If an APOD is not a video, this parameter is ignored.\n" } ] }, "docs": "Returns the Astronomy Picture of the Day with title, explanation, image URL, HD image URL, media type, copyright, and optional concept tags. Supports date-based filtering, date-range queries, and random image selection. Cannot combine count with date or start_date/end_date.\n" } ] } ], "bundled": true }