Relocation Chart
relocationRecalculate a natal chart for a new geographic location with the same birth moment. Returns updated house and planet positions for the target coordinates.
Instructions
Recalculate a natal chart for a new geographic location (same birth moment, different lat/lng). Returns new houses and planet house positions.
[Group: Astro-Geography] [Cost: 50 credits (Tier 3)]
Example request body: {"natal":{"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52},"target":{"latitude":48.8566,"longitude":2.3522}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Wrapper { natal: ChartInput } used by endpoints that take a base natal plus extra parameters in flat fields. |