From 190d4cae684c79c729614fe12a3cf826026b3d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pleskaczy=C5=84ski?= Date: Sun, 6 Oct 2019 15:11:55 +0200 Subject: [PATCH] added my own unofficial APOD API to the list (#1014) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dbc0f55..074ea0b3 100644 --- a/README.md +++ b/README.md @@ -698,6 +698,7 @@ API | Description | Auth | HTTPS | CORS | | [Launch Library](https://launchlibrary.net/docs/1.3/api.html) | Upcoming Space Launches | No | Yes | Unknown | | [Minor Planet Center](http://www.asterank.com/mpc) | Asterank.com Information | No | No | Unknown | | [NASA](https://api.nasa.gov) | NASA data, including imagery | No | Yes | Unknown | +| [NASA APOD (unofficial API)](https://apodapi.herokuapp.com/) | API for getting APOD (Astronomy Image of the Day) images along with metadata | No | Yes | Yes | | [Newton](https://newton.now.sh/) | Symbolic and Arithmetic Math Calculator | No | Yes | Unknown | | [Numbers](http://numbersapi.com) | Facts about numbers | No | No | Unknown | | [Open Notify](http://open-notify.org/Open-Notify-API/) | ISS astronauts, current location, etc | No | No | Unknown |