Loshu Grid API
The Loshu Grid API analyzes the placement and frequency of numbers in an individual's numerology chart. It provides insights into personality traits, strengths, weaknesses, and life patterns based on the ancient Loshu Grid method. This API is perfect for astrology and numerology platforms to deliver personalized number-based insights, including visual representations of the grid.
POST
https://astroapi-7.divineapi.com/numerology/v1/loshu-grid
Returns Loshu Grid in response
Headers
Authorization*
String
your API Access Token
eg: Bearer {token}
Request Body
api_key*
String
your API key
day*
Integer
date of birth, eg: 24
month*
Integer
month of birth, eg: 05
year*
Integer
year of birth, eg: 2023
fname*
String
first name, ex: Rahul
lname
String
last name, ex: kumar
lan
String
Language en/hi, default en
Take a look at how you might call this method via cURL, NodeJS or JavaScript jQuery AJAX and Python :
Last updated