REST API · Works with dio, http · Android + iOS + Web

Astrology API for Flutter

Build Vedic astrology apps for Android and iOS with Flutter. 110 endpoints, Swiss Ephemeris precision, Claude AI chat — all via a REST API that works with dio or the http package.

No native plugin. No Play Store review risk. Just HTTP calls from Dart.

// Flutter / Dart — minimal astrology API call
import 'package:dio/dio.dart';

final dio = Dio();
final res = await dio.get(
  'https://vedintelastroapi.com/api/v1/horoscope/planet-details',
  queryParameters: {
    'api_key': 'YOUR_KEY',
    'dob': '01/10/1977', // DD/MM/YYYY
    'tob': '11:40',      // HH:MM (24hr)
    'lat': 11,
    'lon': 77,
    'tz':  5.5,
  },
);
final planets = res.data['response']['planets']; // List of 9 planets
Get free API key →Full Flutter guide →
110
Endpoints
27
Languages
< 800ms
Fresh response
< 50ms
Cached response
0
External dependencies
99.9%
Uptime SLA

Flutter Astrology Apps You Can Build This Week

Every app idea below uses a different set of our 110 endpoints.

📿

Daily Kundali App

1–2 days

Planetary positions, ascendant, nakshatra for any birth chart. Most common first app on Play Store.

/horoscope/planet-details
📅

Daily Panchang Widget

1 day

Tithi, Yoga, Nakshatra, Karana, sunrise/sunset for any city. High retention, daily opens.

/panchang/panchang
⏱️

Dasha Timeline App

2–3 days

Vimshottari mahadasha and antardasha periods visualised as a timeline. Great for paid features.

/dashas/mahadasha
💍

Kundali Matching App

2 days

North or South Indian matching score, guna milan, 36 points. High monetisation via matrimony market.

/matching/south-match
🤖

AI Astrologer Chatbot

2–3 days

Claude AI answers questions based on the user's real Vedic chart. SSE streaming in Flutter.

/ai/chat
🏥

Dosha Checker

1 day

Mangal dosha, Kaalsarp, Sade Sati — popular in matrimony apps and wellness platforms.

/dosha/mangal-dosh

Why Flutter Developers Pick VedIntel™ AstroAPI

No platform channel needed

Pure HTTP API — no native plugin, no MethodChannel, no Play Store review risk for new permissions.

Pub.dev ready patterns

Use dio, chopper, or Retrofit generator. Any HTTP client that works in Flutter works with our API.

Swiss Ephemeris precision

Computed locally on our servers — not a lookup table, not third-party. The same engine used by Jagannatha Hora.

Claude AI included

The only Vedic astrology API with a Claude AI chat endpoint. Real chart data + frontier LLM in one call.

27 regional languages

Hindi, Tamil, Telugu, Kannada, Malayalam, Marathi, Bengali, Gujarati + 19 more. One API, all Indian markets.

₹750/mo Developer plan

Built for solo Flutter developers. 5,000 calls/month for the price of a cup of chai per day.

Ship your Flutter astrology app to Play Store this month

500 free API calls to validate your idea. No credit card. Full Dart code examples in the integration guide.

Get free API key →Read Flutter integration guide