Cosmic Buzz Daily

Get insightful daily astrological events with the Cosmic Buzz Daily API, offering key planetary alignments and their impact on personal growth and emotions. Perfect for astrology apps, blogs, and social media, this API provides transformative insights with concise summaries and engaging headlines. Easy to integrate and ideal for delivering fresh cosmic content daily!

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/cosmic-buzz-daily

Returns Cosmic Buzz Daily 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

lan

String

{
    "status": "success",
    "code": 200,
    "message": "Request was successful",
    "data": {
        "sign": "Aries",
        "date": "21 Jan 2025",
        "result": [
            {
                "event_name": "natal planet Pluto Conjunction transit planet Sun",
                "headline": "A Cosmic Powerhouse: Pluto Meets the Sun!",
                "summary": "On this transformative day, Pluto and the Sun align to ignite powerful changes within us. This potent conjunction encourages deep personal evolution and sheds light on hidden truths. Expect significant shifts in your inner world, as you are called to embrace your power and redefine your path."
            },
            {
                "event_name": "natal planet Sun Conjunction transit planet Pluto",
                "headline": "The Sun Illuminates Pluto's Depth: A Day of Transformation",
                "summary": "With the Sun meeting Pluto, a wave of transformation is at hand. This alignment shines a spotlight on what's been buried, prompting introspection and renewal. It's a moment for profound recognition of personal power and potential, sparking conversations around change and growth."
            },
            {
                "event_name": "natal planet Ascendant Conjunction transit planet Moon",
                "headline": "Your Emotional Compass: The Ascendant Meets the Moon",
                "summary": "As the Ascendant and Moon conjoin, personal feelings and instincts take the forefront. This celestial event enhances intuition, making it a perfect time to trust your gut feelings. Expect emotional clarity and heightened self-awareness, paving the way for personal growth and empathy."
            },
            {
                "event_name": "natal planet Mars Sextile transit planet Uranus",
                "headline": "Dynamic Innovations: Mars and Uranus Team Up!",
                "summary": "When Mars forms a sextile with Uranus, the cosmos invites us to break free from routine and embrace innovation. This energetic pairing sparks creativity and unexpected opportunities. It's an exhilarating day to pursue passions with boldness and inventiveness."
            },
            {
                "event_name": "natal planet Jupiter Trine transit planet Moon",
                "headline": "A Harmonious Dance: Jupiter Trine Moon Brings Bliss",
                "summary": "Jupiter's trine with the Moon promotes emotional harmony and expansion. This gentle aspect fosters optimism and strengthens connections, offering a period of emotional growth and fulfillment. A wonderful time to nurture relationships and manifest abundance in your life."
            }
        ]
    }
}

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/cosmic-buzz-daily\
--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