---
title: "Via Combusta Check"
method: POST
path: "/horary/via-combusta"
tags: ["Horary"]
---

# Via Combusta Check

`POST /horary/via-combusta`

Check if the Moon or ASC is in the Via Combusta (15° Libra – 15° Scorpio), a classical prohibition in horary.

## Request body

- HoraryViaCombusta
  - `moonLongitude` number, nullable, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `moonViaCombusta` boolean, nullable
    - `moonLongitude` number, nullable
    - `moonSign` string, nullable
    - `ascViaCombusta` boolean, nullable
    - `ascLongitude` number, nullable
    - `warning` object, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

---

[API](https://skmtc.net/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.net/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/6828e5609564/schema)
