v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
Bulk pairings

View your bulk pairings

Get a list of bulk pairings you created.

get/api/bulk-pairing

Response

The list of bulk pairing the logged in user created.

idstring required
variant'standard' | 'chess960' | 'crazyhouse' | 'antichess' | 'atomic' | 'horde' | 'kingOfTheHill' | 'racingKings' | 'threeCheck' | 'fromPosition' required
pairAtinteger required
pairedAtinteger nullable required
ratedboolean required
startClocksAtinteger required
scheduledAtinteger required

Example response

[
  {
    "id": "RVAcwgg7",
    "games": [
      {
        "id": "NKop9IyD",
        "black": "lizen1",
        "white": "thibault"
      },
      {
        "id": "KT8374ut",
        "black": "lizen3",
        "white": "lizen2"
      },
      {
        "id": "wInQr8Sk",
        "black": "lizen5",
        "white": "lizen4"
      }
    ],
    "variant": "standard",
    "clock": {
      "increment": 0,
      "limit": 300
    },
    "pairAt": 1612289869919,
    "pairedAt": null,
    "rated": false,
    "startClocksAt": 1612200422971,
    "scheduledAt": 1612203514628
  }
]