Use access token to call astrology api.
Learn Morehttps://json.astrologyapi.com/v1/geo_detailsFetches latitude, longitude, timezone, and country details for a given place name, enabling accurate location data for astrological calculations.
1{
2 "geonames": [
3 {
4 "place_name": "Mumbai",
5 "latitude": 19.07283,
6 "longitude": "72.88261",
7 "timezone_id": "Asia/Kolkata",
8 "country_code": "IN"
9 },
10 {
11 "place_name": "Navi Mumbai",
12 "latitude": 19.03681,
13 "longitude": "73.01582",
14 "timezone_id": "Asia/Kolkata",
15 "country_code": "IN"
16 }
17 ]
18}x-astrologyapi-keystring
requiredAPI Access Token to authenticate requests. Send your access token in this custom header.
Accept-Languagestring
Preferred language for the response content
Properties
placestring
requiredplace , eg: 'mumbai'
maxRowsint
requirednumber of result at time, eg: 2
Something is wrong with your request format or parameters.
Your API key is missing or invalid.
You don't have permission to access this specific resource.
The API endpoint you're trying to reach doesn't exist.
Our server is having a temporary glitch.