How to use this Rest API in my kodular app

This is the API of Astrology software
Which take input of birth details nd show birth chart house nd planets detail as output

How to use this API in kodular to develope astrology software.

1 Like

use the web component and follow the documentation Horoscope – REST API | Stellar Astrology
for examples of how to use the web component together with an API please search the community
Taifun

2 Likes

Ok
I will try it thanks.

Hey Sena! I’ve worked on something similar in Kodular.

If you’re using that API or something like it, you can use the Web component in Kodular to make the POST request — just pass the birth details in JSON format. Make sure to set the right headers (like Content-Type: application/json) and handle the response using the Got Text event.

That said — if you want something easier to plug into Kodular, you might want to check out Divine API. It’s beginner-friendly and returns all the birth chart + planet positions in simple JSON. I found it much smoother to work with, especially when using block-based builders like Kodular.