lichess.org
Donate

Can I make an api call to pull the games from all my matches vs stockfish level 8

I know the lichess api lets me pull my games in bulk but is there a way to make sure the ones I play vs the lichess engine from start of game or from a specific Fen is included in that api request?
best I can think of ATM is a File.ReadAllLines("download.pgn").ToList().ForEach(line=>{Regex.Replace(line, "regex", "");} ); and then write that to a file.

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