# Zavetaji.lv > Professional drying solutions — drying cabinets for clothing, footwear > and gloves, and specialist equipment for fire services, industry and > sport. Trading in Latvia since 2014. Prices in EUR, VAT included. Zavetaji.lv is an online shop. The catalogue below is available as JSON so you do not need to parse the rendered pages. ## Catalogue API - [Product search](https://zavetaji.lv/api/v1/catalog/products?q=): JSON list of products. Supports `q`, `category`, `page`. - [Product detail](https://zavetaji.lv/api/v1/catalog/products/{slug}): one product with price, availability, brand and images. - [Categories](https://zavetaji.lv/api/v1/catalog/categories): the full category tree. All catalogue endpoints are public, read-only and rate limited. Prices are gross (VAT included) in EUR; `price_eur_ex_vat` gives the net figure. `in_stock` reflects live stock. Reading the price correctly: - `price_eur` is the single gross price, and is null when there isn't one. - Products sold in variants carry `price_from_eur` / `price_to_eur` instead, plus `variant_count`. Quote the range, not a single figure. - `price_on_request: true` means the price is genuinely negotiated — it does **not** mean free, and it does not mean zero. Send the customer to the product page, which has a quote flow. ## Pages - [Products](https://zavetaji.lv/produkti): full catalogue - [Categories](https://zavetaji.lv/kategorijas): browse by category - [Contact](https://zavetaji.lv/kontakti): contact details and company information - [Sitemap](https://zavetaji.lv/sitemap.xml): every indexable URL, per locale ## Notes - Ordering, carts and checkout are not exposed as an API. Send a person to the website to buy. - Product pages also carry schema.org Product/Offer JSON-LD.