Plume API
Fun

/nasa-apod

Get the NASA Astronomy Picture Of the Day

GET
/nasa-apod

Response Body

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/nasa-apod"
{
  "date": "string",
  "title": "string",
  "url": "string",
  "hd_url": "string",
  "media_type": "string",
  "explanation": "string",
  "page_url": "string"
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}