# AiAstroAPI - AI Developer Overview AiAstroAPI is a high-performance, Rust-based Vedic Astrology API designed for modern applications. It provides endpoints for Panchang, Kundli, Matchmaking, Numerology, and AI Astrology Reports. ## Key Information - **Base URL**: `https://api.aiastroapi.com` - **Authentication**: Pass your API key via the `x-api-key` HTTP header. - **Developer Dashboard**: `https://dev.aiastroapi.com` (Get your free 5,000 req/month API key here). ## Standard Query Parameters Most endpoints require the following standard time and location parameters: - `year`, `month`, `day` (Date of birth / event) - `hour`, `min` (Time in 24-hour format) - `lat`, `lon` (Coordinates) - `tz` (Timezone offset from UTC, e.g., 5.5 for IST). - `lang` (Optional: "en" or "hi", defaults to "hi"). ## Available Endpoints (Summary) - `/panchang` - `/choghadiya` - `/hora` - `/panchak` - `/calendar` - `/muhurta/{event_type}` - `/tyohar` - `/planets` - `/gochar` - `/basic-kundli` - `/dasha/current`, `/dasha/maha`, `/dasha/antar`, `/dasha/pratyantar`, `/dasha/sookshma` - `/yogini` - `/chart/{chart_id}` (e.g. d1, d9, moon) - `/dosha` - `/yogas` - `/match/ashtakoot`, `/match/planets`, `/match/detailed_report` - `/numerology` - `/ai_reports/{report_type}` (e.g. behavior, health, career) ## Documentation - [Full API Reference & JSON Schemas](https://aiastroapi.com/llms-full.txt)