1{
2  "current_page": 1,
3  "data": [
4    {
5      "domain": "example1.at",
6      "type": "SLAVE",
7      "dnssec": "yes",
8      "created": "2018-04-09T09:27:31Z",
9      "last_check": "null",
10      "serial": 20180411,
11      "masters": [
12        "193.0.2.2",
13        "2001:db8::2"
14      ]
15    },
16    {
17      "domain": "example2.at",
18      "type": "MASTER",
19      "dnssec": "yes",
20      "created": "2018-04-09T09:27:31Z",
21      "last_check": "null",
22      "serial": 20180411,
23      "masters": [
24      ]
25    }
26  ],
27  "from": 1,
28  "last_page": 1,
29  "next_page_url": "null",
30  "path": "https://my.rcodezero.at/api/v1/zones",
31  "per_page": 100,
32  "prev_page_url": "null",
33  "to": 2,
34  "total": 2
35}