{"info":{"_postman_id":"ad2f0eee-233f-fc5c-123d-d3230fa72f28","name":"Chess API","description":"<html><head></head><body><p>Chess API + highscores API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1741165","collectionId":"ad2f0eee-233f-fc5c-123d-d3230fa72f28","publishedId":"7Lof2bk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2017-12-27T16:51:28.000Z"},"item":[{"name":"Highscores","item":[{"name":"Create new local scoreboard","id":"8a300299-700b-d8d4-3d4e-9436b3889613","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"scoreboard_id","value":"5a42ccb81b3f5e25cc4f0fc3","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/scoreboard","description":"<p>Create new local scoreboard : generates a scoreboard_id.</p>\n","urlObject":{"protocol":"http","path":["api","v1","scoreboard"],"host":["chess-api-chess","herokuapp","com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"8a300299-700b-d8d4-3d4e-9436b3889613"},{"name":"listTopFive","id":"48155b0d-6223-11d9-dd20-f5733bc8fe7b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"scoreboard_id","value":"5a42ccb81b3f5e25cc4f0fc3","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/highscores","description":"<p>Lists top five players. If parameter scoreboard_id is added you get the local highscores.</p>\n","urlObject":{"protocol":"http","path":["api","v1","highscores"],"host":["chess-api-chess","herokuapp","com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"48155b0d-6223-11d9-dd20-f5733bc8fe7b"},{"name":"addPlayer","id":"1a60461d-6568-7aa2-c138-9fab10fe9088","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"playerX","type":"text"},{"key":"score","value":"10","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/highscores/add","description":"<p>Adds a player to the scoreboard.</p>\n","urlObject":{"protocol":"http","path":["api","v1","highscores","add"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a60461d-6568-7aa2-c138-9fab10fe9088"}],"id":"f2270237-0207-16dc-1627-1e48da2e5396","_postman_id":"f2270237-0207-16dc-1627-1e48da2e5396","description":""},{"name":"Chess","item":[{"name":"One player game","item":[{"name":"Gameplay","item":[{"name":"Create new game","id":"a8071347-35bf-834a-85d1-81e975d30b9e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one","description":"<p>Creates a new game and generates new game_id.</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","one"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8071347-35bf-834a-85d1-81e975d30b9e"},{"name":"List possible moves","id":"1356574c-ca8f-0f56-71a9-531fb6b0b823","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position","value":"a2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/moves","description":"<p>Returns a list of legal moves from the current position.</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","one","moves"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1356574c-ca8f-0f56-71a9-531fb6b0b823"},{"name":"Move figure player","id":"cbb41648-e105-7573-72f0-0b7c10214e9a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"from","value":"a2","type":"text"},{"key":"to","value":"a3","type":"text"},{"key":"game_id","value":"5a43ca62772e4e00148e207b","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/move/player","description":"<p>Attempts to make a move on the board.</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","one","move","player"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbb41648-e105-7573-72f0-0b7c10214e9a"},{"name":"Move figure AI","id":"723fa4a2-72de-8e12-4712-eb56768dc71c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/move/ai","description":"<p>AI attempts to make a move on the board.</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","one","move","ai"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"723fa4a2-72de-8e12-4712-eb56768dc71c"},{"name":"Check game over","id":"8db21f4c-e744-8252-23d7-054bf7bbeef8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3c356be4538a2628f17ca4","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/check","description":"<p>Returns the current state of the game (checkmate, stalemate, draw, threefold repetition, or insufficient material, game continues).</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","one","check"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8db21f4c-e744-8252-23d7-054bf7bbeef8"},{"name":"Player help","id":"945781cd-6350-4144-fb85-b144e79f3160","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a60937ddb15ce001430ea7a","type":"text","disabled":true}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/help","description":"<p>Return a pgn position where player should move</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","one","help"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"945781cd-6350-4144-fb85-b144e79f3160"}],"id":"1c67eaf0-3674-8241-d99b-a6aa2b0225c3","_postman_id":"1c67eaf0-3674-8241-d99b-a6aa2b0225c3","description":""},{"name":"Other options","item":[{"name":"getFEN","id":"2def942d-43f8-955b-d394-72c511a3860b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3cf85420055432a4a430da","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/fen","urlObject":{"protocol":"http","path":["api","v1","chess","one","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2def942d-43f8-955b-d394-72c511a3860b"},{"name":"getAscii","id":"32c0a82b-6c12-2e8d-8afd-51eb34f19110","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3cf85420055432a4a430da","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/fen","urlObject":{"protocol":"http","path":["api","v1","chess","one","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"32c0a82b-6c12-2e8d-8afd-51eb34f19110"},{"name":"getPgn","id":"64b01a4d-c0b2-f8df-43ec-19804e2205ac","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3cf85420055432a4a430da","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/pgn","urlObject":{"protocol":"http","path":["api","v1","chess","one","pgn"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"64b01a4d-c0b2-f8df-43ec-19804e2205ac"},{"name":"getTurn","id":"199c71d2-5369-fa6b-2b81-fc5b0dc45db1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3cf98c91820501608bc67e","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/turn","urlObject":{"protocol":"http","path":["api","v1","chess","one","turn"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"199c71d2-5369-fa6b-2b81-fc5b0dc45db1"},{"name":"undoMove","id":"759f2ba7-f92a-2040-1325-c09b5ff0d773","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/undo","urlObject":{"protocol":"http","path":["api","v1","chess","one","undo"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"759f2ba7-f92a-2040-1325-c09b5ff0d773"},{"name":"resetBoard","id":"9cce0317-4106-93df-0069-a59f6cbcb228","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/reset","urlObject":{"protocol":"http","path":["api","v1","chess","one","reset"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cce0317-4106-93df-0069-a59f6cbcb228"},{"name":"clearBoard","id":"8dfe0bd0-8e08-a5a8-24ad-a1423b5a04de","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/clear","urlObject":{"protocol":"http","path":["api","v1","chess","one","clear"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dfe0bd0-8e08-a5a8-24ad-a1423b5a04de"},{"name":"Start new game from FEN","id":"5df8d788-962c-c5b6-8d2f-1bb23fb4d019","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"},{"key":"fen","value":"4r3/8/2p2PPk/1p6/pP2p1R1/P1B5/2P2K2/3r4 w - - 1 45","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/start/fen","urlObject":{"protocol":"http","path":["api","v1","chess","one","start","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5df8d788-962c-c5b6-8d2f-1bb23fb4d019"},{"name":"Start new game from pgn","id":"e8b4fa8d-217f-bf0d-4566-eb7c07ada0ca","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"},{"key":"pgn","value":"","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/start/fen","urlObject":{"protocol":"http","path":["api","v1","chess","one","start","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8b4fa8d-217f-bf0d-4566-eb7c07ada0ca"},{"name":"Load FEN over current game","id":"6e157f83-3e75-4af2-1e71-c003cdf3c541","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"},{"key":"fen","value":"4r3/8/2p2PPk/1p6/pP2p1R1/P1B5/2P2K2/3r4 w - - 1 45","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/load/over/fen","urlObject":{"protocol":"http","path":["api","v1","chess","one","load","over","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e157f83-3e75-4af2-1e71-c003cdf3c541"},{"name":"Load pgn over current game","id":"a4b66980-13f8-36ea-5028-2bb2bdd87fec","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"},{"key":"pgn","value":"","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/one/load/over/fen","urlObject":{"protocol":"http","path":["api","v1","chess","one","load","over","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4b66980-13f8-36ea-5028-2bb2bdd87fec"}],"id":"1b1b6183-7fc2-ac67-fbfb-7b468026f959","_postman_id":"1b1b6183-7fc2-ac67-fbfb-7b468026f959","description":""}],"id":"f13292d2-00ff-b318-9767-48d7b4b590f5","_postman_id":"f13292d2-00ff-b318-9767-48d7b4b590f5","description":""},{"name":"Two players game","item":[{"name":"Gameplay","item":[{"name":"Create new game","id":"16c11477-8290-b3ff-9d0c-45885c33471c","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two","description":"<p>Creates a new game and generates new game_id.</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","two"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"16c11477-8290-b3ff-9d0c-45885c33471c"},{"name":"List possible moves","id":"3f1bedd5-547a-8ee5-cdd1-b64c3782ba37","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"position","value":"a2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/moves","description":"<p>Returns a list of legal moves from the current position.</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","two","moves"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f1bedd5-547a-8ee5-cdd1-b64c3782ba37"},{"name":"Move figure player","id":"8a49c909-5414-9e7f-02b8-2ac0a7883ac8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"from","value":"a2","type":"text"},{"key":"to","value":"a3","type":"text"},{"key":"game_id","value":"5a43ca62772e4e00148e207b","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/move","description":"<p>Attempts to make a move on the board.</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","two","move"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a49c909-5414-9e7f-02b8-2ac0a7883ac8"},{"name":"Check game over","id":"833b7eb8-c528-6f8e-386e-c7fc42ee90cb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3c356be4538a2628f17ca4","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/check","description":"<p>Returns the current state of the game (checkmate, stalemate, draw, threefold repetition, or insufficient material, game continues).</p>\n","urlObject":{"protocol":"http","path":["api","v1","chess","two","check"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"833b7eb8-c528-6f8e-386e-c7fc42ee90cb"}],"id":"1e7b3543-3ece-1ace-7ec6-c83e9c0d0a73","_postman_id":"1e7b3543-3ece-1ace-7ec6-c83e9c0d0a73","description":""},{"name":"Other options","item":[{"name":"getFEN","id":"1e15a267-d7db-563f-3c0d-1d229f4a4d37","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3cf85420055432a4a430da","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/fen","urlObject":{"protocol":"http","path":["api","v1","chess","two","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e15a267-d7db-563f-3c0d-1d229f4a4d37"},{"name":"getAscii","id":"2e7dc412-8ebb-fcd5-65c7-7e438d6f33d5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3cf85420055432a4a430da","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/fen","urlObject":{"protocol":"http","path":["api","v1","chess","two","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e7dc412-8ebb-fcd5-65c7-7e438d6f33d5"},{"name":"getPgn","id":"be985c98-33c7-6e73-67d8-46c149cd5f44","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3cf85420055432a4a430da","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/pgn","urlObject":{"protocol":"http","path":["api","v1","chess","two","pgn"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"be985c98-33c7-6e73-67d8-46c149cd5f44"},{"name":"getTurn","id":"dff1e7da-5c1a-2252-4b50-65bf27c01fc2","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a3cf98c91820501608bc67e","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/turn","urlObject":{"protocol":"http","path":["api","v1","chess","two","turn"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dff1e7da-5c1a-2252-4b50-65bf27c01fc2"},{"name":"undoMove","id":"68ccde27-b2e4-c704-2386-b441e692e87b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/undo","urlObject":{"protocol":"http","path":["api","v1","chess","two","undo"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"68ccde27-b2e4-c704-2386-b441e692e87b"},{"name":"resetBoard","id":"e764e9ed-f130-743a-22a6-904f57d3dd95","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/reset","urlObject":{"protocol":"http","path":["api","v1","chess","two","reset"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e764e9ed-f130-743a-22a6-904f57d3dd95"},{"name":"clearBoard","id":"2e90612f-517c-f1a5-243a-721c36fb1585","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/clear","urlObject":{"protocol":"http","path":["api","v1","chess","two","clear"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e90612f-517c-f1a5-243a-721c36fb1585"},{"name":"Start new game from FEN","id":"3782dd3d-b02d-2eb8-514d-7fe5b1a8afcb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"},{"key":"fen","value":"4r3/8/2p2PPk/1p6/pP2p1R1/P1B5/2P2K2/3r4 w - - 1 45","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/start/fen","urlObject":{"protocol":"http","path":["api","v1","chess","two","start","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3782dd3d-b02d-2eb8-514d-7fe5b1a8afcb"},{"name":"Start new game from pgn","id":"a60f33e1-7259-d814-2ad7-df9ff4026855","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"},{"key":"pgn","value":"","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/start/fen","urlObject":{"protocol":"http","path":["api","v1","chess","two","start","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a60f33e1-7259-d814-2ad7-df9ff4026855"},{"name":"Load FEN over current game","id":"6fc1f7e9-6321-94e1-ab08-da7663603e6a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"},{"key":"fen","value":"4r3/8/2p2PPk/1p6/pP2p1R1/P1B5/2P2K2/3r4 w - - 1 45","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/load/over/fen","urlObject":{"protocol":"http","path":["api","v1","chess","two","load","over","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fc1f7e9-6321-94e1-ab08-da7663603e6a"},{"name":"Load pgn over current game","id":"b9bbc38b-3c96-bcf1-c991-3f58c4eb43eb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"game_id","value":"5a43c4f3d326e114807278d2","type":"text"},{"key":"pgn","value":"","type":"text"}]},"url":"http://chess-api-chess.herokuapp.com/api/v1/chess/two/load/over/fen","urlObject":{"protocol":"http","path":["api","v1","chess","two","load","over","fen"],"host":["chess-api-chess","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9bbc38b-3c96-bcf1-c991-3f58c4eb43eb"}],"id":"c1cf1e59-65b0-3076-7daa-23876514d5df","_postman_id":"c1cf1e59-65b0-3076-7daa-23876514d5df","description":""}],"id":"06216afc-d94b-b4e8-561f-7e1f9586b8a0","_postman_id":"06216afc-d94b-b4e8-561f-7e1f9586b8a0","description":""}],"id":"bf7b0b5e-d8b7-19a2-d13a-2e0bb62c7bb5","_postman_id":"bf7b0b5e-d8b7-19a2-d13a-2e0bb62c7bb5","description":""}]}