Relocation Chart
Recalculate a natal chart for a new geographic location (same birth moment, different lat/lng). Returns new houses and planet house positions.
Request body
Response
Successful calculation
Example response
{
"ok": true
}Changes
Changed in 4 of the 13 revisions of this API.4106
- ●
removed the optional property
data/housesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/natalAscendantfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/planetsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/relocatedAscendantfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/deltato the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/natalto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/relocatedto the response with the200statusresponse-optional-property-added
- ●
- ○
added the new optional request property
allOf[NatalWrapper]/natal/ayanamsanew-optional-request-property
- ○
- ●
the
allOf[NatalWrapper]/natal/timezoneOffsetrequest property's max was set to14.00request-property-max-set
- ●
the
allOf[NatalWrapper]/natal/timezoneOffsetrequest property's min was set to-14.00request-property-min-set
- ●
- ▲
the request property
allOf[NatalWrapper]/natal/latitudebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
allOf[NatalWrapper]/natal/longitudebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
allOf[NatalWrapper]/natal/latitudebecame requiredrequest-property-became-required
- ▲
the request property
allOf[NatalWrapper]/natal/longitudebecame requiredrequest-property-became-required
- ●
the
allOf[NatalWrapper]/natal/latituderequest property's max was set to90.00request-property-max-set
- ●
the
allOf[NatalWrapper]/natal/longituderequest property's max was set to180.00request-property-max-set
- ●
the
allOf[NatalWrapper]/natal/latituderequest property's min was set to-90.00request-property-min-set
- ●
the
allOf[NatalWrapper]/natal/longituderequest property's min was set to-180.00request-property-min-set
- ○
the
latituderequest property default value0was removedrequest-property-default-value-removed
- ○
the
longituderequest property default value0was removedrequest-property-default-value-removed
- ▲