Zodiac Gift Guru

Welcome to the Zodiac Gift Guru API, the ultimate tool for creating personalized and meaningful gift recommendations based on astrology. This API blends the art of thoughtful gifting with the science of the stars, providing users with tailored suggestions that resonate with the recipient's zodiac sign and current astrological influences.

Use translator for other language:

Update translator: https://divineapi.com/translator

en For English

hi For Hindi

pt For Portuguese

fr For French

de For German

ja For Japanese

tr for Turkish

ru For Russian

it For Italian

es For Spanish

nl For Dutch

pl For Polish

Guide: These languages are supported by this API. You can use by passing "lan" in body with a value of the language.

POST https://astroapi-7.divineapi.com/api/v1/zodiac-gift-guru

Returns Zodiac Gift Guru in Response

Headers

Name
Type
Description

Authorization*

String

your API Access Token

eg: Bearer {token}

Request Body

Name
Type
Description

api_key*

String

Your API Key (can be found on your Divineapi dashboard)

sign*

String

A zodiac sign. (eg: Aries)

h_day*

String

yesterday, today, tomorrow

tzone*

Float

timezone, eg: 5.5 Timezone List

lan

String

Language default en How to update translator

{
    "status": "success",
    "code": 200,
    "message": "Request was successful",
    "data": {
        "sign": "Aries",
        "date": "15 Jan 2025",
        "gift_suggestions": {
            "Augmented Reality Pet Toy": "This innovative toy engages pets in interactive play using augmented reality, perfect for keeping their minds active while responding to the adventurous Aries spirit and the curious energy brought by the Moon Sextile Uranus transit.",
            "Smart Indoor Garden Kit": "This tech-savvy garden kit allows a busy Aries to grow herbs and plants with ease, aligned with the nurturing vibe of Venus in Pisces and promotes mindfulness during the Full Moon phase.",
            "Portable Projector": "Ideal for an Aries who loves to host gatherings or enjoy solo movie nights, this portable projector brings bold experiences home, resonating with the dynamic energy of active Mars and the ongoing Jupiter retrograde encouraging unique perspectives."
        },
        "insight": "Aries, known for their bold, adventurous nature and love for new experiences, will appreciate gifts that offer excitement and interaction. The Moon Sextile Uranus transit boosts creativity and curiosity, making an Augmented Reality Pet Toy or a Portable Projector fitting for their love of new technologies. Moreover, a Smart Indoor Garden Kit aligns with the calming influence of Venus in Pisces and helps channel their abundant energy towards nurturing pursuits, harmonizing with the reflective Full Moon phase. These gifts support Aries' dynamic lifestyle and encourage exploration even during retrograde periods."
    }
}

Take a look at how you might call this method via cURL, NodeJS, JavaScript jQuery AJAX or Python:

curl --location '
https://astroapi-7.divineapi.com/api/v1/zodiac-gift-guru
\
--header 'Authorization: Bearer {Your Auth Token}' \
--form 'api_key="{Your API Key}"' \
--form 'sign="Aries"' \
--form 'h_day="today"' \
--form 'tzone="5.5"' \
--form 'lan="en"'

Last updated