aztro
APIFree daily horoscope API for yesterday, today, and tomorrow
Overview
aztro API delivers structured horoscope data for 12 Western zodiac signs, including mood, compatibility, lucky number, color, and general forecast text. It uses simple GET requests with parameters for sign (e.g., aries) and day (yesterday/today/tomorrow). Responses are in JSON format. Ideal use cases: integrating horoscope features into social apps, lifestyle websites, personal wellness tools, or chatbots to engage users with personalized astrological insights.
Example Integration (JavaScript)
fetch('https://aztro.sameerkumar.website/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful interface
- JSON response format
- No authentication required
- Supports 12 zodiac signs
- Covers 3 time frames (yesterday/today/tomorrow)
Frequently Asked Questions
? Is aztro free to use?
Yes, aztro is completely free for public use with no hidden costs or subscription requirements.
? Does it require an API Key?
No, aztro does not require any API key or authentication to access its endpoints.
? What is the response format?
All responses from aztro are in JSON format, containing structured data like mood, lucky number, compatibility, and forecast text.
Top Alternatives
People Also Ask about aztro
Tool Info
Pros
- ⊕ Easy to integrate with minimal parameters
- ⊕ Free unlimited access (no API key)
- ⊕ Rich data points beyond basic forecasts
Cons
- ⊖ No long-term historical or future forecasts
- ⊖ No explicit rate limit documentation
- ⊖ Limited to Western zodiac signs only