GET /api/v2/anchors/?format=api&page=554&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1746,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=555&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=553&page_size=1",
    "results": [
        {
            "id": 2833,
            "type": "Anchor",
            "hostname": "es-mad-as42612",
            "fqdn": "es-mad-as42612.anchors.atlas.ripe.net",
            "probe": 7017,
            "is_ipv4_only": false,
            "ip_v4": "82.98.154.62",
            "as_v4": 42612,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a02:be8:3:200:216:3eff:fe7b:2391",
            "as_v6": 42612,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Madrid",
            "country": "ES",
            "company": "Dinahosting S.L.",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -3.6212106,
                    40.4393233
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-07-08T10:20:00.321628",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}