Astronomy Picture

Astronomy Picture of the day - nasa

GET https://api.sdbots.tech/apod

{
  "date": "",
  "explanation": "",
  "image": "",
  "title": ""
}

Example:

import requests

API = "https://api.sdbots.tech/apod"
req = requests.get(API).json()
print(req)

Last updated