---
title: "List supported satellites"
method: GET
path: "/v0/satellites"
tags: ["AOI"]
---

# List supported satellites

`GET /v0/satellites`

List of supported satellites. This endpoint returns all available satellites in a single response; pagination is not required as the satellite catalog contains a limited set of entries.

## Response `200`

OK

- LensModifiedSuccessResponse
  - `satellites` LensOriginalSuccessResponse[]
    - `bands` object[]
      - `name` string
      - `offset` number
      - `scale` number
      - `spatial_resolution` integer
      - `wavelength` number
    - `collections` object[]
      - `id` string
      - `name` string
      - `provider` string
      - `queryables` string[]
      - `rescale` integer[]
    - `id` string
    - `name` string
    - `rgb_composite` object
      - `blue` string
      - `green` string
      - `red` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/pixxel/apis/stargate.md) · [All operations](https://skmtc.net/pixxel/apis/stargate/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pixxel/stargate/revisions/b501e2ca5a9d/schema)
