{"id":15141536,"url":"https://github.com/knightplayzz/clash-royale","last_synced_at":"2026-01-19T13:32:39.378Z","repository":{"id":189587675,"uuid":"680611004","full_name":"Knightplayzz/clash-royale","owner":"Knightplayzz","description":"Npm package that connects to the clash royale api to get information. Player data, clan info ect.","archived":false,"fork":false,"pushed_at":"2023-08-22T18:31:20.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T14:24:43.279Z","etag":null,"topics":["clash","clash-royale","clash-royale-api","clashroyale","supercell"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Knightplayzz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-19T19:56:56.000Z","updated_at":"2023-08-22T18:29:52.000Z","dependencies_parsed_at":"2024-09-21T14:02:20.906Z","dependency_job_id":"d23049dd-7b6f-4642-8631-fa8d8767cecb","html_url":"https://github.com/Knightplayzz/clash-royale","commit_stats":null,"previous_names":["knightplayzz/clash-royale"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Knightplayzz%2Fclash-royale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Knightplayzz%2Fclash-royale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Knightplayzz%2Fclash-royale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Knightplayzz%2Fclash-royale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Knightplayzz","download_url":"https://codeload.github.com/Knightplayzz/clash-royale/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247493800,"owners_count":20947778,"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":["clash","clash-royale","clash-royale-api","clashroyale","supercell"],"created_at":"2024-09-26T09:01:07.971Z","updated_at":"2026-01-19T13:32:39.365Z","avatar_url":"https://github.com/Knightplayzz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n \u003cimg src=\"https://1000logos.net/wp-content/uploads/2021/04/Clash-Royale-logo.png\" height=\"200px\"  alt=\"Clash Of Clans\"/\u003e\n \u003cbr\u003e\n \u003cp\u003eA light-weight module that makes \u003ca href=\"https://developer.clashroyale.com/\"\u003eClash Royale API\u003c/a\u003e become easy.\u003c/p\u003e\n \u003ca href=\"\"\u003e\u003cimg src=\"https://app.travis-ci.com/Knightplayzz/clash-royale.svg?branch=main\"\u003e\u003c/a\u003e\n \u003ca href='https://coveralls.io/github/Knightplayzz/clash-royale?branch=main'\u003e\u003cimg src='https://coveralls.io/repos/github/Knightplayzz/clash-royale/badge.svg?branch=main' alt='Coverage Status' /\u003e\u003c/a\u003e\n \u003ca href=\"https://www.npmjs.com/package/clashroyale.js\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/clashroyale.js.svg?maxAge=3600\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://www.npmjs.com/package/clashroyale.js\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/clashroyale.js\" alt=\"Install size\"\u003e\u003c/a\u003e\n \u003ca href=\"https://packagephobia.now.sh/result?p=clashroyale.js\"\u003e\u003cimg src=\"https://badgen.net/packagephobia/install/clashroyale.js\" alt=\"Current version\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n# Introduction\n\nProvides an easy way to get started with the [Clash Royale API](https://developer.clashroyale.com)\nFor more information about the responses please check [Official Clash Royale Dev Website](https://developer.clashroyale.com/#/documentation). Not releated to Supercell.\nCreated By: Philippe Smeets\n\n## Installation\n\n`npm install clashroyale.js`\n\n## Links\n\n- [Documentation](https://github.com/Knightplayzz/clash-royale/blob/main/documentation.md)\n- [Clash Royale Developer Website](https://developer.clashroyale.com/)\n- [Clash Royale API Community Discord](https://discord.gg/Eaja7gJ)\n\n## Example\n\n```javascript\nconst client = require('clash-of-clans-node');\nasync function myFunction() {\n    await client.login('YOUR-TOKEN-HERE');\n    const player = await client.getPlayer('#8CY9L2CJ')\n    console.log(`${player.name} (${player.tag})`)\n}\nmyFunction();\n```\n\n### Disclaimer\n\n\u003e This content is not affiliated with, endorsed, sponsored, or specifically approved by Supercell and Supercell is not responsible for it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknightplayzz%2Fclash-royale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknightplayzz%2Fclash-royale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknightplayzz%2Fclash-royale/lists"}