Plume API
Fun

/iss-image

Get the ISS position on the Earth map

GET
/iss-image

Query Parameters

circle?boolean

Draw a red circle around the ISS. Default: true

Response Body

image/png

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/iss-image"
"string"
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}