Home

API Documentation

Explore our comprehensive astrology API with support for Western, Vedic, and Chinese systems. Each endpoint includes sample code in Python, PHP, and Node.js.

Prefer a guided Postman flow? Fork the public Start Here collection and begin from the production-ready request set.

Quickstart

Build your first request in 30s

Base URL: https://api.freeastroapi.com

Get API Key
curl
curl -X POST 'https://api.freeastroapi.com/api/v1/natal/calculate' \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_KEY' \
  -d '{"year":1990,"month":5,"day":15,"hour":14,"minute":30,"city":"New York"}'
Headers: x-api-key requiredSecure over HTTPSStatus

Base URL

https://api.freeastroapi.com

All Endpoints

Quick Start