Astronomy Picture of the Day via REST API [Curl/Bash Code]
Get the astronomy picture of the day (APOD) by sending a GET request to the Nasa.gov REST API. Replace {nasa_apikey} with your own Nasa API key. The Curl/Bash code was automatically generated for the Astronomy Picture Of The Day Via REST API example.
Astronomy Picture of the Day via REST API [Curl/Bash Code]Send
GET /planetary/apod?api_key={nasa_apikey} HTTP/1.1
Host: api.nasa.gov