GET /api/v2/anchors/?format=api&page=550&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1745,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=551&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=549&page_size=1",
    "results": [
        {
            "id": 2079,
            "type": "Anchor",
            "hostname": "es-leg-as766-client",
            "fqdn": "es-leg-as766-client.anchors.atlas.ripe.net",
            "probe": 6732,
            "is_ipv4_only": false,
            "ip_v4": "163.117.253.5",
            "as_v4": 766,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:720:410:3035:200:24ff:fed1:5dcc",
            "as_v6": 766,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Leganes",
            "country": "ES",
            "company": "UC3M",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -3.7669863,
                    40.3317753
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": true,
            "replaces_anchor": 6124,
            "date_live": "2020-02-02T10:20:00.365900",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}