---
title: Get Natal Moon API
slug: get-natal-moon
url: https://apyhub.com/creightonnick0/service/get-natal-moon
provider: nick creighton
tags: [astrology, moon-phase, birth-chart, zodiac, lunar-data]
auth: api_key
---

# Get Natal Moon API

Get Natal Moon phase, zodiac sign, and illumination for a birth date and time. Useful for astrology apps and birth-chart lookups.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/v1/lunar/natal-moon` | What it does Returns the Moon phase, zodiac sign, illumination percentage, and elongation for the g… | 10 |

## About

## What it does
Moon Phase Lookup returns the moon phase, moon sign, illumination, and elongation for a given moment in time. Pass a `birth_utc` date-time to get a natal reading, or **leave it out entirely** to get a snapshot of the Moon right now — no input required.

The response includes `moon_phase` as one of `New Moon`, `First Quarter`, `Full Moon`, or `Last Quarter`, plus `moon_sign` across the twelve zodiac signs, along with `illumination_pct` and `elongation_deg` so you don't have to do the astronomy math yourself.

Use it when you need to classify a birth record by lunar conditions, add astrology-flavoured context to a profile, power a birth summary or wellness report, or simply want "what's the Moon doing right now" with zero setup.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/creightonnick0/service/get-natal-moon
