---
title: "Siphon Resources"
method: POST
path: "/my/ships/{shipSymbol}/siphon"
tags: ["Fleet"]
---

# Siphon Resources

`POST /my/ships/{shipSymbol}/siphon`

Siphon gases or other resources from gas giants.

The ship must be in orbit to be able to siphon and must have siphon mounts and a gas processor installed.

## Path parameters

- `shipSymbol` string, required

## Response `201`

Siphon successful.

- object
  - `data` object, required
    - `cooldown` CooldownJson, required — unresolved $ref
    - `siphon` SiphonJson, required — unresolved $ref
    - `cargo` ShipCargoJson, required — unresolved $ref
    - `events` ShipConditionEventJson[], required — unresolved $ref

---

[API](https://skmtc.net/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.net/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/197cf9b9a2b6/schema)
