Newastro
Horoscope Python rest API for intermediate level Android Course
Install / Use
/learn @DerSarco/NewastroREADME
New Astro API (Because the original one died LOL)

NOT A SERIOUS DEVELOPMENT (or maybe yes…)
Spanglish readme
Flask API para el curso Intermedio de Android de Aristidevs
Agradecimientos
Por dedicarle tiempo a esta basura de proyecto, quiero expresar mis sinceros agradecimientos a:
API
Realizamos una petición POST con la siguiente información en formato JSON
Method POST
{
"date": "2020-01-01",
"lang": "fr",
"sign": "Libra"
}
URL: https://newastro.vercel.app/
Respuesta del servidor:
{
"date":"2023-04-23",
"horoscope":"Apr 23, 2023 - Combine your discipline and expansiveness today and see what manifests. Concentrate on your investments and home. The energy of the day is quite powerful and not something to be taken lightly. You may have much greater control than you realize. Understand that you have to be the one to take the initiative in order to activate the magic of today.",
"icon":"http://127.0.0.1:5000/static/assets/zodiac-7.png",
"id":7,
"sign":"Libra"
}
Date and Lang se puede omitir de la siguiente manera
{
"sign": "Aries"
}
La respuesta debería con la fecha actual y en su idioma general
{
"date":"2023-04-23",
"horoscope":"Apr 23, 2023 - Do something that inspires the passion within you, Aries. Don't be discouraged by setbacks - be motivated. Use discipline and patience to set your dreams in motion. Be realistic in your approach. The time has come to face the music. Whatever you do, don't shrink into the background and expect others to take care of things for you. The only one who acts in your best interests is you.",
"icon":"http://127.0.0.1:5000/static/assets/zodiac-1.png",
"id":1,
"sign":"Aries"
}
Método GET
Se envía el signo zodiacal a través del PATH como se muestra a continuación
URL: https://newastro.vercel.app/aries
El resto de parámetros los pasamos por QUERY:
URL: https://newastro.vercel.app/aries?date=2022-04-20&lang=es
Que signos están soportados?
- aries
- taurus
- gemini
- cancer
- leo
- virgo
- libra
- scorpio
- sagittarius
- capricorn
- aquarius
- pisces
Api docs fue agregado

Disclaimer
Las respuestas de la API son en el idioma que se te cante el orto 😃, no prometemos traducciones correctas por que google da asco en traducir textos largos. Peace ❤️
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
