# Gazprombank — 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.

> Compare and analyze Gazprombank's consumer loan products with detailed information on interest rates, loan amounts, terms, fees, insurance requirements, and collateral options. Make informed borrowing decisions by accessing comprehensive loan conditions all in one place.

**Category:** Finance & Markets | **Website:** [www.gazprombank.ru/personal/take_credit/](https://www.gazprombank.ru/personal/take_credit/) | **Docs:** [parse.bot/marketplace/b6157bf3-d936-4ec3-83c6-c1015ae07c4a/gazprombank-ru-api](https://parse.bot/marketplace/b6157bf3-d936-4ec3-83c6-c1015ae07c4a/gazprombank-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-gazprombank-ru-api-b6157bf3/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_loan_products

Fetches all consumer loan products from Gazprombank's personal loans section. For each loan, retrieves detailed conditions from its dedicated page including interest rates, amount limits, term limits, fees, insurance requirements, collateral requirements, and special conditions. Returns a structured list of loan products. No pagination — the full catalog is returned in a single response. Each product's detail page is fetched server-side, so this is a heavier call (one round-trip per product).

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-gazprombank-ru-api-b6157bf3/get_loan_products \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
