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

> Browse and discover Nagalli's wholesale sterling silver 925 rings collection with product names, images, and easy pagination through the catalog. Perfect for retailers looking to source authentic silver jewelry inventory directly from the wholesaler.

**Category:** E-commerce | **Website:** [www.joiasnagalli.com.br/atacado/aneis-prata925-atacado](https://www.joiasnagalli.com.br/atacado/aneis-prata925-atacado) | **Docs:** [parse.bot/marketplace/75501cf1-1bc6-441f-a279-79504d431f1f/joiasnagalli-com-br-api](https://parse.bot/marketplace/75501cf1-1bc6-441f-a279-79504d431f1f/joiasnagalli-com-br-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-joiasnagalli-com-br-api-75501cf1/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_rings

List all wholesale silver 925 rings from the Nagalli catalog. Results are auto-iterated across pages. Each ring includes its product ID, name, product URL, and image URL. Prices are not publicly visible (require login).

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `limit` | integer | No | Number of rings per page. Accepted values: 16, 25, 50, 75, 100. |
| `page` | integer | No | Page number (1-based). |
| `sort` | string | No | Sort order for results. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-joiasnagalli-com-br-api-75501cf1/list_rings \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"limit":"<integer>","page":"<integer>","sort":"<string>"}'
```
