Skip to content

Introduction

AstrologyService is a JSON API for Vedic astrology calculations — birth charts, Panchang, planetary positions, dashas, doshas, matching, numerology and PDF reports. This section covers everything needed to integrate it: authentication, your first request, error handling, rate limits, and how usage and billing work.

What this covers

  • Quick Start — create an account, get a key, make your first request.
  • Authentication — how the X-API-Key header works.
  • API Keys — creating, scoping and revoking keys.
  • API Reference — every capability, by scope.
  • Errors — status codes and error responses.
  • Rate Limits — per-second and monthly limits.
  • Usage — tracking calls from your dashboard.
  • Billing — subscriptions and PDF report credits.

Full API reference

Every endpoint's exact parameters and response schema are documented on the platform itself, generated directly from the live API so they never drift out of sync with what's deployed:

Open Full API Reference

Quick Start →