Plume API
Fun

/iss

Get the current position and velocity of the ISS

GET
/iss

Response Body

application/json

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/iss"
{
  "latitude": 0,
  "longitude": 0,
  "altitude": 0,
  "timestamp": 0,
  "velocity": 0
}
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}