宝石(ラトナ)レポートPDF
顧客が保管する占星術の宝石処方箋。推奨される各石には1ページが割り当てられます:そのグラハが伝統的に意味するもの、家の所有権に基づく理由、鉱物と代替品、ラティ単位の重量とグラム、カラットへの変換、曜日、指、金属、マントラ、そして初めて身につけるための次の吉日。
宝石(ラトナ)レポートPDF
占星術はJSONエンドポイントそのものです。テストでは両学派の全ての黄道十二宮で比較し、逸脱を防ぎます:同じ恒星ラグナ、同じルール、同じ3つの宝石。ドキュメントが追加するのは、表が運べないものです。各宝石は石に関する主張ではなく、そのグラハの伝統的な意味合いを受け取り、各々はパンチャングをスキャンして、そのグラハ自身の曜日に当たる最も近い吉日を見つけた初めて身につける日付を持ちます。ウィンドウ内でその曜日に吉日がない場合、無視した日付を印刷する代わりに報告書はそのことを述べ、紙面上では両者が同一に見えます。
POST/v1/reports/gemstone
curl -X POST https://api.astroway.info/v1/reports/gemstone \
-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
},
"school": "lagna-lord",
"wearingFrom": "2026-09-01",
"language": "en"
}' {
"ok": true,
"data": {
"url": "https://api.astroway.info/reports/abc-gemstone.pdf",
"storage_key": "reports/abc-gemstone.pdf",
"byte_length": 135145,
"page_count": 7,
"duration_ms": 1537,
"expires_at": "2026-08-14T06:33:00.000Z"
}
} Parameters
| name | type | Required | |
|---|---|---|---|
| chart | object | yes | The birth chart. Coordinates are required and never defaulted: the whole prescription is derived from the lagna. |
| school | string | no | `lagna-lord` (default) or `functional-benefic`. Both reach the same three gems and withhold different ones. The school is printed on the cover. |
| wearingFrom | string | no | Date to search the first-wearing days from, YYYY-MM-DD. Defaults to today. The search runs 60 days. |
| language | string | no | One of the 21 report locales. The body prose ships in uk, en and ru; anything else reads the English. |
| 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. |
When to use it
JSONの有料上位層として使用してください:アプリは処方箋自体をレンダリングでき、これは顧客が支払って保管するアーティファクトです。また、それは治療の誠実な形式でもあり、ドキュメントにはJSONフィールドが持たない境界の余地があります:宝石の同一性、処理、重量は宝石学者に属し、どの石も医療の代替にはなりません。
Notes
学派は表紙に意図的に名前が付けられています。両学派は同じ宝石を処方し、異なるものを控えます。したがって、どちらの学派が作成したかを隠すドキュメントは、それが構築されたデータよりも誠実ではありません。ラグナ領主学派では、所有権テーブルは他の学派の判決を導入する代わりに機能役割列を完全に削除し、これは決してそうは言わない報告書で「ダイヤモンドを身につけるな」と読まれることになります。座標が必要です:0N 0Eで作成された処方箋は、間違った昇座について自信を持ったドキュメントであり、JSONフィールドとは異なり、PDFはリクエストを超えて存続します。
Try the 宝石レポート API
Grab a key and make your first call in under a minute.