en cs

Nocheto HTTP API

Nocheto HTTP API provides access to nocheto data like current game, configuration, move explorer etc. and can be used to execute commands.

It is an API ment to be used by software developers, who want to extend Nocheto functionality or create new (web) user interface. You can also create a browser extension which opens chess game/position from your favorite website directly in nocheto, runs analyze command, gets back the result and displays it.

Nocheto also provides simple HTTP server, which can be used to serve HTML, CSS, JS and other necessary files to the user's browser to create HTML user interface.

HTTP API and server are disabled by default. You need to enable them by a http command.
This command is available sinc version 2.4.0 as experimental feature. You need to run nocheto with the --future option to get the http command.

Current API versions

Version 0.3/0.4

Deprecated API versions

Version 0.2 / Example 0.3

Version 0.2 / Example 0.2

Version 0.1