{"id":28174369,"url":"https://github.com/2bad/rozetka","last_synced_at":"2026-05-19T02:03:59.771Z","repository":{"id":114368218,"uuid":"427548346","full_name":"2BAD/rozetka","owner":"2BAD","description":"Unofficial REST API client for rozetka.com.ua","archived":false,"fork":false,"pushed_at":"2023-12-05T02:37:09.000Z","size":1364,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-05T03:33:28.217Z","etag":null,"topics":["api","api-client","client","nodejs","rest","rozetka","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2BAD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-11-13T02:19:55.000Z","updated_at":"2022-01-07T23:46:49.000Z","dependencies_parsed_at":"2023-12-05T03:42:26.115Z","dependency_job_id":null,"html_url":"https://github.com/2BAD/rozetka","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2BAD%2Frozetka","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2BAD%2Frozetka/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2BAD%2Frozetka/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2BAD%2Frozetka/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2BAD","download_url":"https://codeload.github.com/2BAD/rozetka/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254430307,"owners_count":22069909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-client","client","nodejs","rest","rozetka","typescript"],"created_at":"2025-05-15T22:16:06.486Z","updated_at":"2026-05-19T02:03:59.728Z","avatar_url":"https://github.com/2BAD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rozetka API Client\n\nNode.js client for unpublished Rozetka API\n\n[![NPM Version](https://img.shields.io/npm/v/@2bad/rozetka)](https://www.npmjs.com/package/@2bad/rozetka)\n[![Build](https://github.com/2BAD/rozetka/actions/workflows/build.yml/badge.svg)](https://github.com/2BAD/rozetka/actions/workflows/build.yml)\n[![Integration](https://github.com/2BAD/rozetka/actions/workflows/integration.yml/badge.svg)](https://github.com/2BAD/rozetka/actions/workflows/integration.yml)\n[![Code coverage](https://img.shields.io/codecov/c/github/2BAD/rozetka)](https://codecov.io/gh/2BAD/rozetka)\n[![License](https://img.shields.io/npm/l/@2bad/rozetka)](https://www.npmjs.com/package/@2bad/rozetka)\n[![Written in TypeScript](https://img.shields.io/github/languages/top/2BAD/rozetka)](https://github.com/2BAD/rozetka/search?l=typescript)\n\n## Features\n\n- 🔥 No bullshit\n- ✨ Expressive API\n- 💪 Strongly typed methods and requests results with TypeScript\n- 🚀 Handles records batching and rate limiting for you\n- ❤️ Promise-based\n\n## Getting Started\n\n```console\nnpm install @2bad/rozetka\n```\n\n## Usage\n\n```typescript\nimport { product } from '@2bad/rozetka'\n\n// Get product details\nconst data = await product.details(6802844)\n\n// Get product description\nconst data = await product.description(6802844)\n\n// Get current prices for multiple products\nconst data = await product.price([6802844, 9906369])\n```\n\n### Tests\n\nRunning tests requires `--experimental-vm-modules` flag, example: `NODE_OPTIONS=--experimental-vm-modules npm run test`\n\n### Note\n\n- Sometimes catalog categories may have wrong **category_id** and **top_category_id** (e.g. 80025), first is mitigated by extracting correct **category_id** from the link, second one should not be relied upon and replaced with warning message `NOT_RELIABLE_SEE_README`.\n- **docket** and **gift** properties of product details (`product.details()`)can sometimes return **null** instead of correct value\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/2BAD/rozetka/blob/main/LICENSE)\n\n## Get Help\n\nOpen an [issue on GitHub](https://github.com/2bad/rozetka/issues/new)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2bad%2Frozetka","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2bad%2Frozetka","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2bad%2Frozetka/lists"}