lookup:core). No auth required.200 - data.events[] (event_name, screen_context, deep_links), data.relations[] (strings), data.feedback_topics[] (strings).curl --location 'https://uat-api.hastaai.in/api/v1/lookup/core'{
"success": true,
"message": "Success",
"data": {
"events": [
{
"event_name": "Daily Horoscope",
"screen_context": "horoscope",
"deep_links": "action://horoscope"
}
],
"relations": [
"Father",
"Mother",
"Wife",
"Husband"
],
"feedback_topics": [
"Kundali & Astrology",
"Login & Account"
],
"intents": [
{
"slug": "career",
"name": "Career",
"description": "Growth, work and professional direction",
"icon": "https://images.hastaai.in/intent/career.webp"
}
]
}
}