GET /api/v2/anchors/?format=api&page=280&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1722,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=281&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=279&page_size=1",
    "results": [
        {
            "id": 4269,
            "type": "Anchor",
            "hostname": "cr-sjo-as263779",
            "fqdn": "cr-sjo-as263779.anchors.atlas.ripe.net",
            "probe": 7541,
            "is_ipv4_only": false,
            "ip_v4": "200.107.82.196",
            "as_v4": 263779,
            "ip_v4_gateway": "200.107.82.193",
            "ip_v4_netmask": "255.255.255.224",
            "ip_v6": "2001:13c7:7004:110::196",
            "as_v6": 263779,
            "ip_v6_gateway": "2001:13c7:7004:110::1",
            "ip_v6_prefix": 64,
            "city": "San Jose",
            "country": "CR",
            "company": "NIC CR",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -84.0907246,
                    9.9280694
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2025-05-28T16:20:00",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}