All Projects → martincarrera → Clash Royale Api

martincarrera / Clash Royale Api

Licence: mit
👑 Clash Royale API that provides information about the game.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Clash Royale Api

Vainglory
(*DEPRECATED*: The API no longer exists, so this will no longer work) A Javascript API Client wrapper for Vainglory
Stars: ✭ 32 (-90.39%)
Mutual labels:  api, game
Owapi
Overwatch JSON API
Stars: ✭ 470 (+41.14%)
Mutual labels:  api, game
Vhackxtbot Python
Python API for vHackXT Game
Stars: ✭ 27 (-91.89%)
Mutual labels:  api, game
Open Samp Api
An open source API for GTA SA:MP
Stars: ✭ 56 (-83.18%)
Mutual labels:  api, game
Igdb
Go client for the Internet Game Database API
Stars: ✭ 65 (-80.48%)
Mutual labels:  api, game
Cr Api
Clash Royale Public API that provides real-time data about players, clans, tournaments and more.
Stars: ✭ 147 (-55.86%)
Mutual labels:  api, game
New Eden Social
🌌 New Eden Social 🚀
Stars: ✭ 136 (-59.16%)
Mutual labels:  api, game
Humblebundle
API for managing Humble Bundle games library
Stars: ✭ 169 (-49.25%)
Mutual labels:  api, game
Pikachu Volleyball
Pikachu Volleyball implemented into JavaScript by reverse engineering the original game
Stars: ✭ 324 (-2.7%)
Mutual labels:  game
Zoc
⬡ Zone of Control is a hexagonal turn-based strategy game written in Rust. [DISCONTINUED]
Stars: ✭ 327 (-1.8%)
Mutual labels:  game
Laravel Api To Postman
Generate a Postman collection automatically from your Laravel API
Stars: ✭ 320 (-3.9%)
Mutual labels:  api
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (-2.1%)
Mutual labels:  api
Freecol
FreeCol: FreeCol is a turn-based strategy game based on the old game Colonization, and similar to Civilization. The objective of the game is to create an independent nation.
Stars: ✭ 329 (-1.2%)
Mutual labels:  game
Launchpad
An open-source game launcher for your games
Stars: ✭ 322 (-3.3%)
Mutual labels:  game
Comet
Modern PHP framework for building blazing fast REST APIs, CRUDs and microservices
Stars: ✭ 328 (-1.5%)
Mutual labels:  api
Api
HeadHunter API: документация и библиотеки
Stars: ✭ 324 (-2.7%)
Mutual labels:  api
Codegame
🎮 JavaScript AI tank game
Stars: ✭ 323 (-3%)
Mutual labels:  game
Materialhome
一个基于 Material Design 风格设计的图书展示类App,豆瓣图书,在线电子书。
Stars: ✭ 331 (-0.6%)
Mutual labels:  api
Ex rated
ExRated, the Elixir OTP GenServer with the naughty name that allows you to rate-limit calls to any service that requires it.
Stars: ✭ 328 (-1.5%)
Mutual labels:  api
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+6657.06%)
Mutual labels:  api

Clash Royale API

Codeship Status for martincarrera/clash-royale-api Coverage Status donate paypal

A Clash Royale API that provides information about the game.

If you develop an app using this API, please submit a pull request adding it to the apps table.

Content

  1. How to use
    1. Endpoints
    2. Images
  2. Want to help
  3. Development
    1. Install
    2. Run
    3. Test
  4. Apps that use this API

How to use

Consume the API to get all the information you need from these routes.

Endpoints

Base route.

Route HTTP Verb Description
/api/arenas GET All Arenas information
/api/arenas/:id GET Single Arena information
/api/arenas/:idName GET Single Arena information
/api/cards GET All Cards information
/api/cards/:id GET Single Card information
/api/cards/:idName GET Single Card information
/api/chests GET All Chests information
/api/chests/:id GET Single Chest information
/api/chests/:idName GET Single Chest information
/api/leagues GET All Leagues information
/api/leagues/:id GET Single League information
/api/leagues/:idName GET Single League information
/api/players GET All Players levels information
/api/players/:id GET Player level information
/api/players/:idName GET Player level information
/api/random-deck GET Get a Random deck!

Images

You can get the images too! Thank you MaherFa!

Route Description
/images/arenas/${idName}.png Arenas images
/images/cards/${idName}.png Cards images
/images/chests/${idName}.png Chests images
/images/leagues/${idName}.png Leagues images

Want to help

If you like the API, please star this repository.

If you create an app using the API, please mention this repository and add it in the table below.

If you want to contribute to the API, feel free to create a pull request.

If you ❤️ the API, help me pay the hosting!

Development

Make sure you have installed all these prerequisites on your development machine.

Install

> git clone https://github.com/martincarrera/clash-royale-api.git
> cd clash-royale-api
> npm install

Run

> mongod
> cd clash-royale-api
> npm run dev

If you don't have Nodemon installed

> mongod
> cd clash-royale-api
> npm i -g nodemon
> npm run dev

Test

> npm test

Apps that use this API

APP DESCRIPTION LINK
Randeck Simple web app that generates random decks. Go!
Royale Plus Facebook for Clash Royale players. Git! Go!
BarrePolice A Telegram Bot based on plugins written in Lua Go! & send /cr
Clashapi NPM package to consume this API Go!
Deck it Deck builder app designed for Android Go!
Deck Generator for Echo Devices Alexa skill to suggest a deck for clash royale for Amazon's Echo devices Go!
Clash Royale Discord Bot A Discord bot that displays informations depending of commands Go!
Deck Royale A SPA using Vue that generates random decks. Git! Go!
ClashElite Simple app that gives info on chest cycles and generates random decks with copy and share feature. Go!

Made with ❤️ by clash fans.


This content is not affiliated with, endorsed, sponsored, or specifically approved by Supercell and Supercell is not responsible for it. For more information see Supercell’s Fan Content Policy.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].