# JCK AUTO Car import service from China, Korea and Japan to Russia. > JCK AUTO sources used cars from auctions and dealers in China, Korea, and Japan, handles customs clearance and delivery to Russia (Far East / Nakhodka and onward), and sells them through an online catalog at jckauto.ru. The site exposes both an HTML catalog for humans and an open JSON API for machines. All vehicles in the catalog are concrete units with a stable per-car URL and identifier. ## Catalog - [Car catalog (HTML)](https://jckauto.ru/catalog) — server-rendered list of all cars currently in stock, with per-car detail pages at /catalog/cars/{id}. - [Car catalog (JSON API)](https://jckauto.ru/api/catalog) — open, unauthenticated GET endpoint returning the full catalog as a JSON array; each element carries an `id` field. - Single-car JSON endpoint: [https://jckauto.ru/api/catalog/{id}](https://jckauto.ru/api/catalog/) — open, unauthenticated GET endpoint returning one car as JSON with a stable `@id` matching the HTML page URL. ## Tools - [Customs calculator](https://jckauto.ru/tools/calculator) — estimate total landed cost in RUB for a car given engine volume, age, and power. - [Customs reference](https://jckauto.ru/tools/customs) — explanation of Russian customs duties, utilization fee, and the 5-year age boundary used in the calculator. - [Auction sheet decoder](https://jckauto.ru/tools/auction-sheet) — parse and explain Japanese auction sheet grades and marks. - [Encar lookup](https://jckauto.ru/tools/encar) — look up a Korean Encar listing by URL or ID and translate the spec sheet into Russian. ## FAQ - [Customs clearance 2026](https://jckauto.ru/blog/rastamozhka-avtomobilya-2026) — current Russian customs rules for imported cars: rates, age brackets, utilization fee, common pitfalls. - [Chinese cars: cost myths vs reality](https://jckauto.ru/blog/mify-o-kitayskikh-avto-pravda-i-vymysel) — what a Chinese car actually costs landed in Russia and what is myth. ## News - [News feed (HTML)](https://jckauto.ru/news) — announcements about new arrivals, rule changes, and logistics updates. - [News feed (JSON API)](https://jckauto.ru/api/news) — open, unauthenticated GET endpoint returning news as JSON. Accepts query parameters `?page=N&limit=N&tag=...` for the paginated index or `?date=YYYY-MM-DD` for a specific day. Returns 400 on malformed input, 404 on missing date. ## Reviews - [Customer reviews (HTML)](https://jckauto.ru/reviews) — human-readable customer reviews. - [Customer reviews (JSON API)](https://jckauto.ru/api/reviews) — open, unauthenticated GET endpoint returning reviews and aggregates as JSON. POST endpoint accepts new UGC submissions with honeypot and rate-limit protection. ## Reference data - [Exchange rates (JSON API)](https://jckauto.ru/api/exchange-rates) — open, unauthenticated GET endpoint returning the current CBR-anchored exchange rates JCK AUTO uses to compute landed-cost estimates. Useful for agents that want to reproduce the calculator output. ## Sitemap - [XML sitemap](https://jckauto.ru/sitemap.xml) — machine-readable list of all indexable URLs with lastModified timestamps. ## About [About JCK AUTO](https://jckauto.ru/about) — JCK AUTO imports used cars from China, Korea, and Japan into Russia, with delivery routed through the Far East (Nakhodka) and onward to the buyer's region. All vehicles are inspected at the source and on arrival. A factory-style guarantee of up to 2 years is offered on selected units. ## Contact All lead submissions go through https://jckauto.ru/api/lead (open POST endpoint, JSON body, see /tools or any car detail page for the contract). A public agent-friendly MCP server is planned but not yet available — agents should fall back to the HTML form or /api/lead direct POST.