Beauty by the Stars
Explore the Beauty by the Stars API by Divine API, providing beauty and skincare tips tailored to zodiac signs for a personalized, celestial-inspired experience.
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.
POST https://astroapi-7.divineapi.com/api/v1/beauty-by-the-stars
Returns Beauty by the Stars in Response
Headers
Authorization*
String
your API Access Token
eg: Bearer {token}
Request Body
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
{
"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