Skip to main content
GET
/
v0
/
satellites
List supported satellites
curl --request GET \
  --url https://api.pixxel.space/v0/satellites \
  --header 'Authorization: <api-key>'
{
  "satellites": [
    {
      "bands": [
        {
          "name": "<string>",
          "offset": 123,
          "scale": 123,
          "spatial_resolution": 123,
          "wavelength": 123
        }
      ],
      "collections": [
        {
          "id": "<string>",
          "name": "<string>",
          "provider": "<string>",
          "queryables": [
            "<string>"
          ],
          "rescale": [
            123
          ]
        }
      ],
      "id": "<string>",
      "name": "<string>",
      "rgb_composite": {
        "blue": "<string>",
        "green": "<string>",
        "red": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Response

OK

satellites
object[]