Announcements
Breaking change: Player club's endpoint

Breaking change: Player club's endpoint

Avatar of andreamorandini
| 1

Breaking change: please be aware that from Wed, 14-02-2018 we will change the structure returned by the Player's clubs endpoint in order to return also the join date to each club.

The new structure will be:

{
   "clubs": [
        {
            "url": "https://api.chess.com/pub/club/test",
            "joined": 1305310668,
            "last_activity": 1305310668
        },
        {
            "url": "https://api.chess.com/pub/club/test2",
            "joined": 1325883967,
            "last_activity": 1305310668
        }
   ]   
}

More News

Now Open Source: Chess.com Mobile Chess Clock App (iOS and Android)

Now Open Source: Chess.com Mobile Chess Clock App (iOS and Android)

Breaking change: Club members' endpoint

Breaking change: Club members' endpoint