Home

API Documentation

Explore our comprehensive astrology API with support for Western, Vedic, Chinese, and numerology 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.

FreeAstroAPI is a proprietary hosted service. Its public OpenAPI 3.1 contract, JSON Schemas, and synthetic examples are published separately under Apache License 2.0 in the official API specification repository.

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