# A*C*G Life Categories

`GET https://api.astroway.info/v1/acg/categories`

Reference taxonomy: 19 areas of life, each naming the planet-and-angle lines that govern it with a weight and a polarity. Free, cacheable, drives the two endpoints below.

Group: Astro-Geography. Auth: `X-Api-Key` header. Operation ID: `acg_categories_get`.

## Responses

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

### Success fields, under `data`

| Field | Type | Required | Description |
|---|---|---|---|
| `count` | number | no |  |
| `language` | string | no |  |
| `requestedLanguage` | string | no |  |
| `categories` | object[] | no |  |

## Example

```bash
curl -X GET https://api.astroway.info/v1/acg/categories \
  -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/acg_categories_get/
