AsyncAPI channel · Lichess
· Lichess Streaming API
/api/tv/{channel}/feed
Stream positions and moves of a specific TV channel's current game (e.g. rapid, blitz, bullet, classical, ultraBullet, bot, computer, etc.). Same message shapes as `/api/tv/feed`.
Channel address
/api/tv/{channel}/feed
Parameters
channel— The name of the TV channel in camelCase.
Operations
subscribe
streamTvChannelFeed
Stream the current TV game of a TV channel (ND-JSON)
Messages
featured
Summary of the currently featured TV game. Sent as the first message and
whenever the featured game changes.
Content-Type:
application/x-ndjsonfen
Position update for the currently featured TV game (X-FEN, last move, clocks).
Content-Type:
application/x-ndjsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.