@@ -3704,9 +3704,9 @@ export interface paths {
37043704 } ;
37053705 /**
37063706 * Masters database
3707- * @description **Endpoint: <https://explorer.lichess.ovh /masters>**
3707+ * @description **Endpoint: <https://explorer.lichess.org /masters>**
37083708 *
3709- * Example: `curl https://explorer.lichess.ovh /masters?play=d2d4,d7d5,c2c4,c7c6,c4d5`
3709+ * Example: `curl https://explorer.lichess.org /masters?play=d2d4,d7d5,c2c4,c7c6,c4d5`
37103710 */
37113711 get : operations [ "openingExplorerMaster" ] ;
37123712 put ?: never ;
@@ -3726,11 +3726,11 @@ export interface paths {
37263726 } ;
37273727 /**
37283728 * Lichess games
3729- * @description **Endpoint: <https://explorer.lichess.ovh /lichess>**
3729+ * @description **Endpoint: <https://explorer.lichess.org /lichess>**
37303730 *
37313731 * Aggregated rated games from all Lichess players.
37323732 *
3733- * Example: `curl https://explorer.lichess.ovh /lichess?variant=standard&speeds=blitz,rapid,classical&ratings=2200,2500&fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201`
3733+ * Example: `curl https://explorer.lichess.org /lichess?variant=standard&speeds=blitz,rapid,classical&ratings=2200,2500&fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201`
37343734 */
37353735 get : operations [ "openingExplorerLichess" ] ;
37363736 put ?: never ;
@@ -3750,7 +3750,7 @@ export interface paths {
37503750 } ;
37513751 /**
37523752 * Player games
3753- * @description **Endpoint: <https://explorer.lichess.ovh /player>**
3753+ * @description **Endpoint: <https://explorer.lichess.org /player>**
37543754 *
37553755 * Games of a Lichess player.
37563756 *
@@ -3762,7 +3762,7 @@ export interface paths {
37623762 * Will index new games at most once per minute, and revisit previously
37633763 * ongoing games at most once every day.
37643764 *
3765- * Example: `curl https://explorer.lichess.ovh /player?player=revoof&color=white&play=d2d4,d7d5&recentGames=1`
3765+ * Example: `curl https://explorer.lichess.org /player?player=revoof&color=white&play=d2d4,d7d5&recentGames=1`
37663766 */
37673767 get : operations [ "openingExplorerPlayer" ] ;
37683768 put ?: never ;
@@ -3782,9 +3782,9 @@ export interface paths {
37823782 } ;
37833783 /**
37843784 * OTB master game
3785- * @description **Endpoint: `https://explorer.lichess.ovh /masters/pgn/{gameId}`**
3785+ * @description **Endpoint: `https://explorer.lichess.org /masters/pgn/{gameId}`**
37863786 *
3787- * Example: `curl https://explorer.lichess.ovh /masters/pgn/aAbqI4ey`
3787+ * Example: `curl https://explorer.lichess.org /masters/pgn/aAbqI4ey`
37883788 */
37893789 get : operations [ "openingExplorerMasterGame" ] ;
37903790 put ?: never ;
@@ -3804,9 +3804,9 @@ export interface paths {
38043804 } ;
38053805 /**
38063806 * Tablebase lookup
3807- * @description **Endpoint: <https://tablebase.lichess.ovh >**
3807+ * @description **Endpoint: <https://tablebase.lichess.org >**
38083808 *
3809- * Example: `curl http://tablebase.lichess.ovh /standard?fen=4k3/6KP/8/8/8/8/7p/8_w_-_-_0_1`
3809+ * Example: `curl http://tablebase.lichess.org /standard?fen=4k3/6KP/8/8/8/8/7p/8_w_-_-_0_1`
38103810 */
38113811 get : operations [ "tablebaseStandard" ] ;
38123812 put ?: never ;
@@ -3826,7 +3826,7 @@ export interface paths {
38263826 } ;
38273827 /**
38283828 * Tablebase lookup for Atomic chess
3829- * @description **Endpoint: <https://tablebase.lichess.ovh >**
3829+ * @description **Endpoint: <https://tablebase.lichess.org >**
38303830 */
38313831 get : operations [ "tablebaseAtomic" ] ;
38323832 put ?: never ;
@@ -3846,7 +3846,7 @@ export interface paths {
38463846 } ;
38473847 /**
38483848 * Tablebase lookup for Antichess
3849- * @description **Endpoint: <https://tablebase.lichess.ovh >**
3849+ * @description **Endpoint: <https://tablebase.lichess.org >**
38503850 */
38513851 get : operations [ "antichessAtomic" ] ;
38523852 put ?: never ;
0 commit comments