- Blind mode tutorial
lichess.org
Donate

API Not showing analysis?

I am trying to use the Lichess API to create a sort of "guess the ELO" program in python. I am trying to use the API to extract analysis information about games to train this programme. However, I am not receiving analysis information when I read in a game using this API.

Here is a link to the code I am using, and what I would expect to see.
https://berserk.readthedocs.io/en/master/usage.html#by-player

Is there some sort of limit on the amount of analysis you can do per day that would stop me seeing this, or would anyone be able to give another suggestion as to how I could fix this?

I am trying to use the Lichess API to create a sort of "guess the ELO" program in python. I am trying to use the API to extract analysis information about games to train this programme. However, I am not receiving analysis information when I read in a game using this API. Here is a link to the code I am using, and what I would expect to see. https://berserk.readthedocs.io/en/master/usage.html#by-player Is there some sort of limit on the amount of analysis you can do per day that would stop me seeing this, or would anyone be able to give another suggestion as to how I could fix this?

There are Daily and Weekly limits on the number of game analysis's you can request

There are Daily and Weekly limits on the number of game analysis's you can request

This topic has been archived and can no longer be replied to.