# Voshod Solnca — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Plan your fasting schedule by checking the next Ekadashi date and viewing the upcoming Ekadashi calendar for your city. Stay informed about Hindu lunar fasting observances so you can prepare spiritually and practically for these important religious days.

**Category:** Other | **Website:** [voshod-solnca.ru/ekadashi/%D0%B0%D0%BB%D0%BC%D0%B0%D1%82%D1%8B](https://voshod-solnca.ru/ekadashi/%D0%B0%D0%BB%D0%BC%D0%B0%D1%82%D1%8B) | **Docs:** [parse.bot/marketplace/ac9d498a-6662-4326-89e7-daaf7cb62943/voshod-solnca-ru-api](https://parse.bot/marketplace/ac9d498a-6662-4326-89e7-daaf7cb62943/voshod-solnca-ru-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-voshod-solnca-ru-api-ac9d498a/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_next_ekadashi

Get the next Ekadashi fasting day and a full year calendar of upcoming Ekadashi dates for a specified city. Returns the nearest fasting date, start time, end window, and a list of all upcoming Ekadashi days with detailed timing information.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `city` | string | Yes | City name in Russian (e.g. алматы, москва, санкт-петербург). Must match a city available on the site's Ekadashi calendar. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-voshod-solnca-ru-api-ac9d498a/get_next_ekadashi \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"city":"<string>"}'
```
