GithubHelp home page GithubHelp logo

cr-api-docs's People

Contributors

abin-raj avatar bsantosh909 avatar dmsinger avatar fourjr avatar selfish avatar smlbiobot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cr-api-docs's Issues

Royale War Stats

  • Royale War Stats
  • https://royalewarstats.com
  • Munsterlander
  • <munsterlander#4174>
  • Access quick visualizations of your clan and member activity regarding the clan war as well as other battles played. Quickly identify who contributes and who should be kicked.

Errors list

The 429 (too many requests) is not listed.

War Analytics List IMCOMPLETE

From @Alpha185 on July 4, 2018 23:16

Show every clan member in the war list, even who never participated:

Who never participated in a clan war is not showing up at the list, I propose that if a player is part of the clan and doesn't participate at a war then you mark a dash "-" at the space provided for the medal icon.
This way I know who's being inactive
If the player was not at the clan then you leave it blank

https://royaleapi.com/clan/UR9290J/war/analytics

Copied from original issue: RoyaleAPI/cr-api#402

Add /top/war to docs

It's 100% the same as /top/clans in terms of how to use it.
So a simple copy-pasta. :)

Endpoint tournament new filter tournaments/notfull

From @Tithanium on June 18, 2018 16:31

Usually, the query with enpoints
https://api.royaleapi.com/tournaments/open?prep=1
returns 100 open tournements...

but it would be great to have an enpoint such as :
https://api.royaleapi.com/tournaments/open?notfull=1
to get tournaments tag that are not full from the API data.
or
https://api.royaleapi.com/tournaments/open?emptyslots=10
to get tournaments tag that have at least 10 empty slots ?

Would it be possible ?
Thanks again for all this work.

Copied from original issue: RoyaleAPI/cr-api#369

Clash Royale Clan War Tracker

New Website using API (Showcase Request)

From @Samisage on March 6, 2018 15:54

Name of App: Clanstats (NOTE: Currently designed for the clan "Chapsters" but these are early stages.)
Link: http://samisage.com/app/clanstats/
Authors: Samisage, bobbob (aka. Ujimaflip), ma
Link to Author: http://samisage.com
Discord Usernames: Samisage#7684 , ujimaflip#9369 , ma#7333

Description:

Features of this website for the clan "Chapsters", Includes:

Graphs of users combined stats,
Clickable user names to see stats of specific user,
Utilities for members of the clan,
Leader board on the front page.

[All Stats are updated every 5 minutes and are stored in a database so if the API isn't working the latest data will be shown.]

Graphs example:
http://samisage.com/u/15.50.20-06.03.18.leader
http://samisage.com/u/15.50.34-06.03.18.timeline

If you're not in the Chapsters clan, consider checking it out or check back in a while to see if we've changed the way the website works.

Copied from original issue: RoyaleAPI/cr-api#273

/auth/stats returning much less data than it used to?

From @fourjr on February 13, 2018 10:13

/auth/stats is now only returning the lastRequest which is basically the current time, and thus making this endpoint useless

{
  "id": "180314310298304512",
  "lastRequest": 1514173190,
  "requestCount": {
    "2017-12-25": 2,
    "2017-12-27": 6,
    "2017-12-29": 5,
    "2017-12-30": 16,
    "2018-01-02": 60,
    "2018-01-03": 198,
    "2018-01-04": 291,
    "2018-01-05": 1,
    "2018-01-06": 8,
    "2018-01-07": 44,
    "2018-01-08": 23,
    "2018-01-09": 247,
    "2018-01-10": 232,
    "2018-01-11": 288,
    "2018-01-12": 207,
    "2018-01-13": 297,
    "2018-01-14": 306,
    "2018-01-15": 321,
    "2018-01-16": 295,
    "2018-01-17": 344,
    "2018-01-18": 319,
    "2018-01-19": 265,
    "2018-01-20": 306,
    "2018-01-21": 289,
    "2018-01-22": 431,
    "2018-01-23": 353,
    "2018-01-24": 269,
    "2018-01-25": 283
  }
}

This was an example of what data it used to give

Copied from original issue: RoyaleAPI/cr-api#240

clan history changed?

From @paoloalby on February 28, 2018 8:9

Issue Report:

  1. I noticed that the json from clan/xxxxx/history now gives only the last 7 days and no more.
  2. Expected behaviour: since yesterday, I can track donation, trophies, etc of my clanmate for last months, and not only last week

You changed it, and from now, it will be in this way, or it's a temporary bug ?

Copied from original issue: RoyaleAPI/cr-api#262

Tournaments endpoint not returning type

From @ZeNeLLiE on July 26, 2018 2:19

https://api.royaleapi.com/tournaments/search?name=b

type is not returned. ("open", "passwordProtected")

Expected:

[
{
"tag": "20CVYRV8",
"type": "open",
"status": "inPreparation",
"creatorTag": "#99Y90URP8",
"name": "Andrei Geanta",
"maxCapacity": 50,
"preparationDuration": 7200,
"duration": 3600,
"createTime": 1520249970,
"startTime": null,
"endTime": null,
"playerCount": 50,
"members": []
},
{
"tag": "C9LRLP0",
"type": "passwordProtected",
"status": "inProgress",
"creatorTag": "#989G8QLCG",
"name": "ali",
"description": "vous pouvez pas rejoindre",
"maxCapacity": 100,
"preparationDuration": 7200,
"duration": 3600,
"createTime": 1520251673,
"startTime": null,
"endTime": null,
"playerCount": 29,
"members": []
},
]

Actual:

{
"tag": "29CV0PQG",
"name": "bora jogar",
"open": true,
"maxPlayers": 50,
"currentPlayers": 50,
"status": "inProgress",
"createTime": 1532564781,
"prepTime": 7200,
"startTime": null,
"endTime": null,
"duration": 3600,
"description": "entra quem quiser",
"updatedAt": 1532571124,
"members": []
},

Copied from original issue: RoyaleAPI/cr-api#413

Golang wrapper

  • Link: https://github.com/Altarrel/goroyale
  • Author: Altarrel
  • Link to author: https://github.com/Altarrel
  • Discord username of author: Altarrel#1083
  • Description: A wrapper for RoyaleAPI written in Go (Golang).
    • Easy access to endpoints through methods in goroyale.Client
    • Simple ratelimit handling where a special error is returned (RatelimitError) with an attribute RetryAfter representing how long to wait before running another request.
    • Field Filter and other query parameters through a url.Values or map[string][]string object passed to endpoint methods.

Showcase Clash Royale Helper Android App

Feel free to customize more than one deck for each special event too.

clash_royale_helper_icon
39917108_281532729311877_5475294231008378880_n
build_your_decks
all_cards_incorporated
track_your_special_chests

If i have to provide more information feel free to sent me an email ;)

Thank you for your awesome api

Showcase HowsMyClan.com

Website : http://howsmyclan.com/
Author: Sagi Yehuday.
Discord User Name: Yael
Description :
Find out who the most valuable members of your clan are using simple indicators.
Find open joinable Tournaments using cr-api real-time data.

Showcase request - Clash Royale War Assistant

- Name of app - Clash Royale War Assistat
- Link to Name of app - https://play.google.com/store/apps/details?id=com.abhiinteractive.clashroyalewarassistant
- Author(s) of app - Abhijeet
- Discord username(s) of author(s) - Abhi#3574
- Description - Check yours and other competitor war clan details, performance of your clan in last 10 wars(total counts for no of wins, cards, etc. for each member helping you decide whom to promote or kick if you're a leader), war battles of your clan(copy a winners deck for yourself), get notified to attack, and lot lot more!

x-ratelimit-retry-after units

After testing my error handling, I noticed that x-ratelimit-retry-after is in what looks like microseconds.
The docs says seconds (https://docs.royaleapi.com/#/faq).

Testing in Postman I get:

x-ratelimit-limit →5
x-ratelimit-remaining →0
x-ratelimit-retry-after →129

Right after, I request again and I get:

x-ratelimit-limit →5
x-ratelimit-remaining →4

/track

also include note thta history isnt tracked until requested

Clan Activity Statistics

Name: Clan Activity Statistics

Link: https://jsfiddle.net/wbcf8jz3/17/

Description: A tiny fiddle that shows 10 best & worst members of a clan based on war wins & war participation in the last 10 wars, and donations in the last 2 weeks. You can use it for suggestions on who to promote or demote. Feedback welcome.

Author: haulin#1030

Update Documentation

Many JSON response examples from the documentation are outdated or missing information. I'd like to see updated especially the player and clan JSON responses.

Chest Tracker

  • Name of app: chest tracker
  • Link to Name of app: after publish app to store, we will send link for you.
  • Author(s) of app: AnhNT, LongLD
  • Link(s) to author(s) of app: https://github.com/ssPerman01
  • Discord username(s) of author(s)
  • Description: We want build app android (maybe both IOS):
  • check chest for user
  • open tourament
  • clan statistics

New mobile App using RoyaleAPI (Spell Comparator Clash Royale)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.