{"id":23739735,"url":"https://github.com/p1atdev/rakuten","last_synced_at":"2026-05-18T03:11:20.847Z","repository":{"id":56825295,"uuid":"525858921","full_name":"p1atdev/rakuten","owner":"p1atdev","description":"Rakuten API Client for Deno","archived":false,"fork":false,"pushed_at":"2022-08-18T14:41:01.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T07:43:45.710Z","etag":null,"topics":["api","api-client","deno","rakuten"],"latest_commit_sha":null,"homepage":"https://deno.land/x/rakuten","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/p1atdev.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}},"created_at":"2022-08-17T15:46:29.000Z","updated_at":"2022-08-18T14:33:08.000Z","dependencies_parsed_at":"2022-09-09T10:41:28.680Z","dependency_job_id":null,"html_url":"https://github.com/p1atdev/rakuten","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"p1atdev/deno_template","purl":"pkg:github/p1atdev/rakuten","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Frakuten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Frakuten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Frakuten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Frakuten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p1atdev","download_url":"https://codeload.github.com/p1atdev/rakuten/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2Frakuten/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","deno","rakuten"],"created_at":"2024-12-31T09:39:03.317Z","updated_at":"2026-05-18T03:11:20.825Z","avatar_url":"https://github.com/p1atdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rakuten API Client\n\n[Rakuten API Client](https://webservice.rakuten.co.jp/documentation) for Deno\n\n![deno compatibility](https://shield.deno.dev/deno/^1.24)\n[![deno module](https://shield.deno.dev/x/rakuten)](https://deno.land/x/rakuten)\n![Test](https://github.com/p1atdev/rakuten/actions/workflows/test.yaml/badge.svg)\n\n\u003e **Warning**\n\u003e This project is currently in beta. There might still be breaking changes. Please be careful to use this.\n\n# Supported Endpoints\n\n-   [ ] Ichiba\n-   [ ] Books\n    -   [x] Total\n    -   [ ] Book\n    -   [ ] CD\n    -   [ ] BooksDVD\n    -   [ ] ForeignBook\n    -   [ ] Magazine\n    -   [ ] Game\n    -   [ ] Software\n    -   [ ] Genre\n-   [ ] Travel\n-   [ ] Recipe\n-   [ ] Kobo\n-   [ ] GORA\n\n# Usage\n\nFirst you have to get Application ID from [here](https://webservice.rakuten.co.jp/app/create) for free.\n\n## BooksTotal\n\n```ts\nimport { RakutenAPI, RakutenEnv } from \"https://deno.land/x/rakuten/mod.ts\"\n\nconst client = new RakutenAPI(RakutenEnv.APP_ID!) // RakutenEnv.APP_ID loads RAKUTENN_APP_ID. Or you can pass your app id directly\n\nconst res = await client.Books().Total().get({\n    keyword: \"TypeScript\",\n    hits: 3,\n})\n\nassertEquals(res.Items.length, 3)\n\nconsole.log(res.Items.map((i) =\u003e i.title)) // response type supported\n\n// Output sample:\n// [\n//   \"プロを目指す人のためのTypeScript入門　安全なコードの書き方から高度な型の使い方まで\",\n//   \"TypeScriptとReact/Next.jsでつくる実践Webアプリケーション開発\",\n//   \"プログラミングTypeScript\"\n// ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp1atdev%2Frakuten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp1atdev%2Frakuten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp1atdev%2Frakuten/lists"}