---
title: "Local Space Influence Zone"
method: POST
path: "/local-space/influence-zone"
tags: ["Astro-Geography"]
---

# Local Space Influence Zone

`POST /local-space/influence-zone`

Calculate the local space influence zone lines for a chart relocated to a specific city: lines on the map showing planet directions from that location.

## Request body

- InfluenceZone
  - `latitude` number, nullable, required
  - `longitude` number, nullable, required
  - `azimuth` number, nullable, required
  - `halfAngle` number, nullable
  - `maxDistDeg` number, nullable

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `location` object, nullable
      - `latitude` number, nullable
      - `longitude` number, nullable
    - `lines` object[], nullable
      - `planet` string, nullable
      - `azimuth` number, nullable
      - `endPoint` object, nullable
        - `lat` number, nullable
        - `lng` number, 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)
