ephemeris_natal_chart
Calculate a complete natal chart including planetary positions, house cusps, aspects, and chart patterns. Supports multiple house systems and LLM-optimized output for efficient interpretation.
Instructions
Calculate a full natal (birth) chart for a person. Returns planetary positions, house cusps, aspects, and chart patterns. Use format='llm' for a compact, token-efficient output ideal for interpretation (available on all tiers). The result includes all major planets, Chiron and major asteroids like Ceres, angles (ASC/MC/DSC/IC), essential dignities, retrograde status, house system data, and major aspect grid. Asteroids are automatically included.
CREDIT COST: 1 credit per call.
EXAMPLE: Calculate the natal chart for someone born April 15, 1990 at 2:30 PM in Chicago: datetime='1990-04-15T14:30:00', latitude=41.8781, longitude=-87.6298
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | Yes | ISO 8601 datetime string, e.g. '1990-04-15T14:30:00' (local time at birth location). Include timezone offset if known, e.g. '1990-04-15T14:30:00-05:00'. | |
| timezone | No | IANA timezone name, e.g. 'America/Denver'. Use this if passing local time without a UTC offset in the datetime string. | |
| latitude | Yes | Geographic latitude of birth location in decimal degrees (positive = North). | |
| longitude | Yes | Geographic longitude of birth location in decimal degrees (positive = East). | |
| house_system | No | House system to use. Defaults to 'placidus' if omitted. | |
| format | No | Output format. 'llm' returns a compact array-based projection optimized for LLM token efficiency (available on all tiers). 'json' returns full verbose JSON. | |
| include_arabic_parts | No | Reserved for future use. Hermetic Lots / Arabic Parts are currently available via the dedicated /ephemeris/hermetic-lots endpoint. | |
| include_fixed_stars | No | Reserved for future use. Fixed star positions are currently available via the dedicated /ephemeris/fixed-stars endpoint. | |
| include_visual | No | When true, renders the natal chart wheel as an SVG and embeds it directly in the response. The chart image will display in the conversation alongside the data. Costs 2 additional credits on top of the base call cost. | |
| visual_config | No | Optional rendering preferences (only used when include_visual=true). |