Skip to content
@FreeAstroApi

FreeAstroAPi

Free Astrology Api for commercials apps (80 req per days)

FreeAstroAPI

Hosted proprietary astrology APIs, with a public API contract and open-source starter kits for commercial apps, websites, and client tools.

Website · Documentation · Guides · Status · Contact


Build Astrology Products Faster

FreeAstroAPI provides a proprietary hosted astrology calculation service, visual chart rendering for Vedic and Western charts, and deployable starter projects for teams building astrology products.

Use the API to add natal charts, compatibility, transits, horoscopes, Vedic Kundli tools, Chinese astrology, moon data, city search, and SVG chart generation without maintaining your own ephemeris infrastructure.

What You Can Build

  • Western natal chart apps, reports, and visual wheels
  • SVG chart renderers for natal, transit, synastry, and composite charts
  • Vedic Kundli calculators with divisional charts, dasha, yogas, panchang, and matching
  • WordPress astrology blocks and site integrations
  • Daily horoscope, transit timeline, moon phase, and city autocomplete tools
  • Commercial astrology apps that keep API keys server-side

Public Contract and Open-Source Starters

Repository What it is Stack
freeastro-api-spec Official public OpenAPI 3.1 contract, JSON Schemas, and synthetic examples OpenAPI, JSON Schema
open-chart Production-ready natal chart and interpretation app powered by FreeAstroAPI Next.js, TypeScript, Tailwind
Kundli-birth-chart-free Free AstroSage-style Vedic Kundli chart calculator and client tool Next.js, TypeScript, Tailwind
wordpress-Astrology-plugin WordPress plugin with astrology blocks, settings, and FreeAstroAPI proxy routes PHP, WordPress

Source Availability

The hosted FreeAstro API service, backend, calculation engine, frontend, infrastructure, algorithms, datasets, and interpretation content are proprietary and are not open source. Materials already published in public repositories remain available under the licenses stated in those repositories. The public API contract is licensed under Apache License 2.0; starter kits retain their own repository licenses.

API Quickstart

Base URL:

https://api.freeastroapi.com

Example request:

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"}'

Get started in the docs:

API Coverage

Area Examples
Western astrology Natal charts, insights, transits, solar returns, synastry, astrocartography, horoscopes
Western visual charts Natal SVG, transit bi-wheel, synastry bi-wheel, composite chart rendering
Vedic astrology Basic chart, full calculate, Vimshottari dasha, yogas, planetary strength, panchang, match by birth
Chinese astrology BaZi, BaZi synastry, current pillars, flow timing, dictionary endpoints
Utilities City search, timezone handling, moon phase, moon timeline, hosted MCP, AstroFont

Integration Principles

  • Keep API keys on the server, never in browser bundles.
  • Use starter kits as production foundations, not just demos.
  • Validate request and response contracts in your app.
  • Respect rate limits and add retry/backoff behavior for production traffic.
  • Keep visitor birth data handling explicit and privacy-aware.

Useful Links

Popular repositories Loading

  1. open-chart open-chart Public

    PHP 1

  2. Kundli-birth-chart-free Kundli-birth-chart-free Public

    TypeScript 1

  3. wordpress-Astrology-plugin wordpress-Astrology-plugin Public

    Free, adaptable WordPress plugin that displays astrology charts and interpretations using data from a free astrology API.

    PHP

  4. .github .github Public

  5. freeastro-api-spec freeastro-api-spec Public

    Public OpenAPI specification and JSON Schemas for the hosted FreeAstro API

    Python

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…