# GET /api/public/v1/products/item

> One product's full pricing and specs

- Group: meta
- Tier: R
- Required scope: none (public)
- Docs: https://api.inleed.com/reference/meta/item

## Description

Returns all billing periods with per-month and per-term prices, savings, and specs when published. Use `list_products` to discover the exact product name.

## Query parameters

- `name` — string (required). Up to 120 characters.
- `currency` — enum. One of SEK, EUR, null.
- `locale` — enum. One of sv, en, null.

## Request

```bash
curl -X GET "https://mcp.inleed.com/api/public/v1/products/item?name=example.se&currency=SEK&locale=sv"
```

## Errors

- **422** Validation error — codes: validation_failed
- **429** The rate limit for this token is exhausted. See `Retry-After`. — codes: rate_limited
- **500** Something went wrong on our side. The failure is logged against `requestId`. — codes: internal_error

## Related

- GET /api/public/v1/products — https://api.inleed.com/reference/meta/list-index
- GET /api/public/v1/products/{category} — https://api.inleed.com/reference/meta/category
- GET /api/public/v1/products/compare — https://api.inleed.com/reference/meta/compare
- GET /api/public/v1/products/domains/{tld} — https://api.inleed.com/reference/meta/tld

