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

RepositoryWhat it isStack
freeastro-api-specOfficial public OpenAPI 3.1 contract, JSON Schemas, and synthetic examplesOpenAPI, JSON Schema
open-chartProduction-ready natal chart and interpretation app powered by FreeAstroAPINext.js, TypeScript, Tailwind
Kundli-birth-chart-freeFree AstroSage-style Vedic Kundli chart calculator and client toolNext.js, TypeScript, Tailwind
wordpress-Astrology-pluginWordPress plugin with astrology blocks, settings, and FreeAstroAPI proxy routesPHP, 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

AreaExamples
Western astrologyNatal charts, insights, transits, solar returns, synastry, astrocartography, horoscopes
Western visual chartsNatal SVG, transit bi-wheel, synastry bi-wheel, composite chart rendering
Vedic astrologyBasic chart, full calculate, Vimshottari dasha, yogas, planetary strength, panchang, match by birth
Chinese astrologyBaZi, BaZi synastry, current pillars, flow timing, dictionary endpoints
UtilitiesCity 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-chartPublic

    PHP 1

  2. Kundli-birth-chart-free Kundli-birth-chart-freePublic

    TypeScript 1

  3. wordpress-Astrology-plugin wordpress-Astrology-pluginPublic

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

    PHP

  4. .github .githubPublic

  5. freeastro-api-spec freeastro-api-specPublic

    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…