🌐 MitraVeda Geo API Documentation

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.

πŸ” API Authentication

You must include a valid apikey in your request. Generate keys from the /admin panel.

πŸ“ Endpoint: /api/citylist

Method: GET

πŸ”§ Parameters

πŸ§ͺ Example Request

GET http://127.0.0.1:9000/api/citylist?q=chennai&apikey=YOUR_API_KEY

πŸ“€ Example Response

[
  {
    "city": "Chennai",
    "state": "Tamil Nadu",
    "country": "India",
    "lat": 13.08,
    "lng": 80.27,
    "timezone": "Asia/Kolkata"
  }
]

❗ Error Responses

πŸ“¬ Contact Support

If you need help or face issues, email support@mitraveda.com.


Β© 2025 MitraVeda – All rights reserved.