Skip to content

Instantly share code, notes, and snippets.

@trevorbayless
Last active June 14, 2024 22:05
Show Gist options
  • Save trevorbayless/4c5714537b4e8be739c3d93bd99c1b3a to your computer and use it in GitHub Desktop.
Save trevorbayless/4c5714537b4e8be739c3d93bd99c1b3a to your computer and use it in GitHub Desktop.
interactions:
- request:
body: null
headers:
Accept:
- application/json
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- python-requests/2.31.0
method: GET
uri: https://lichess.org/api/tv/bullet/feed
response:
body:
string: '
{"t":"featured","d":{"id":"n9CtBq1l","orientation":"black","players":[{"color":"white","user":{"name":"pigu","id":"pigu"},"rating":2815,"seconds":60},{"color":"black","user":{"name":"Elfugitivo","title":"GM","id":"elfugitivo"},"rating":2825,"seconds":60}],"fen":"8/k7/2K5/1P6/8/8/8/8 w - - 1 80"}}
{"t":"fen","d":{"fen":"8/k1K5/8/1P6/8/8/8/8 b - - 2 80","lm":"c6c7","wc":0,"bc":6}}
'
headers:
Access-Control-Allow-Headers:
- Accept,If-Modified-Since,Cache-Control,X-Requested-With
Access-Control-Allow-Methods:
- GET,OPTIONS
Access-Control-Allow-Origin:
- '*'
Connection:
- keep-alive
Content-Type:
- application/x-ndjson
Date:
- Fri, 14 Jun 2024 12:47:11 GMT
Server:
- nginx
Transfer-Encoding:
- chunked
status:
code: 200
message: OK
version: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment