View NASA's hand-picked Astronomy Picture Of the Day and browse the ever-growing, 30+ years-old gallery of space images. This website uses NASA's public APIs1
- A full screen, adaptive image view
- A professional astronomer's explanation of the image
- A date picker for browsing the archive
- Open apodviewer.github.io.
- Hover on the image to view it fully.
- Click on the image to get a full-size file.
- Use the date picker to check out pictures from June 16, 1995 to this day, along with their explanations.
- Check out the featured photographer, or view the image on the original APOD website.
In an effort to avoid making too many API requests while browsing the APOD, this website caches the JSON result in a cookie.
The result contains all information about the picture, including the image URL, the copyright holder (or lack thereof), the
full explanation and summary.
Occasionally, APOD will feature content like videos or small games, embedded in <iframe>
s. To show this content on APOD Viewer,
the code checks for the hdurl
property of the APOD: if not present the content is likely not an image and the <img>
element will
be replaced with an <iframe>
.
Footnotes
-
Right now, the website is limited to 30 requests/hour per IP address, due to the demo API's restrictions. Unfortunately I currently have no way to store my personal API key that would allow for limitless browsing, so until I move out of Github Pages, exceeding the request limit will show an error. ↩