GET /api/v2/anchors/?format=api&page=130&page_size=1
HTTP 200 OK
                  Allow:
                      GET, HEAD, OPTIONS
                  Content-Type:
                      application/json
                  Vary:
                      Accept
                  
                  {
    "count": 1711,
    "next": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=131&page_size=1",
    "previous": "https://atlas.ripe.net/api/v2/anchors/?format=api&page=129&page_size=1",
    "results": [
        {
            "id": 3945,
            "type": "Anchor",
            "hostname": "bg-sof-as216145",
            "fqdn": "bg-sof-as216145.anchors.atlas.ripe.net",
            "probe": 7389,
            "is_ipv4_only": false,
            "ip_v4": "46.253.6.4",
            "as_v4": 216145,
            "ip_v4_gateway": "46.253.6.1",
            "ip_v4_netmask": "255.255.255.240",
            "ip_v6": "2001:67c:15cc::2222",
            "as_v6": 216145,
            "ip_v6_gateway": "2001:67c:15cc::1",
            "ip_v6_prefix": 64,
            "city": "Sofia",
            "country": "BG",
            "company": "7DC INTERNET LTD.",
            "nic_handle": "",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    23.3673395,
                    42.6785957
                ]
            },
            "tlsa_record": "",
            "is_disabled": false,
            "is_replacement": false,
            "replaces_anchor": null,
            "date_live": "2024-10-06T08:20:00.518974",
            "date_decommissioned": null,
            "hardware_version": 99
        }
    ]
}