Horoscope
Use this API to get daily, weekly, and monthly horoscope data for each zodiac sign. BASE URL: https://horoscope-app-api.vercel.app/api/v1 API Endpoints: 1. Daily Horoscope: /get-horoscope/daily 2. Weekly Horoscope: /get-horoscope/weekly 3. Monthly Horoscope: /get-horoscope/monthly Try out the API endpoints here: https://horoscope-app-api.vercel.app/
Horoscope endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Weekly Horoscope /get-horoscope/weekly |
Get horoscope for this week by making a request on this API endpoint with the zodiac sign |
| GET |
Daily Horoscope /get-horoscope/daily |
Get daily horoscope by making request on this endpoint with zodiac sign and date/day. Accepted values for **day** parameter: - Date in the format (YYYY-MM-DD) - today - tomorrow… |
| GET |
Monthly Horoscope /get-horoscope/monthly |
Get horoscope for this month by making a request on this API endpoint with the zodiac sign |