GET /api/v2/anchors/?format=api&page=430&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=431&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=429&page_size=1",
    "results": [
        {
            "id": 1814,
            "type": "Anchor",
            "hostname": "de-ful-as8319",
            "fqdn": "de-ful-as8319.anchors.atlas.ripe.net",
            "probe": 6679,
            "is_ipv4_only": false,
            "ip_v4": "195.158.60.23",
            "as_v4": 8319,
            "ip_v4_gateway": "195.158.60.1",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2001:4cd8:3::23",
            "as_v6": 8319,
            "ip_v6_gateway": "2001:4cd8:3::1",
            "ip_v6_prefix": 64,
            "city": "Fulda",
            "country": "DE",
            "company": "NETHINKS GmbH",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    9.6808449,
                    50.5558095
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-12-05T18:20:01",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}