GET
/v1/choghadiya

Choghadiya

Choghadiya

Response Example

{
  "message": "This endpoint is documented for static navigation. Validate exact live schema in Swagger/OpenAPI."
}

Code Examples

cURL
curl -X GET 'https://api.astro-fusion.com/v1/choghadiya' \
  -H 'Authorization: Bearer YOUR_API_KEY'
JavaScript
const response = await fetch('https://api.astro-fusion.com/v1/choghadiya', {
  method: 'GET',
  headers: { Authorization: 'Bearer YOUR_API_KEY' }
});
Python
import requests

response = requests.get('https://api.astro-fusion.com/v1/choghadiya', headers={'Authorization': 'Bearer YOUR_API_KEY'})

Related Endpoints