GET /api/v2/anchors/?format=api&page=302&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1723,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=303&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=301&page_size=1",
    "results": [
        {
            "id": 2283,
            "type": "Anchor",
            "hostname": "cz-prg-as52130",
            "fqdn": "cz-prg-as52130.anchors.atlas.ripe.net",
            "probe": 6856,
            "is_ipv4_only": false,
            "ip_v4": "188.92.41.251",
            "as_v4": 52130,
            "ip_v4_gateway": "188.92.41.254",
            "ip_v4_netmask": "255.255.255.0",
            "ip_v6": "2a02:7d00:1:200:624:0:bc5c:29fb",
            "as_v6": 52130,
            "ip_v6_gateway": "2a02:7d00:1:200::1",
            "ip_v6_prefix": 64,
            "city": "Prague",
            "country": "CZ",
            "company": "Livesport s.r.o.",
            "nic_handle": "ASS140-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    14.4511421,
                    50.081047
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": true,
            "replaces_anchor": 6185,
            "date_live": "2020-09-11T16:20:00",
            "date_decommissioned": null,
            "hardware_version": 2
        }
    ]
}