GET /api/v2/anchors/?format=api&page=364&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1724,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=365&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=363&page_size=1",
    "results": [
        {
            "id": 2113,
            "type": "Anchor",
            "hostname": "de-fks-as208751",
            "fqdn": "de-fks-as208751.anchors.atlas.ripe.net",
            "probe": 6744,
            "is_ipv4_only": false,
            "ip_v4": "45.135.151.45",
            "as_v4": 208751,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2a06:e881:6700:5::10",
            "as_v6": 208751,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Falkenstein",
            "country": "DE",
            "company": "N/A",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    12.3347186,
                    50.4788395
                ]
            },
            "tlsa_record": "",
            "is_disabled": true,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2020-02-21T10:20:00",
            "date_decommissioned": "2020-09-17T08:58:39",
            "hardware_version": 99
        }
    ]
}