GET /api/v2/anchors/?format=api&page=127&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1711,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=128&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=126&page_size=1",
    "results": [
        {
            "id": 691,
            "type": "Anchor",
            "hostname": "bg-sls-as198228",
            "fqdn": "bg-sls-as198228.anchors.atlas.ripe.net",
            "probe": 6164,
            "is_ipv4_only": false,
            "ip_v4": "195.250.60.125",
            "as_v4": 198228,
            "ip_v4_gateway": "195.250.60.124",
            "ip_v4_netmask": "255.255.255.254",
            "ip_v6": "2a00:1728:d::1",
            "as_v6": 198228,
            "ip_v6_gateway": "2a00:1728:d::",
            "ip_v6_prefix": 127,
            "city": "Silistra",
            "country": "BG",
            "company": "Silistra Telecom Solutions Ltd.",
            "nic_handle": "SN9241-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    27.2588678,
                    44.1171664
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2015-12-03T09:30:58",
            "date_decommissioned": "2020-08-22T12:24:37.905950",
            "hardware_version": 1
        }
    ]
}