AstroWay/api v2.177.1 · ja
すべてのシステムが正常です
// astrology api · POST /v1/reports/relocation

転居レポート PDF

1つの出生図に対して最大5か所を比較し、顧客が保存できるマルチページPDFとして提供。各場所について:出生時からのシフトを示す再配置角度、ハウスが変わった惑星、300km以内のすべてのアストロカートグラフィーラインとその解釈、そして19の人生領域にわたる支援スコアと挑戦スコア。

Endpoint
POST /v1/reports/relocation
Cost
5000 credits
Latency
~6100 ms
Tier
Tier 7
// 01 / What it computes

転居レポート PDF

再配置チャートは別の場所から見た同じ空で、すべての惑星は出生時の黄道度を保持し、ハウスと角度だけが再計算される。レポートはまずそれを述べ、次に結果を示す:上昇点と天頂が符号付きシフトで示され、ハウスが実際に変わった惑星のリストを差分で表示。各角線までの距離は天体の時角と高度から計算され、ポリラインと比較しないので正確。カテゴリスコアはエンドポイントと同じ重みと極性を再利用し、合計はそのカテゴリが最大で与えられるパーセンテージの横に表示。生の合計だけではスケールがないからだ。

// 02 / Live request

POST/v1/reports/relocation

curl -X POST https://api.astroway.info/v1/reports/relocation \
  -H "X-Api-Key: aw_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "chart": {
    "date": "1990-05-15",
    "time": "14:30:00",
    "timezoneOffset": 3,
    "latitude": 50.45,
    "longitude": 30.52
  },
  "locations": [
    { "name": "Lisbon", "latitude": 38.7223, "longitude": -9.1393 },
    { "name": "Vancouver", "latitude": 49.2827, "longitude": -123.1207 }
  ],
  "categories": ["career", "love"],
  "language": "en"
}'
Response (excerpt)
{
  "ok": true,
  "data": {
    "url": "https://api.astroway.info/reports/abc-relocation.pdf",
    "storage_key": "reports/abc-relocation.pdf",
    "byte_length": 190518,
    "page_count": 6,
    "duration_ms": 3435,
    "expires_at": "2026-08-14T21:19:34.527Z"
  }
}
// 03 / Parameters

Parameters

nametypeRequired
chart object yes The birth chart. Coordinates are required, as everywhere on /v1.
locations object[] yes One to five places, each with latitude, longitude and an optional name. Coordinates are required per place and never defaulted.
categories string[] no Which of the 19 life areas to score. Omit for all of them. The list is at GET /v1/acg/categories.
orbKm number no How far a line reaches when scoring the categories. Default 1126, the 700 miles Jim Lewis used. It does not affect the angular-line section, which is fixed at 300 km.
language string no One of the 21 report locales. Defaults to uk.
whitelabel boolean no Apply the caller's stored branding to the document.
format "html" (query) no Add ?format=html to stream the document instead of rendering a PDF.
// 04 / When to use it

When to use it

データから文書へと質問が移ったときに使う。best-placesエンドポイントは行き先を答えるが、これは候補を絞り、場所間の違いを知りたい人に渡すもの。無料マップの上位有料プランでも自然な形で、JSONエンドポイントでラインを描けるが、これが顧客が支払って保存する成果物になる。

// 05 / Notes

Notes

AIによるナラティブもチャートホイールも入れない、意図的に除外。再配置チャートのホイールは回転したフレームで同じ惑星を示し、第二のチャートとして読まれ誤解を招くので冒頭で防ぐ。場所に関するナラティブは住む場所のアドバイスになるが、これは対象外。レポートは順位付けと説明を行う。要求された領域でプラスのスコアが全くない場所は、比較表でハイフンで示し、最も悪くない領域を強みとして名前は付けない。各場所の座標が必要:0N 0Eで作成した転居レポートはギニア湾についての自信ある文書で、間違ったJSONフィールドとは違いPDFは保存される。

Try the 転居レポート API

Grab a key and make your first call in under a minute.

99.9% SLA · 有料プラン · 30日間 ステータス →