# Capricorn: Cardinal Earth

`GET https://api.astroway.info/v1/zodiac/capricorn`

Disciplined mastery, long-view structure. Ruler Saturn. I USE.

Group: Zodiac Signs (Per-Sign Deep). Auth: `X-Api-Key` header. Operation ID: `zodiac_capricorn_get`.

## Parameters

| Name | In | Required | Type | Description |
|---|---|---|---|---|
| `fields` | query | no | string | Comma-separated dotted paths, relative to `data`, to keep in the response. A path is applied to every element of an array, so `planets.name` means the name of each planet. Paths that match nothing come back in `_fields_unmatched`; a list where nothing matches at all is a 400, because an empty object would be a confident wrong answer. |
| `precision` | query | no | integer | Round every non-integer number in the response to this many decimal places. Integers are left alone, because an id is not a measurement. Ecliptic longitudes ship with fourteen decimals by default; 2 is about a tenth of an arcminute. |

## Responses

| Status | Meaning |
|---|---|
| 200 | Successful calculation |
| 400 | Validation error |
| 401 | Missing or invalid API key |

### Success fields, under `data`

| Field | Type | Required | Description |
|---|---|---|---|
| `sign` | object | no |  |
| `sign.id` | number | no |  |
| `sign.name` | string | no |  |
| `sign.glyph` | string | no |  |
| `sign.unicode` | string | no |  |
| `sign.element` | string | no |  |
| `sign.modality` | string | no |  |
| `sign.polarity` | string | no |  |
| `sign.ruler` | string | no |  |
| `sign.exaltation` | string | no |  |
| `sign.fall` | string | no |  |
| `sign.detriment` | string | no |  |
| `sign.bodyParts` | string[] | no |  |
| `sign.startLongitude` | number | no |  |
| `description` | string | no |  |
| `decans` | object[] | no |  |
| `cohort` | object | no |  |
| `cohort.element` | string[] | no |  |
| `cohort.modality` | string[] | no |  |
| `cohort.polarity` | string[] | no |  |
| `degreeRange` | object | no |  |
| `degreeRange.start` | number | no |  |
| `degreeRange.end` | number | no |  |
| `source` | string | no |  |

## Example

```bash
curl -X GET https://api.astroway.info/v1/zodiac/capricorn \
  -H "X-Api-Key: aw_live_..." \
  -H "Content-Type: application/json"
```

---

Rendered from https://api.astroway.info/v1/openapi.json. HTML page: https://api.astroway.info/docs/api/operations/zodiac_capricorn_get/
