GET /api/v2/anchors/?format=api&page=1516&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=1517&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=1515&page_size=1",
    "results": [
        {
            "id": 1845,
            "type": "Anchor",
            "hostname": "us-lax-as199610",
            "fqdn": "us-lax-as199610.anchors.atlas.ripe.net",
            "probe": 6649,
            "is_ipv4_only": false,
            "ip_v4": "37.10.126.72",
            "as_v4": 199610,
            "ip_v4_gateway": "37.10.126.65",
            "ip_v4_netmask": "255.255.255.240",
            "ip_v6": "2a03:4d41:210:1::2",
            "as_v6": 199610,
            "ip_v6_gateway": "2a03:4d41:210:1::1",
            "ip_v6_prefix": 64,
            "city": "Los Angeles",
            "country": "US",
            "company": "marbis GmbH",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -118.255725,
                    34.047846
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2019-11-04T10:20:38",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}