---
title: "Get list of miniconda installers available for download."
method: GET
path: "/installers"
tags: ["installers"]
---

# Get list of miniconda installers available for download.

`GET /installers`

## Response `200`

successful operation

- Installers
  - `installers` object
    - `os` string
    - `platform` string
    - `python_version` string
    - `version` string
    - `description` string
    - `updated_at` string
    - `size` integer
    - `sha256` string
    - `internal` boolean
    - `url` string
    - `top` boolean

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/anaconda/apis/anaconda-server-api.md) · [All operations](https://skmtc.net/anaconda/apis/anaconda-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anaconda/anaconda-server-api/revisions/6aef0cb7a151/schema)
