GET /api/v2/anchors/?format=api&page=425&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1738,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=426&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=424&page_size=1",
    "results": [
        {
            "id": 2729,
            "type": "Anchor",
            "hostname": "de-fra-as63949-client",
            "fqdn": "de-fra-as63949-client.anchors.atlas.ripe.net",
            "probe": 6940,
            "is_ipv4_only": false,
            "ip_v4": "139.162.139.168",
            "as_v4": 63949,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a01:7e01::f03c:92ff:fedd:1fa2",
            "as_v6": 63949,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Frankfurt",
            "country": "DE",
            "company": "ControlD Inc",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.6441701,
                    50.0968833
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2021-02-24T12:20:00.351572",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}