{ "version": 1, "interactions": [ { "request": { "body": null, "headers": { "Connection": [ "keep-alive" ], "Accept-Encoding": [ "gzip, deflate" ], "Accept": [ "*/*" ], "User-Agent": [ "python-requests/2.7.0 CPython/2.7.10 CYGWIN_NT-10.0/2.2.0(0.289/5/3)" ] }, "method": "GET", "uri": "https://api.steampowered.com/ISteamUser/ResolveVanityURL/v1/?url_type=2&vanityurl=valve&key=test_api_key&format=json" }, "response": { "status": { "message": "OK", "code": 200 }, "headers": { "date": [ "Sun, 23 Aug 2015 22:58:21 GMT" ], "content-length": [ "71" ], "expires": [ "Sun, 23 Aug 2015 22:58:21 GMT" ], "content-type": [ "application/json; charset=UTF-8" ] }, "body": { "string": "{\n\t\"response\": {\n\t\t\"steamid\": \"103582791429521412\",\n\t\t\"success\": 1\n\t}\n}" } } } ] }