Astro-Geography

Relocation Chart

Recalculate a natal chart for a new geographic location (same birth moment, different lat/lng). Returns new houses and planet house positions.

post/relocation

Request body

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 4 of the 13 revisions of this API.4106

  • 8ab5a768b52143See the full diff
    • removed the optional property data/houses from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/natalAscendant from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/planets from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/relocatedAscendant from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/delta to the response with the 200 status

      response-optional-property-added

    • added the optional property data/natal to the response with the 200 status

      response-optional-property-added

    • added the optional property data/relocated to the response with the 200 status

      response-optional-property-added

    • added the new optional request property allOf[NatalWrapper]/natal/ayanamsa

      new-optional-request-property

    • the allOf[NatalWrapper]/natal/timezoneOffset request property's max was set to 14.00

      request-property-max-set

    • the allOf[NatalWrapper]/natal/timezoneOffset request property's min was set to -14.00

      request-property-min-set

  • b0533bcc12c0442See the full diff
    • the request property allOf[NatalWrapper]/natal/latitude became not nullable

      request-property-became-not-nullable

    • the request property allOf[NatalWrapper]/natal/longitude became not nullable

      request-property-became-not-nullable

    • the request property allOf[NatalWrapper]/natal/latitude became required

      request-property-became-required

    • the request property allOf[NatalWrapper]/natal/longitude became required

      request-property-became-required

    • the allOf[NatalWrapper]/natal/latitude request property's max was set to 90.00

      request-property-max-set

    • the allOf[NatalWrapper]/natal/longitude request property's max was set to 180.00

      request-property-max-set

    • the allOf[NatalWrapper]/natal/latitude request property's min was set to -90.00

      request-property-min-set

    • the allOf[NatalWrapper]/natal/longitude request property's min was set to -180.00

      request-property-min-set

    • the latitude request property default value 0 was removed

      request-property-default-value-removed

    • the longitude request property default value 0 was removed

      request-property-default-value-removed