This API allows you to query Indian and global cities with details like state, latitude, longitude, and timezone. Itβs used for astrology apps, forms, and location-based services.
You must include a valid apikey in your request. Generate keys from the /admin panel.
/api/citylistMethod: GET
q (string) β Required. City name to search (e.g., chennai)apikey (string) β Required. Valid API keyGET http://127.0.0.1:9000/api/citylist?q=chennai&apikey=YOUR_API_KEY
[
{
"city": "Chennai",
"state": "Tamil Nadu",
"country": "India",
"lat": 13.08,
"lng": 80.27,
"timezone": "Asia/Kolkata"
}
]
401 Unauthorized β API key is missing or invalid.400 Bad Request β Missing required parameters.404 Not Found β No matching city found.If you need help or face issues, email support@mitraveda.com.
Β© 2025 MitraVeda β All rights reserved.