← 返回
未分类 Key 中文

Birth Chart

Generates comprehensive astrological birth charts from personal birth data and supports multiple languages for cultural accessibility.
根据个人出生数据生成全面的本命星盘,并支持多语言以实现文化无障碍访问。
krishnakumarmahadevan-cmd krishnakumarmahadevan-cmd 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 417
下载
💾 5
安装
1
版本
#latest

概述

Overview

Birth Chart Analysis is a specialized astrological computation API that generates detailed natal charts based on an individual's birth information. The service calculates planetary positions, house placements, and astrological aspects at the exact moment of birth, providing insights into personality traits, life patterns, and potential opportunities based on Vedic and Western astrological traditions.

This API is designed for astrology platforms, wellness applications, personal development tools, and lifestyle services that integrate birth chart readings into their user experience. It supports multilingual output, making astrological insights accessible to a global audience. The tool combines precise astronomical calculations with traditional astrological interpretation frameworks.

Ideal users include astrology practitioners, wellness coaches, app developers building horoscope features, and lifestyle platforms seeking to enhance user engagement with personalized astrological content. Organizations can integrate this API to provide data-driven astrological analysis without maintaining complex planetary calculation algorithms in-house.

Usage

Example Request:

{
  "name": "Arjun Sharma",
  "birth_date": "1990-05-15",
  "birth_time": "14:30:00",
  "birth_location": "Mumbai, India",
  "language": "en"
}

Example Response:

{
  "name": "Arjun Sharma",
  "birth_date": "1990-05-15",
  "birth_time": "14:30:00",
  "birth_location": "Mumbai, India",
  "ascendant": {
    "sign": "Libra",
    "degree": 12.45
  },
  "sun": {
    "sign": "Taurus",
    "degree": 24.32
  },
  "moon": {
    "sign": "Gemini",
    "degree": 18.67
  },
  "planets": [
    {
      "name": "Mercury",
      "sign": "Aries",
      "degree": 5.12
    },
    {
      "name": "Venus",
      "sign": "Gemini",
      "degree": 9.88
    },
    {
      "name": "Mars",
      "sign": "Leo",
      "degree": 15.42
    }
  ],
  "houses": {
    "1st": "Libra",
    "2nd": "Scorpio",
    "3rd": "Sagittarius"
  },
  "chart_interpretation": "Your chart shows a balanced Libran ascendant with strong Taurus Sun, indicating diplomatic nature combined with stability and material focus."
}

Endpoints

POST /generate-birth-chart

Generates a complete astrological birth chart based on provided birth information.

Parameters:

NameTypeRequiredDescription
-----------------------------------
namestringYesFull name of the individual
birth_datestringYesBirth date in YYYY-MM-DD format
birth_timestringYesBirth time in HH:MM:SS format (24-hour)
birth_locationstringYesBirth location (city, country or coordinates)
languagestringNoLanguage code for response (default: "en"). Use /supported-languages endpoint to retrieve available options

Response:

Returns a JSON object containing:

  • Personal identification details (name, birth data)
  • Ascendant sign and degree
  • Sun, Moon, and planetary positions (sign and degree)
  • House placements
  • Chart interpretation and astrological insights

Status Codes:

  • 200 - Birth chart successfully generated
  • 422 - Validation error (missing or invalid parameters)

GET /supported-languages

Retrieves the list of all languages supported for birth chart generation and interpretation.

Parameters:

None

Response:

Returns a JSON array of supported language codes and their descriptions.

Status Codes:

  • 200 - Language list successfully retrieved

GET /

Health check and API root endpoint.

Parameters:

None

Response:

Returns basic API information and status.

Status Codes:

  • 200 - API is operational

Pricing

PlanCalls/DayCalls/MonthPrice
-------------------------------------
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/lifestyle/birth-chart
  • API Docs: https://api.mkkpro.com:8032/docs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 03:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

life-service

Caldav Calendar

asleep123
使用 vdirsyncer + khal 同步并查询 CalDAV 日历(iCloud、Google、Fastmail、Nextcloud 等)。适用于 Linux。
★ 243 📥 30,641
life-service

Sonoscli

steipete
控制Sonos音箱(发现/状态/播放/音量/分组)
★ 56 📥 85,139
life-service

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 455 📥 228,521