1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
[
{
"interval": {
"start": 1503100800,
"end": 1503187200
},
"games": {
"bullet": {
"win": 0,
"loss": 1,
"draw": 0,
"rp": {
"before": 1619,
"after": 1615
}
}
},
"puzzles": {
"score": {
"win": 1,
"loss": 0,
"draw": 0,
"rp": {
"before": 1641,
"after": 1641
}
}
},
"tournaments": {
"nb": 1,
"best": [
{
"tournament": {
"id": "VtgU6IWP",
"name": "Hourly Bullet Arena"
},
"nbGames": 1,
"score": 0,
"rank": 56,
"rankPercent": 82
}
]
},
"practice": [
{
"url": "/practice/-/overloaded-pieces/o734CNqp",
"name": "Overloaded Pieces",
"nbPositions": 1
}
],
"correspondenceMoves": {
"nb": 7,
"games": [
{
"id": "FoA24Xgm",
"color": "black",
"url": "/FoA24Xgm/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "wixkid",
"rating": 1775
}
},
{
"id": "YdaQfiVN",
"color": "black",
"url": "/YdaQfiVN/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": false,
"opponent": {
"user": "kickdarkness",
"rating": 2008
}
},
{
"id": "sgJmN0Tp",
"color": "white",
"url": "/sgJmN0Tp/white",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": false,
"opponent": {
"user": "gerobum",
"rating": 1831
}
}
]
},
"correspondenceEnds": {
"score": {
"win": 1,
"loss": 1,
"draw": 0,
"rp": {
"before": 1895,
"after": 1873
}
},
"games": [
{
"id": "FoA24Xgm",
"color": "black",
"url": "/FoA24Xgm/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "wixkid",
"rating": 1775
}
},
{
"id": "DkYfPA76",
"color": "white",
"url": "/DkYfPA76/white",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "d3partures",
"rating": 1743
}
}
]
},
"follows": {
"in": {
"ids": [
"sicknsolo",
"victress",
"adityaprakash17",
"anonymous_enemy"
]
},
"out": {
"ids": [
"lonerdruid"
]
}
},
"teams": [
{
"url": "/team/lichess-stars",
"name": "Lichess Stars"
}
],
"posts": [
{
"topicUrl": "/forum/lichess-feedback/new-study-visibility-mode-unlisted",
"topicName": "New study visibility mode: unlisted",
"posts": [
{
"url": "/forum/redirect/post/OvPsDw1I",
"text": "It's like private, except people who know the study URL can still access it.\r\n\r\nYep, just like with youtube videos."
},
{
"url": "/forum/redirect/post/p8zOwutq",
"text": "The \"My private studies\" folder is currently bugged out, the fix will come in a few hours.\r\n\r\nCan you show me a study chapter where symbols don't appear?"
}
]
},
{
"topicUrl": "/forum/general-chess-discussion/yeah-but-lichess-is-full-of-commies",
"topicName": "\"Yeah, but lichess is full of commies\"",
"posts": [
{
"url": "/forum/redirect/post/eaFQzRQ2",
"text": "I'm not communist either. Hello :)"
},
{
"url": "/forum/redirect/post/G35OInLP",
"text": "@NeverBeenTimid Quite simply, not everything has to be about money...\r\n\r\nIt should go without saying; but in case it doesn't, we have lichess to remind us.\r\n\r\nI want to believe that exploiting workers and lying to consumers is not the only way to build something. I want to show that a community, bound by a common passion for chess, with a touch of humanism, is capable of building great things. I reject investment, paywalls, advertisements, proprietary software, user tracking: these things are no"
}
]
}
]
},
{
"interval": {
"start": 1503014400,
"end": 1503100800
},
"games": {
"blitz": {
"win": 1,
"loss": 1,
"draw": 0,
"rp": {
"before": 1681,
"after": 1690
}
},
"bullet": {
"win": 2,
"loss": 0,
"draw": 0,
"rp": {
"before": 1619,
"after": 1619
}
},
"classical": {
"win": 0,
"loss": 1,
"draw": 0,
"rp": {
"before": 1811,
"after": 1811
}
}
},
"tournaments": {
"nb": 3,
"best": [
{
"tournament": {
"id": "Ri7eoNg5",
"name": "Dubois Arena"
},
"nbGames": 2,
"score": 5,
"rank": 1,
"rankPercent": 20
},
{
"tournament": {
"id": "HJA80s7w",
"name": "STL Rapid & Blitz Day 5"
},
"nbGames": 1,
"score": 2,
"rank": 387,
"rankPercent": 50
},
{
"tournament": {
"id": "WhfhjujR",
"name": "Hourly SuperBlitz Arena"
},
"nbGames": 1,
"score": 0,
"rank": 95,
"rankPercent": 86
}
]
},
"correspondenceMoves": {
"nb": 2,
"games": [
{
"id": "FoA24Xgm",
"color": "black",
"url": "/FoA24Xgm/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "wixkid",
"rating": 1775
}
}
]
},
"follows": {
"in": {
"ids": [
"saviter",
"mattrenfer",
"amenhotep_-_iv"
]
}
},
"posts": [
{
"topicUrl": "/forum/lichess-feedback/study-moves-not-showing-",
"topicName": "''Study'' moves not showing ?",
"posts": [
{
"url": "/forum/redirect/post/HQdvhx6O",
"text": "Which study are you on?"
}
]
}
]
},
{
"interval": {
"start": 1502928000,
"end": 1503014400
},
"correspondenceMoves": {
"nb": 8,
"games": [
{
"id": "FoA24Xgm",
"color": "black",
"url": "/FoA24Xgm/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "wixkid",
"rating": 1775
}
},
{
"id": "sgJmN0Tp",
"color": "white",
"url": "/sgJmN0Tp/white",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": false,
"opponent": {
"user": "gerobum",
"rating": 1831
}
},
{
"id": "DEvU83fu",
"color": "black",
"url": "/DEvU83fu/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "carlsenforever",
"rating": 2038
}
},
{
"id": "DkYfPA76",
"color": "white",
"url": "/DkYfPA76/white",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "d3partures",
"rating": 1743
}
}
]
},
"correspondenceEnds": {
"score": {
"win": 0,
"loss": 1,
"draw": 0,
"rp": {
"before": 1911,
"after": 1904
}
},
"games": [
{
"id": "DEvU83fu",
"color": "black",
"url": "/DEvU83fu/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "carlsenforever",
"rating": 2038
}
}
]
},
"follows": {
"in": {
"ids": [
"lesauteurdeclasse"
]
}
},
"posts": [
{
"topicUrl": "/forum/lichess-feedback/bad-changes-to-gameboard-canvas-on-mobile",
"topicName": "Bad changes to gameboard canvas on mobile",
"posts": [
{
"url": "/forum/redirect/post/jSa2XPpo",
"text": "Is it better now?"
}
]
}
]
},
{
"interval": {
"start": 1502841600,
"end": 1502928000
},
"games": {
"blitz": {
"win": 0,
"loss": 0,
"draw": 1,
"rp": {
"before": 1684,
"after": 1681
}
}
},
"correspondenceMoves": {
"nb": 12,
"games": [
{
"id": "DEvU83fu",
"color": "black",
"url": "/DEvU83fu/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "carlsenforever",
"rating": 2038
}
},
{
"id": "DkYfPA76",
"color": "white",
"url": "/DkYfPA76/white",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "d3partures",
"rating": 1743
}
},
{
"id": "sgJmN0Tp",
"color": "white",
"url": "/sgJmN0Tp/white",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": false,
"opponent": {
"user": "gerobum",
"rating": 1831
}
},
{
"id": "FoA24Xgm",
"color": "black",
"url": "/FoA24Xgm/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "wixkid",
"rating": 1775
}
}
]
},
"follows": {
"in": {
"ids": [
"rvleander",
"mmichael"
]
},
"out": {
"ids": [
"wolfram_ep"
]
}
},
"posts": [
{
"topicUrl": "/forum/lichess-feedback/keyboard-input-changed-today-maybe-a-bug",
"topicName": "Keyboard input changed today, maybe a bug.",
"posts": [
{
"url": "/forum/redirect/post/nD4mZjFN",
"text": "That was a bug, it's now fixed! Thanks for the report @TheZyrax "
}
]
},
{
"topicUrl": "/forum/lichess-feedback/learnpractice-stopped-saving-my-progress",
"topicName": "Learn/Practice stopped saving my progress",
"posts": [
{
"url": "/forum/redirect/post/wWacFp3p",
"text": "We're on it. Thanks for the bug report."
},
{
"url": "/forum/redirect/post/cOYiuEgz",
"text": "It's now fixed. Sorry for the inconvenience."
}
]
},
{
"topicUrl": "/forum/lichess-feedback/help-translate-lichess",
"topicName": "Help translate Lichess",
"posts": [
{
"url": "/forum/redirect/post/8dzjnLRV",
"text": "Are you a native speaker of a non-english language? You can help making lichess better! No technical skills required.\r\n\r\nHead to https://crowdin.com/project/lichess and start suggesting translations! You can also vote for your favourite translations.\r\n\r\nlichess is a non-profit association, and the result of volunteer collaboration of the Internet chess community. We believe that together, we can achieve great things - for chess, for humanity, for freedom! And now we need your help, more than eve"
},
{
"url": "/forum/redirect/post/omISXRjU",
"text": "@Wolfram_EP Thank you for stepping in.\r\n\r\nFor now, we chose not to translate variant names such as Bullet, Blitz, Chess960, Crazyhouse, etc. They're like proper nouns. We might change our minds about it later on, but for now they're not supposed to be translated.\r\n\r\nI think lichess has good support for russian pluralization, can you confirm? https://github.com/ornicar/lila/blob/40e2dfbb18735f3f55dd796d5f8017ea39cb8f10/modules/i18n/src/main/I18nQuantity.scala#L44-L50\r\n\r\nHowever crowdin got it wro"
},
{
"url": "/forum/redirect/post/jG6jM9qO",
"text": "I can't seem to be able to fix Russian pluralization on crowdin. Could you please send them an email asking if they can fix it on their side? Thanks."
},
{
"url": "/forum/redirect/post/Xpcdpm2Y",
"text": "Ah, thank you, that helps.\r\n\r\nI changed lichess code to match crowdin: https://github.com/ornicar/lila/commit/7a1cbabe5fc27e779c0ab419b3a6bd85fb2bd76b\r\n\r\nAbout transliteration: yes, you're right. I now realize that, for instance, in french, we transliterate russian city names.\r\nDo you think the word \"Lichess\" should be transliterated as well?\r\n\r\nWould you like to be lichess russian translation manager on crowdin? It's quite a big responsibility, because we have thousands of russian speaking play"
},
{
"url": "/forum/redirect/post/WiILZb1M",
"text": "Thanks. You're now a proofreader on Crowdin. It means you can decide which Russian translation is correct, and add/edit contexts.\r\n\r\nSeriousness is the only commitment I can ask for. I do not expect that you will do all the work. This is an open source project, people put in the time they want and can, and we only look at what has been done, never at what more could have been done.\r\n\r\nSo yeah, no pressure. We can also name other Russian proofreaders when we find them."
}
]
}
]
},
{
"interval": {
"start": 1502755200,
"end": 1502841600
},
"follows": {
"in": {
"ids": [
"area11",
"reisui",
"gr4ndma",
"theclassicalking",
"outrunyoutoo"
]
}
}
},
{
"interval": {
"start": 1502668800,
"end": 1502755200
},
"correspondenceMoves": {
"nb": 8,
"games": [
{
"id": "DEvU83fu",
"color": "black",
"url": "/DEvU83fu/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "carlsenforever",
"rating": 2038
}
},
{
"id": "FoA24Xgm",
"color": "black",
"url": "/FoA24Xgm/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "wixkid",
"rating": 1775
}
},
{
"id": "lWbgq0Gh",
"color": "black",
"url": "/lWbgq0Gh/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "passat17",
"rating": 1701
}
},
{
"id": "sgJmN0Tp",
"color": "white",
"url": "/sgJmN0Tp/white",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": false,
"opponent": {
"user": "gerobum",
"rating": 1831
}
}
]
},
"correspondenceEnds": {
"score": {
"win": 1,
"loss": 0,
"draw": 0,
"rp": {
"before": 1907,
"after": 1915
}
},
"games": [
{
"id": "lWbgq0Gh",
"color": "black",
"url": "/lWbgq0Gh/black",
"variant": "standard",
"speed": "correspondence",
"perf": "correspondence",
"rated": true,
"opponent": {
"user": "passat17",
"rating": 1701
}
}
]
},
"follows": {
"in": {
"ids": [
"lionnessebim1"
]
}
}
},
{
"interval": {
"start": 1502582400,
"end": 1502668800
},
"games": {
"blitz": {
"win": 1,
"loss": 0,
"draw": 0,
"rp": {
"before": 1681,
"after": 1684
}
}
},
"follows": {
"in": {
"ids": [
"lesourd",
"marcolom",
"kn89",
"naeroon"
]
}
}
}
]