Skip to content

Commit

Permalink
moved to explorer.lichess.ovh
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 7, 2018
1 parent 7cbe3f7 commit e7ac389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -64,7 +64,7 @@ CORS enabled for all domains. Provide `callback` parameter to use JSONP.
### `GET /master` query opening database with master games

```
> curl https://expl.lichess.org/master?fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201
> curl https://explorer.lichess.ovh/master?fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201
```

name | type | default | description
Expand Down Expand Up @@ -123,7 +123,7 @@ name | type | default | description
### `GET /master/pgn/{id}` fetch one master game by ID

```
> curl https://expl.lichess.org/master/pgn/aAbqI4ey
> curl https://explorer.lichess.ovh/master/pgn/aAbqI4ey
```

```
Expand All @@ -143,7 +143,7 @@ name | type | default | description
### `GET /lichess` query lichess opening database

```
> curl https://expl.lichess.org/lichess?variant=standard&speeds[]=blitz&speeds[]=rapid&speeds[]=classical&ratings[]=2200&ratings[]=2500&fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201
> curl https://explorer.lichess.ovh/lichess?variant=standard&speeds[]=blitz&speeds[]=rapid&speeds[]=classical&ratings[]=2200&ratings[]=2500&fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201
```

name | type | default | description
Expand All @@ -160,7 +160,7 @@ name | type | default | description
### `GET /stats` get database stats

```
> curl https://expl.lichess.org/stats
> curl https://explorer.lichess.ovh/stats
```

```javascript
Expand Down

0 comments on commit e7ac389

Please sign in to comment.