GET /api/v2/anchors/?format=api&page=499&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1744,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=500&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=498&page_size=1",
    "results": [
        {
            "id": 473,
            "type": "Anchor",
            "hostname": "de-str-as48918",
            "fqdn": "de-str-as48918.anchors.atlas.ripe.net",
            "probe": 6108,
            "is_ipv4_only": false,
            "ip_v4": "94.186.178.253",
            "as_v4": 48918,
            "ip_v4_gateway": "94.186.178.252",
            "ip_v4_netmask": "255.255.255.254",
            "ip_v6": "2a02:c98:ffff:ff01::2",
            "as_v6": 48918,
            "ip_v6_gateway": "2a02:c98:ffff:ff01::1",
            "ip_v6_prefix": 64,
            "city": "Stuttgart",
            "country": "DE",
            "company": "Globalways AG",
            "nic_handle": "GWNC1-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    9.12854,
                    48.72145
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2015-02-09T11:11:42",
            "date_decommissioned": "2020-08-13T14:17:50",
            "hardware_version": 1
        }
    ]
}