Logo

SEARCH ASTROLOGY API DOCS

HomeHoroscope

Horoscope API Quickstart Guide

Get started with Horoscope API in minutes. Follow these simple steps to integrate our API into your application.

1

Register Your Account

⏱️ 2 mins

Create a free account to get started. Visit our registration page and sign up with your email address.

💡
Pro Tip

Use a business email for faster verification and access to enterprise features.

2

Choose Your Plan

⏱️ 3 mins

Select a plan that suits your needs. All plans come with a 14-day free trial - no credit card required!

🎁
14-Day Free Trial
Full access • No credit card
💡
Pro Tip

Start with any plan during trial. You can upgrade anytime without losing credits.

View All Plans
3

Get Your Credentials

⏱️ 1 min

After signing up and choosing a plan, you'll receive your API credentials. Your 14-day free trial starts automatically!

Your Credentials:
Client ID:8e0ffd4b80d15e429ece7ec93d06e0f
Secret Key:2bf754708631731aae8f7d1729d9682367bc4380a8f1328fda1add6c3695568
🔑 Dashboard → My Plans
⚠️
Security Tips
  • • Never share publicly
  • • Use environment variables
  • • Rotate keys regularly
💡
Pro Tip

Store in .env file

4

Choose Your Integration Method

⏱️ 5-10 min

You can integrate our API using either our official SDKs or direct API calls. Choose what works best for you!

Use SDK

TOP

Pre-built SDKs with type safety and error handling.

PHP Python Node.js Java
Download SDK

Direct REST API

Make HTTP requests using any client library.

https://json.astroinsightapi.com/api/v1
View API Docs

Quick Integration Examples

 
💡
Pro Tip

SDKs handle authentication and retries automatically.

You're All Set! 🎉

Congratulations! You're ready to start using the Astrology API. Full access during your 14-day trial.

14
Days Trial
300+
API Endpoints
24/7
Support
🚀
Next Steps

Explore documentation and build amazing features!

🔧

Common Issues & Solutions

Authentication Error (401)

Solution: Double-check your User ID and API Key. Make sure you're using the correct credentials from your dashboard.

auth=HTTPBasicAuth('user_id', 'api_key')
Rate Limit Exceeded (429)

Solution: You've exceeded your plan's API quota. Either wait for the quota to reset or upgrade your plan for higher limits.

Invalid Parameters (400)

Solution: Verify that all required parameters are included and have correct data types. Check the API documentation for parameter specifications.

SDK Installation Issues

Solution: Make sure you have the latest version of pip/npm/composer. Try clearing cache and reinstalling.

pip install --upgrade astrology-api

API Categories