GET /api/v2/anchors/?format=api&page=290&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=291&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=289&page_size=1",
    "results": [
        {
            "id": 3445,
            "type": "Anchor",
            "hostname": "cz-prg-as25192",
            "fqdn": "cz-prg-as25192.anchors.atlas.ripe.net",
            "probe": 7223,
            "is_ipv4_only": false,
            "ip_v4": "217.31.202.22",
            "as_v4": 25192,
            "ip_v4_gateway": null,
            "ip_v4_netmask": null,
            "ip_v6": "2001:1488:ffff::22",
            "as_v6": 25192,
            "ip_v6_gateway": null,
            "ip_v6_prefix": null,
            "city": "Prague",
            "country": "CZ",
            "company": "CZ.NIC",
            "nic_handle": "CZ-RIPE",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    14.451122,
                    50.08103
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": true,
            "replaces_anchor": 6282,
            "date_live": "2023-05-23T08:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}