1[
2    {
3        "request": {
4            "body": null,
5            "protocol": "http",
6            "method": "GET",
7            "headers": {
8                "accept-encoding": "gzip, deflate, compress",
9                "accept": "*/*",
10                "user-agent": "python-requests/2.2.1 CPython/2.6.1 Darwin/10.8.0"
11            },
12            "host": "httpbin.org",
13            "path": "/ip",
14            "port": 80
15        },
16        "response": {
17            "status": {
18                "message": "OK",
19                "code": 200
20            },
21            "headers": [
22                "access-control-allow-origin: *\r\n",
23                "content-type: application/json\r\n",
24                "date: Mon, 21 Apr 2014 23:13:40 GMT\r\n",
25                "server: gunicorn/0.17.4\r\n",
26                "content-length: 32\r\n",
27                "connection: keep-alive\r\n"
28            ],
29            "body": {
30                "string": "{\n  \"origin\": \"217.122.164.194\"\n}"
31            }
32        }
33    }
34]
35