Beauty by the Stars

Welcome to the Beauty by the Stars API, a powerful tool for delivering personalized beauty recommendations inspired by astrology. This API is designed to combine the charm of zodiac traits with the influence of current astrological events, offering tailored beauty insights to enhance user experiences on your platform.

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/beauty-by-the-stars

Returns Beauty by the Stars 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",
        "beauty_picks": {
            "Red Lipstick": "Bold and confident, embodies Aries' fiery spirit.",
            "Illuminating Highlighter": "Adds a radiant glow, highlighting Aries' energetic aura.",
            "Cooling Face Mask": "Soothes and calms, balancing Aries' passionate nature."
        },
        "beauty_insight": "With the Full Moon illuminating transformation and retrograde Mars inspiring reflection, Aries faces a period of introspection. Bold red lipstick channels Aries' fearless determination, empowering self-expression. An illuminating highlighter enhances their natural dynamism, allowing their vibrant energy to shine even amidst introspective times. The cooling face mask provides a calming counterbalance to fiery impulses, promoting tranquility and self-care. These beauty products align with Aries' innate characteristics and the current cosmic energies, offering both empowerment and harmony during this astrological phase. Embrace the balance of boldness and calm to navigate the celestial influences with grace and courage."
    }
}

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/beauty-by-the-stars
\
--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